unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Re: save-some-buffers' "^R" sends user to recursive edit view modeanxiety
       [not found] <mailman.7916.1055652321.21513.bug-gnu-emacs@gnu.org>
@ 2003-06-17 15:13 ` Kevin Rodgers
  0 siblings, 0 replies; only message in thread
From: Kevin Rodgers @ 2003-06-17 15:13 UTC (permalink / raw)


[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-06-17 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.7916.1055652321.21513.bug-gnu-emacs@gnu.org>
2003-06-17 15:13 ` save-some-buffers' "^R" sends user to recursive edit view modeanxiety Kevin Rodgers

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).