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

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

elisp bug in M-x lisp-interactive mode


From: Peng HaiJie
Subject: elisp bug in M-x lisp-interactive mode
Date: Sat, 30 Dec 2000 17:04:41 +0800 (CST)

Subject: elisp bug in M-x lisp-interactive mode

This bug report will be sent to the Free Software Foundation,
 not to your local site managers!!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

In GNU Emacs 20.7.1 (i386--freebsd, X toolkit)
 of Wed Oct 25 2000 on sea.cn.freebsd.org
configured using `configure  --with-x-toolkit --with-pop --with-xpg4 
--prefix=/usr/local i386--freebsd'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

It is very strange that this phenomenon doesn't happen 
in writing mail session.
   (cdr `(cdr (( a b )(c d)(e f))))
(((a b) (c d) (e f)))
this is correct here,but when I switched to other editor window,
the result of 
(cdr `(cdr (( a b )(c d)(e f))))
is
(cdr ((a b) (c d) (e f)))

but it doesn't affect the result of 
    (car (car (cdr `(cdr (( a b )(c d)(e f))))))
(a b)



Recent input:
menu-bar help-menu report-emacs-bug

Recent messages:
Loading cus-face...done
Loading regexp-opt...
Loading regexp-opt...done
Loading font-lock...done
Error in init file: Invalid read syntax: ")"
Fontifying *scratch*...
Fontifying *scratch*... (regexps............)
Error in init file: Invalid read syntax: ")"
Loading emacsbug...
Loading emacsbug...done

--eBT3k9o00270.978061569/sea.cn.freebsd.org--





reply via email to

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