GNU bug report logs - #3356
23.0.93; Loss of undo info in calc

Previous Next

Package: emacs;

Reported by: jay.p.belanger <at> gmail.com

Date: Sat, 23 May 2009 18:40:16 UTC

Severity: normal

Merged with 3357

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 3356 in the body.
You can then email your comments to 3356 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3356; Package emacs. (Sat, 23 May 2009 18:40:16 GMT) Full text and rfc822 format available.

Acknowledgement sent to jay.p.belanger <at> gmail.com:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 23 May 2009 18:40:17 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jay Belanger <jay.p.belanger <at> gmail.com>
To: Leo <sdl.web <at> gmail.com>
Cc: emacs-pretest-bug <at> gnu.org
Subject: Re: 23.0.93; Loss of undo info in calc
Date: Sat, 23 May 2009 10:48:23 -0500
Leo <sdl.web <at> gmail.com> writes:
...
> 1. M-x calc
> 2. do some calculation for example: ' sqrt ( x ) RET a t x 5 RET
> 3. type q to quit calc
> 4. M-x calc to bring it back
> 5. type U
>
> You will get "No further undo information is available".

calc-quit sets the undo list to nil on purpose, probably to save limited
memory in the early days.   If there are still memory considerations,
then calc-quit could truncate the undo list rather than remove it,
otherwise it'd be easy to have calc-quit not do anything with the undo
list.

> Incidentally, I wonder whether making the two windows dedicated is more
> desirable than current behaviour.

Maybe, but I wonder if this would cause problems in some situations.
How would full-calc be affected, for instance.

Jay




Merged 3356 3357. Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Sat, 23 May 2009 23:40:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3356; Package emacs. (Sun, 24 May 2009 00:30:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 24 May 2009 00:30:05 GMT) Full text and rfc822 format available.

Message #12 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: emacs-pretest-bug <at> gnu.org
Subject: Re: bug#3356: 23.0.93; Loss of undo info in calc
Date: Sun, 24 May 2009 01:25:20 +0100
On 2009-05-23 16:48 +0100, Jay Belanger wrote:
>> 1. M-x calc
>> 2. do some calculation for example: ' sqrt ( x ) RET a t x 5 RET
>> 3. type q to quit calc
>> 4. M-x calc to bring it back
>> 5. type U
>>
>> You will get "No further undo information is available".
>
> calc-quit sets the undo list to nil on purpose, probably to save limited
> memory in the early days.   If there are still memory considerations,
> then calc-quit could truncate the undo list rather than remove it,

I think it should do its best to protect user's data. This option seems
very desirable.

> otherwise it'd be easy to have calc-quit not do anything with the undo
> list.

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .: I use Emacs :.





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3356; Package emacs. (Sun, 24 May 2009 00:35:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 24 May 2009 00:35:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3356; Package emacs. (Sun, 02 Aug 2009 14:25:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 02 Aug 2009 14:25:08 GMT) Full text and rfc822 format available.

Message #22 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Leo <sdl.web <at> gmail.com>
To: jay.p.belanger <at> gmail.com
Cc: 3356 <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org
Subject: Re: bug#3356: 23.0.93; Loss of undo info in calc
Date: Sun, 02 Aug 2009 15:21:52 +0100
On 2009-05-23 16:48 +0100, Jay Belanger wrote:
> Leo <sdl.web <at> gmail.com> writes:
> ...
>> 1. M-x calc
>> 2. do some calculation for example: ' sqrt ( x ) RET a t x 5 RET
>> 3. type q to quit calc
>> 4. M-x calc to bring it back
>> 5. type U
>>
>> You will get "No further undo information is available".
>
> calc-quit sets the undo list to nil on purpose, probably to save limited
> memory in the early days.   If there are still memory considerations,
> then calc-quit could truncate the undo list rather than remove it,
> otherwise it'd be easy to have calc-quit not do anything with the undo
> list.
>
>> Incidentally, I wonder whether making the two windows dedicated is more
>> desirable than current behaviour.
>
> Maybe, but I wonder if this would cause problems in some situations.
> How would full-calc be affected, for instance.
>
> Jay

It seems this bug can be closed.

-- 
Leo's Emacs uptime: 1 day, 15 hours, 20 minutes, 27 seconds



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3356; Package emacs. (Sun, 02 Aug 2009 14:25:10 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 02 Aug 2009 14:25:10 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to jay.p.belanger <at> gmail.com Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 26 Jan 2010 18:42:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <bug-gnu-emacs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 24 Feb 2010 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 170 days ago.

Previous Next


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