Hello. I'm using latest CVS slime with emacs 22.0.50.1 (from the latest emacs-snapshot debian package). When ansi-color-for-commit-mode is on, M-x slime barfs (i'm attaching the backtrace). Invoking slime again, and reusing the inferior-lisp, things work ok. I can reliably reproduce this behaviour with
emacs -nw -q
(the same happens without -nw) and then
(add-to-list 'load-path ...) (require 'slime) (slime-setup) (require 'ansi-color) (ansi-color-for-commit-mode-on) (slime)
The error happens also if i use sbcl instead of cmucl. Unfortunately, i'm not privy enough with slime.el or ansi-color.el to grok from the backtrace what's going on, so any help will be appreciated.
Thanks, jao
On Mon, 2005-10-17 at 00:26 +0200, Jose A. Ortega Ruiz wrote:
When ansi-color-for-commit-mode is on, M-x slime barfs
...
(add-to-list 'load-path ...) (require 'slime) (slime-setup) (require 'ansi-color) (ansi-color-for-commit-mode-on)
Does it also barf if you spell ansi-color-for-comint-mode-on correctly?
Vadim Nasardinov el-vadimo@comcast.net writes:
On Mon, 2005-10-17 at 00:26 +0200, Jose A. Ortega Ruiz wrote:
When ansi-color-for-commit-mode is on, M-x slime barfs
...
(add-to-list 'load-path ...) (require 'slime) (slime-setup) (require 'ansi-color) (ansi-color-for-commit-mode-on)
Does it also barf if you spell ansi-color-for-comint-mode-on correctly?
Yes, it does.
Thanks, jao
* Jose A. Ortega Ruiz [2005-10-17 00:26+0200] writes:
The error happens also if i use sbcl instead of cmucl. Unfortunately, i'm not privy enough with slime.el or ansi-color.el to grok from the backtrace what's going on, so any help will be appreciated.
This should be fixed in the CVS version.
Thanks for the bug report.
Helmut.
Helmut Eller heller@common-lisp.net writes:
- Jose A. Ortega Ruiz [2005-10-17 00:26+0200] writes:
The error happens also if i use sbcl instead of cmucl. Unfortunately, i'm not privy enough with slime.el or ansi-color.el to grok from the backtrace what's going on, so any help will be appreciated.
This should be fixed in the CVS version.
Yes, it works without a hitch here. Thanks for the fix (and, of course, all the rest).
jao