bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Clisp+Emacs


From: Eduardo Muñoz
Subject: Clisp+Emacs
Date: 11 Jun 2001 23:56:50 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

<background>
GNU Emacs 20.7.1 (i386-*-nt5.0.2195)
GNU CLISP 2.26 (released 2001-05-23)
</background>


Let's say that my emacs file is like this:

;;start
(set-language-environment "Latin-1")
(setq inferior-lisp-program "clisp.bat")
;; clisp.bat is the usual stuff
;; see clisp.cons.org for references
;;end

Then any clisp debugging goes like this:

[1]> (step (+ 1 2))
step 1 --> (+ 1 2)
Step 1 [2]> :s
:S
Step 1 [2]> step
*** - EVAL: variable STEP has no value
1. Break [3]> abort
Step 1 [2]>

Very annoying indeed.
Just by removing (set-language-environment "Latin-1")
from my .emacs file makes clisp "debug as
advertised"  :)

This means that clisp acts in different ways
inside a "ms-dos box" and inside an emacs shell or
inferior-lisp 

Why?

Excuse my bad english :)

Eduardo Muñoz




-- 

Eduardo Muñoz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]