GNU bug report logs - #15811
24.3.50; enhancement request: provide history for *Pp Eval Output*

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Tue, 5 Nov 2013 16:24:01 UTC

Severity: wishlist

Tags: wontfix

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.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 15811 in the body.
You can then email your comments to 15811 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#15811; Package emacs. (Tue, 05 Nov 2013 16:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 05 Nov 2013 16:24:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; enhancement request: provide history for *Pp Eval Output*
Date: Tue, 5 Nov 2013 08:23:19 -0800 (PST)
Consider providing a navigable history for buffer *Pp Eval Output*.
This would be similar to `l' and `r' in *Info* or the [back] and
[forward] links in *Help*.  But instead of adding links to the buffer,
use keys or menu items.

Currently there is not even any undo in *Pp Eval Output*.  It can be
useful to revisit previous evaluation results.

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-10-19 on LEG570
Bzr revision: 114715 rgm <at> gnu.org-20131019023520-s8mwtib7xcx9e05w
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15811; Package emacs. (Tue, 05 Nov 2013 20:25:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 15811 <at> debbugs.gnu.org
Subject: Re: bug#15811: 24.3.50;
 enhancement request: provide history for *Pp Eval Output*
Date: Tue, 05 Nov 2013 15:24:27 -0500
I've never felt the need for such a feature, but if you think this is
important, you could supply a patch for consideration.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15811; Package emacs. (Fri, 29 Apr 2016 14:07:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 15811 <at> debbugs.gnu.org
Subject: Re: bug#15811: 24.3.50;
 enhancement request: provide history for *Pp Eval Output*
Date: Fri, 29 Apr 2016 16:06:09 +0200
Drew Adams <drew.adams <at> oracle.com> writes:

> Consider providing a navigable history for buffer *Pp Eval Output*.
> This would be similar to `l' and `r' in *Info* or the [back] and
> [forward] links in *Help*.  But instead of adding links to the buffer,
> use keys or menu items.
>
> Currently there is not even any undo in *Pp Eval Output*.  It can be
> useful to revisit previous evaluation results.

If we're storing the expressions in the history and redoing them, then
that sounds potentially dangerous.  (There may be something destructive
going on.)  If we're saving the buffer contents, then that sounds
... unusual.

So I don't think this sounds like a very useful feature.  Closing.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 29 Apr 2016 14:07:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 15811 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 29 Apr 2016 14:07:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15811; Package emacs. (Fri, 29 Apr 2016 17:38:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 15811 <at> debbugs.gnu.org
Subject: RE: bug#15811: 24.3.50; enhancement request: provide history for *Pp
 Eval Output*
Date: Fri, 29 Apr 2016 10:36:55 -0700 (PDT)
> > Consider providing a navigable history for buffer *Pp Eval Output*.
> > This would be similar to `l' and `r' in *Info* or the [back] and
> > [forward] links in *Help*.  But instead of adding links to the buffer,
> > use keys or menu items.
> >
> > Currently there is not even any undo in *Pp Eval Output*.  It can be
> > useful to revisit previous evaluation results.
> 
> If we're storing the expressions in the history and redoing them, then
> that sounds potentially dangerous.  (There may be something destructive
> going on.)  If we're saving the buffer contents, then that sounds
> ... unusual.

It's no different from what we do with `*Help*', except that
yes, I meant saving the buffers (output), not automatically
reevaluating the sexps.  As I said: "useful to revisit previous
evaluation results".

Your criticism in that case is that this would be "unusual"?
Not for someone who uses *Pp Eval Output* a lot.  This is
similar to requests for saving *grep* buffers etc.

The other possibility to consider is simply providing undo,
so you can go backward to previous results (and forward again).
That would less handy than separate buffers with navigation,
but it would be better than nothing.

> So I don't think this sounds like a very useful feature.  Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 28 May 2016 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 82 days ago.

Previous Next


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