GNU bug report logs - #13326
document how to include more types of error messages in view-echo-area-messages

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Tue, 1 Jan 2013 13:48:01 UTC

Severity: wishlist

Tags: moreinfo

Fixed in version 26.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13326 in the body.
You can then email your comments to 13326 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#13326; Package emacs. (Tue, 01 Jan 2013 13:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jidanni <at> jidanni.org:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 01 Jan 2013 13:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: document how to include more types of error messages in
	view-echo-area-messages
Date: Tue, 01 Jan 2013 21:46:27 +0800
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,




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13326; Package emacs. (Fri, 05 Aug 2016 23:24:01 GMT) Full text and rfc822 format available.

Message #8 received at 13326 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: jidanni <at> jidanni.org
Cc: 13326 <at> debbugs.gnu.org
Subject: Re: bug#13326: document how to include more types of error messages
 in view-echo-area-messages
Date: Fri, 05 Aug 2016 19:23:24 -0400
tags 13326 moreinfo
quit

jidanni <at> 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"?




Added tag(s) moreinfo. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Fri, 05 Aug 2016 23:24:02 GMT) Full text and rfc822 format available.

Reply sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
You have taken responsibility. (Fri, 05 Aug 2016 23:35:02 GMT) Full text and rfc822 format available.

Notification sent to jidanni <at> jidanni.org:
bug acknowledged by developer. (Fri, 05 Aug 2016 23:35:02 GMT) Full text and rfc822 format available.

Message #15 received at 13326-done <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: npostavs <at> users.sourceforge.net
Cc: 13326-done <at> debbugs.gnu.org
Subject: Re: bug#13326: document how to include more types of error messages
 in view-echo-area-messages
Date: Sat, 06 Aug 2016 07:34:39 +0800
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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13326; Package emacs. (Mon, 08 Aug 2016 08:24:02 GMT) Full text and rfc822 format available.

Message #18 received at 13326 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: npostavs <at> users.sourceforge.net
Cc: 13326 <at> debbugs.gnu.org, control <at> debbugs.gnu.org, 24174 <at> debbugs.gnu.org
Subject: Re: bug#24174: save-some-buffers should let me also visit
Date: Mon, 08 Aug 2016 16:23:36 +0800
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!




Did not alter fixed versions and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 08 Aug 2016 08:24:03 GMT) Full text and rfc822 format available.

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Thu, 08 Dec 2016 01:29:02 GMT) Full text and rfc822 format available.

Notification sent to jidanni <at> jidanni.org:
bug acknowledged by developer. (Thu, 08 Dec 2016 01:29:02 GMT) Full text and rfc822 format available.

Message #25 received at 13326-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 13326-done <at> debbugs.gnu.org
Subject: Re: bug#13326: document how to include more types of error messages
 in view-echo-area-messages
Date: Wed, 07 Dec 2016 20:28:04 -0500
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Jan 2017 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.