From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: save-some-buffers' "^R" sends user to recursive edit view modeanxiety Date: Tue, 17 Jun 2003 09:13:02 -0600 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EEF2FFE.7030800@yahoo.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040300000409090303030308" X-Trace: main.gmane.org 1055863372 12328 80.91.224.249 (17 Jun 2003 15:22:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2003 15:22:52 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 17 17:22:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19SIAK-0002Ss-00 for ; Tue, 17 Jun 2003 17:14:32 +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 19SI9M-0004bU-TN for gnu-bug-gnu-emacs@m.gmane.org; Tue, 17 Jun 2003 11:13:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19SI8y-0004DF-9g for bug-gnu-emacs@prep.ai.mit.edu; Tue, 17 Jun 2003 11:13:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19SI8n-00041a-7z for bug-gnu-emacs@prep.ai.mit.edu; Tue, 17 Jun 2003 11:12:57 -0400 Original-Received: from horus.isnic.is ([193.4.58.12]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19SI8G-0003gM-Uk for bug-gnu-emacs@prep.ai.mit.edu; Tue, 17 Jun 2003 11:12:25 -0400 Original-Received: from mail.fu-berlin.de (root@mail.fu-berlin.de [160.45.11.165]) by horus.isnic.is (8.12.9/8.12.9/isnic) with ESMTP id h5HFCNgO099912 for ; Tue, 17 Jun 2003 15:12:24 GMT (envelope-from ihs_4664@yahoo.com) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Tue, 17 Jun 2003 17:12:23 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Tue, 17 Jun 2003 17:12:23 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 51 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: fu-berlin.de 1055862742 21984920 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5322 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5322 This is a multi-part message in MIME format. --------------040300000409090303030308 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Dan Jacobson wrote: > Also, regarding the "^R to display the current buffer;" message > itself. It must have been real early emacs. Don't put a real live ^R > there, some of us cut and paste into gnus and then gnus tells us > there's illegible text and we end up having to repair it on the > outgoing spool as gnus wasn't forthcoming about where it was enough. > A "^" . "R" is better, but "C-r" is more consistent. I think the problem is actually in map-y-or-n-p: --------------040300000409090303030308 Content-Type: text/plain; name="map-ynp.el.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="map-ynp.el.patch" *** emacs-21.3/lisp/map-ynp.el.orig Sun Jul 15 10:15:34 2001 --- emacs-21.3/lisp/map-ynp.el Tue Jun 17 08:41:54 2003 *************** *** 207,214 **** objects) (mapconcat (function (lambda (elt) ! (format "%c to %s" ! (nth 0 elt) (nth 2 elt)))) action-alist ";\n") --- 207,216 ---- objects) (mapconcat (function (lambda (elt) ! (format "%s to %s" ! (key-description ! (char-to-string ! (nth 0 elt))) (nth 2 elt)))) action-alist ";\n") --------------040300000409090303030308 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs --------------040300000409090303030308--