GNU bug report logs - #3463
23.0.94; describe-variable misses buffer local value for long outputs

Previous Next

Package: emacs;

Reported by: Lennart Borgman <lennart.borgman <at> gmail.com>

Date: Wed, 3 Jun 2009 20:30:03 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

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 3463 in the body.
You can then email your comments to 3463 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#3463; Package emacs. (Wed, 03 Jun 2009 20:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lennart Borgman <lennart.borgman <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 20:30:03 GMT) Full text and rfc822 format available.

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

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.94; describe-variable misses buffer local value for long outputs
Date: Wed, 3 Jun 2009 22:24:14 +0200
describe-variable overwrites its own input when showing the value of a
buffer local variable that has a default value with long output. To
show this start from "emacs -Q" and in *scratch* write

  (set (make-local-variable 'auto-mode-alist) nil)

and eval it. Then show the value of auto-mode-alist in *scratch* with
describe-variable.




In GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600)
 of 2009-05-23
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3463; Package emacs. (Wed, 03 Jun 2009 20:50:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 20:50:03 GMT) Full text and rfc822 format available.

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

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'Lennart Borgman'" <lennart.borgman <at> gmail.com>,
        <3463 <at> debbugs.gnu.org>, <emacs-pretest-bug <at> gnu.org>
Subject: RE: bug#3463: 23.0.94;describe-variable misses buffer local value for long outputs
Date: Wed, 3 Jun 2009 13:42:11 -0700
> describe-variable overwrites its own input when showing the value of a
> buffer local variable that has a default value with long output. To
> show this start from "emacs -Q" and in *scratch* write
> 
>   (set (make-local-variable 'auto-mode-alist) nil)
> 
> and eval it. Then show the value of auto-mode-alist in *scratch* with
> describe-variable.

I did that, but I don't see the problem. Can you describe (or show)
what the problem is that you see? What do you mean by "overwrites
its own input"?

In GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600)
 of 2009-05-24 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3463; Package emacs. (Wed, 03 Jun 2009 20:50:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 20:50: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#3463; Package emacs. (Wed, 03 Jun 2009 20:55:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lennart Borgman <lennart.borgman <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 20:55:04 GMT) Full text and rfc822 format available.

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

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 3463 <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org
Subject: Re: bug#3463: 23.0.94;describe-variable misses buffer local value for 
	long outputs
Date: Wed, 3 Jun 2009 22:46:12 +0200
Thanks Drew, your are right. It is there. I just did not see it.

So this is not a bug. Sorry for the trouble.


On Wed, Jun 3, 2009 at 10:42 PM, Drew Adams <drew.adams <at> oracle.com> wrote:
>> describe-variable overwrites its own input when showing the value of a
>> buffer local variable that has a default value with long output. To
>> show this start from "emacs -Q" and in *scratch* write
>>
>>   (set (make-local-variable 'auto-mode-alist) nil)
>>
>> and eval it. Then show the value of auto-mode-alist in *scratch* with
>> describe-variable.
>
> I did that, but I don't see the problem. Can you describe (or show)
> what the problem is that you see? What do you mean by "overwrites
> its own input"?
>
> In GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600)
>  of 2009-05-24 on SOFT-MJASON
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4)'
>
>



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3463; Package emacs. (Wed, 03 Jun 2009 20:55:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lennart Borgman <lennart.borgman <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 03 Jun 2009 20:55:06 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to Lennart Borgman <lennart.borgman <at> gmail.com> Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Thu, 04 Jun 2009 01:55:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 02 Jul 2009 14:24:20 GMT) Full text and rfc822 format available.

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

Previous Next


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