all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: save-some-buffers "^R" needs simpler alternative
Date: Wed, 22 Mar 2006 16:41:29 -0700	[thread overview]
Message-ID: <dvsnck$in$1@sea.gmane.org> (raw)
In-Reply-To: <87fylap6fk.fsf@jidanni.org>

Dan Jacobson wrote:
> Using save-some-buffers, if the user types "?" (which should be listed
> along with C-h),

Why?  `y', `n', and `q' also have alternative bindings that aren't 
listed.  See the multiple bindings for act, skip, and exit in
query-replace-map (which is used by map-y-or-n-p, which is called by
save-some-buffers).

> he sees:
> ^R to display the current buffer;

Does anyone know whether Emacs 22 displays `^R' or `C-r'?

> Which is fact unmentioned recursive edit mode, not just "displaying"!

Indeed!  perform-replace (which is called by query-replace) displays:

C-r to enter recursive edit (C-M-c to get out again)

Emacs 22 uses save-some-buffers-action-alist, which says "view this
file".  I think "view this file in recursive edit (C-M-c to return)"
would be better.

> Furthermore, if that was a gnus draft, he will be in even weirder
> states.

No comment.

> I would add an additional choice to just go to that buffer and forget
> about continuing save-some-buffers.

`C-r C-M-c' is close, but it restores the original window configuration. :-)

-- 
Kevin Rodgers

      reply	other threads:[~2006-03-22 23:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-22 20:31 save-some-buffers "^R" needs simpler alternative Dan Jacobson
2006-03-22 23:41 ` Kevin Rodgers [this message]

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='dvsnck$in$1@sea.gmane.org' \
    --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 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.