all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Possible emacs bug.
@ 2002-11-20 13:18 Charlie
  2002-11-20 13:22 ` Edric M Ellis
  0 siblings, 1 reply; 6+ messages in thread
From: Charlie @ 2002-11-20 13:18 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* RE: Possible emacs bug.
@ 2002-11-20 16:34 Bingham, Jay
  0 siblings, 0 replies; 6+ messages in thread
From: Bingham, Jay @ 2002-11-20 16:34 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-11-25 19:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20 13:18 Possible emacs bug Charlie
2002-11-20 13:22 ` Edric M Ellis
2002-11-20 13:39   ` Charlie
2002-11-23 20:49   ` Kai Großjohann
2002-11-25 19:16     ` Barry Margolin
  -- strict thread matches above, loose matches on Subject: below --
2002-11-20 16:34 Bingham, Jay

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.