[slime-devel] Problem with ansi-color-for-commit-mode

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 -- We shall do a much better programming job, provided we approach the task with a full appreciation of its tremendous difficulty, provided that we respect the intrinsic limitations of the human mind and approach the task as very humble programmers. (Alan Turing)

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 -- "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." - Douglas Adams
participants (3)
-
Helmut Eller
-
Jose A. Ortega Ruiz
-
Vadim Nasardinov