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

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

RE: Possible emacs bug.


From: Bingham, Jay
Subject: RE: Possible emacs bug.
Date: Wed, 20 Nov 2002 10:34:08 -0600

This "feature" is present in emacs 20.4 running under Unix as well.

-_
J_)
C_)ingham
.    HP - NonStop Austin Software & Services - Software Quality Assurance
.    Austin, TX
. Language is the apparel in which your thoughts parade in public.
. Never clothe them in vulgar and shoddy attire.          -Dr. George W. Crane-

 -----Original Message-----
From:   Charlie [mailto:charlieb@zoom.co.uk] 
Sent:   Wednesday, November 20, 2002 7:19 AM
To:     help-gnu-emacs@gnu.org
Subject:        Possible emacs bug.

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.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs





reply via email to

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