unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13326: document how to include more types of error messages in view-echo-area-messages
@ 2013-01-01 13:46 ` jidanni
  2016-08-05 23:23   ` npostavs
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: jidanni @ 2013-01-01 13:46 UTC (permalink / raw)
  To: 13326

We see

   C-h e runs the command view-echo-area-messages, which is an
   interactive compiled Lisp function in `help.el'.

   It is bound to C-h e, <f1> e, <help> e.

   (view-echo-area-messages)

   View the log of recent echo-area messages: the `*Messages*' buffer.
   The number of messages retained in that buffer
   is specified by the variable `message-log-max'.

However underfed key messages don't end in there and indeed have no way
to be captured. So perhaps the above description should mention how to
capture them,





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#13326: document how to include more types of error messages in view-echo-area-messages
  2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
@ 2016-08-05 23:23   ` npostavs
  2016-08-05 23:34   ` 積丹尼 Dan Jacobson
  2016-08-08  8:23   ` bug#13326: bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
  2 siblings, 0 replies; 7+ messages in thread
From: npostavs @ 2016-08-05 23:23 UTC (permalink / raw)
  To: jidanni; +Cc: 13326

tags 13326 moreinfo
quit

jidanni@jidanni.org writes:

>    View the log of recent echo-area messages: the `*Messages*' buffer.
>    The number of messages retained in that buffer
>    is specified by the variable `message-log-max'.
>
> However underfed key messages don't end in there and indeed have no way
> to be captured. So perhaps the above description should mention how to
> capture them,

What's an "underfed key message"?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#13326: document how to include more types of error messages in view-echo-area-messages
  2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
  2016-08-05 23:23   ` npostavs
@ 2016-08-05 23:34   ` 積丹尼 Dan Jacobson
  2016-08-08  8:23   ` bug#13326: bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
  2 siblings, 0 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2016-08-05 23:34 UTC (permalink / raw)
  To: npostavs; +Cc: 13326-done

n> What's an "underfed key message"?

E.g., I hit C-x j
and at the bottom of the screen I see
C-x j is undefined
But this is now shown with C-h e in emacs-version "24.5.1"
so I'm closing this bug.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#24174: save-some-buffers should let me also visit
@ 2016-08-07  3:41 積丹尼 Dan Jacobson
  2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
  2016-08-07  3:59 ` bug#24174: save-some-buffers should let me also visit npostavs
  0 siblings, 2 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2016-08-07  3:41 UTC (permalink / raw)
  To: 24174

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#24174: save-some-buffers should let me also visit
  2016-08-07  3:41 bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
  2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
@ 2016-08-07  3:59 ` npostavs
  1 sibling, 0 replies; 7+ messages in thread
From: npostavs @ 2016-08-07  3:59 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 24174

forcemerge 3625 24174
quit

This is familiar...

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#13326: bug#24174: save-some-buffers should let me also visit
  2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
  2016-08-05 23:23   ` npostavs
  2016-08-05 23:34   ` 積丹尼 Dan Jacobson
@ 2016-08-08  8:23   ` 積丹尼 Dan Jacobson
  2016-12-08  1:28     ` bug#13326: document how to include more types of error messages in view-echo-area-messages Glenn Morris
  2 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2016-08-08  8:23 UTC (permalink / raw)
  To: npostavs; +Cc: 13326, control, 24174

reopen 13326
thanks

Yup, seems like this 24174 problem (and grandpa, me) will be "with us for a while".

P.S., for 13326 I in 24174 found something that still doesn't end up in
C-h e' output. (Marked "BAD" in my 24174 comments, so I might as well reopen
13326 too!





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#13326: document how to include more types of error messages in view-echo-area-messages
  2016-08-08  8:23   ` bug#13326: bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
@ 2016-12-08  1:28     ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2016-12-08  1:28 UTC (permalink / raw)
  To: 13326-done

Version: 26.1

Dan Jacobson wrote:

> reopen 13326
> thanks
>
> Yup, seems like this 24174 problem (and grandpa, me) will be "with us
> for a while".
>
> P.S., for 13326 I in 24174 found something that still doesn't end up in
> C-h e' output. (Marked "BAD" in my 24174 comments, so I might as well reopen
> 13326 too!

Translation: you would like questions asked by map-y-or-n-p to be
recorded in the Messages buffer.
Done in a6776f0.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-08  1:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-07  3:41 bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
2013-01-01 13:46 ` bug#13326: document how to include more types of error messages in view-echo-area-messages jidanni
2016-08-05 23:23   ` npostavs
2016-08-05 23:34   ` 積丹尼 Dan Jacobson
2016-08-08  8:23   ` bug#13326: bug#24174: save-some-buffers should let me also visit 積丹尼 Dan Jacobson
2016-12-08  1:28     ` bug#13326: document how to include more types of error messages in view-echo-area-messages Glenn Morris
2016-08-07  3:59 ` bug#24174: save-some-buffers should let me also visit npostavs

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