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

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

Possible emacs bug.


From: Charlie
Subject: Possible emacs bug.
Date: Wed, 20 Nov 2002 13:18:40 -0000

I have discovered a "feature" but I strongly suspect I am not the first.
Using emacs 21.2.1 on win32 and the version with debian woody in lisp-mode
the lisp-eval-defun (M-C-x) does not eval the defun if the indenetation is
incorrect. example:

(defun badly-indented ()
(+ 2 3))
=> 5

(defun correctly-indented ()
    (+ 2 3))
=> correctly-indented

This works in a number of inferior lisps like clisp and cmucl and in both
normal lisp mode and ilisp.
How can I find out if this has been reported and if not report it?

Cheers
Charlie.




reply via email to

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