bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24174: save-some-buffers should let me also visit


From: 積丹尼 Dan Jacobson
Subject: bug#24174: save-some-buffers should let me also visit
Date: Sun, 07 Aug 2016 11:41:05 +0800

With a buffer not saved,
Hit C-x s
You will get asked a question.
This question is not recorded in C-h e, so I cannot show it to you. BAD!
There are many choices,

Type SPC or `y' to save the current buffer;
DEL or `n' to skip the current buffer;
RET or `q' to give up on the save (skip all remaining buffers);
C-g to quit (cancel the whole command);
! to save all remaining buffers;
C-r to view this buffer;
d to view changes in this buffer;
or . (period) to save the current buffer and exit.

But none of them let one visit the buffer and just stay there.

You might think C-r would,

But after it asks its question again, and you say n, the buffer is once
again taken away from your vision.

Please add

g to go to this buffer with no further ado or actions;

emacs-version "24.5.1".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]