unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: save-some-buffers' "^R" sends user to recursive edit view modeanxiety
Date: Tue, 17 Jun 2003 09:13:02 -0600	[thread overview]
Message-ID: <3EEF2FFE.7030800@yahoo.com> (raw)
In-Reply-To: mailman.7916.1055652321.21513.bug-gnu-emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

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:



[-- Attachment #2: map-ynp.el.patch --]
[-- Type: text/plain, Size: 616 bytes --]

*** 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")

[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

           reply	other threads:[~2003-06-17 15:13 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <mailman.7916.1055652321.21513.bug-gnu-emacs@gnu.org>]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=3EEF2FFE.7030800@yahoo.com \
    --to=ihs_4664@yahoo.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).