From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: lisp-interaction-mode binding RET Date: Tue, 05 Aug 2003 23:05:44 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20030804182343.805414005@localhost.javamonkey.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: main.gmane.org 1060152450 26952 80.91.224.253 (6 Aug 2003 06:47:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2003 06:47:30 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 05:19:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19kEq3-0000yR-00 for ; Wed, 06 Aug 2003 05:19:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kEoh-0000Rv-PM for geb-bug-gnu-emacs@m.gmane.org; Tue, 05 Aug 2003 23:18:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19kEoY-0000Pv-10 for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2003 23:18:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19kEo1-0000B8-7k for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2003 23:18:12 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kEdC-0001xV-Fe for bug-gnu-emacs@gnu.org; Tue, 05 Aug 2003 23:06:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19kEcS-0001bf-GR; Tue, 05 Aug 2003 23:05:44 -0400 Original-To: Peter Seibel In-reply-to: <20030804182343.805414005@localhost.javamonkey.com> (message from Peter Seibel on Mon, 4 Aug 2003 11:23:43 -0700 (PDT)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5486 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.