GNU bug report logs - #10017
24.0.91; buffer-local-value no longer works

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Fri, 11 Nov 2011 08:21:02 UTC

Severity: normal

Tags: moreinfo, notabug, unreproducible, wontfix

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 10017 in the body.
You can then email your comments to 10017 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#10017; Package emacs. (Fri, 11 Nov 2011 08:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo <sdl.web <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 11 Nov 2011 08:21:02 GMT) Full text and rfc822 format available.

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

From: Leo <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.91; buffer-local-value no longer works
Date: Fri, 11 Nov 2011 16:19:52 +0800
1. Assume w is set to a window with some buffer-local VAR
2. (buffer-local-value VAR (window-buffer w)) is always nil unless that
   buffer is current

GNU Emacs 24.0.91.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll
 bars) of 2011-11-09

Leo




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#10017; Package emacs. (Fri, 11 Nov 2011 08:34:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: Leo <sdl.web <at> gmail.com>
Cc: 10017 <at> debbugs.gnu.org
Subject: Re: bug#10017: 24.0.91; buffer-local-value no longer works
Date: Fri, 11 Nov 2011 03:33:36 -0500
Leo wrote:

> 1. Assume w is set to a window with some buffer-local VAR
> 2. (buffer-local-value VAR (window-buffer w)) is always nil unless that
>    buffer is current

Works for me.

emacs -Q
C-x 4 b foo RET
In buffer foo:

(setq fill-column 10
      w (selected-window))

In buffer scratch:

fill-column   ; 70
(buffer-local-value 'fill-column (get-buffer "foo"))  ; 10
(buffer-local-value 'fill-column (window-buffer w))   ; 10




bug No longer marked as found in versions 24.0.91. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2011 18:26:02 GMT) Full text and rfc822 format available.

Added tag(s) notabug and wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 25 Nov 2011 18:26:02 GMT) Full text and rfc822 format available.

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 25 Nov 2011 18:26:03 GMT) Full text and rfc822 format available.

Notification sent to Leo <sdl.web <at> gmail.com>:
bug acknowledged by developer. (Fri, 25 Nov 2011 18:26:03 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 10017-done <at> debbugs.gnu.org
Subject: Re: bug#10017: 24.0.91; buffer-local-value no longer works
Date: Fri, 25 Nov 2011 13:23:19 -0500
No response, closing as unreproducable. Feel free to reopen if you can
explain what the actual bug is.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Dec 2011 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 239 days ago.

Previous Next


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