all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: lisp-interaction-mode binding RET
Date: Tue, 05 Aug 2003 23:05:44 -0400	[thread overview]
Message-ID: <E19kEcS-0001bf-GR@fencepost.gnu.org> (raw)
In-Reply-To: <20030804182343.805414005@localhost.javamonkey.com> (message from Peter Seibel on Mon, 4 Aug 2003 11:23:43 -0700 (PDT))

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	other threads:[~2003-08-06  3:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-04 18:23 lisp-interaction-mode binding RET Peter Seibel
2003-08-06  3:05 ` Richard Stallman [this message]
2003-08-06  4:19   ` Peter Seibel
     [not found] <mailman.66.1060024420.29551.bug-gnu-emacs@gnu.org>
2003-08-04 20:12 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E19kEcS-0001bf-GR@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.