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

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

Re: lisp-interaction-mode binding RET


From: Richard Stallman
Subject: Re: lisp-interaction-mode binding RET
Date: Tue, 05 Aug 2003 23:05:44 -0400

Can you suggest another key binding to use for last-sexp-toggle-display
instead of RET?

      (make-list 20 'a)
      (a a a a a a a a a a a a ...)

    Now if I put my cursor on the opening parentheses of the list of a's
    and hit return I get an error:

      Wrong type argument: integer-or-marker-p, nil

That bug seems to have been fixed in the latest sources in CVS.

      (make-list 20 'a)
      Type a bunch of stuff here(a a a a a a a a a a a a ...)


    Then when I hit RET, l-s-t-d expands the list and wipes out everything
    back to the original list leaving me with this:

      (make-list 20 'a)
      (a a a a a a a a a a a a ...)(a a a a a a a a a a a a a a a a a a a a)

That also seems to have been fixed.

    This is all with GNU Emacs 21.3.1 running on Linux.

Linux alone is not a sufficient platform to run Emacs.  You need the
whole GNU/Linux system.

We worked for many years to develope the GNU system before Linux was
even thought of.  If you call the whole system "Linux", you're giving
its principal developers none of the credit.  Would you please call it
"GNU/Linux"?  See http://www.gnu.org/gnu/gnu-linux-faq.html for more
explanation.




reply via email to

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