unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10017: 24.0.91; buffer-local-value no longer works
@ 2011-11-11  8:19 Leo
  2011-11-11  8:33 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2011-11-11  8:19 UTC (permalink / raw)
  To: 10017

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10017: 24.0.91; buffer-local-value no longer works
  2011-11-11  8:19 bug#10017: 24.0.91; buffer-local-value no longer works Leo
@ 2011-11-11  8:33 ` Glenn Morris
  2011-11-25 18:23   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2011-11-11  8:33 UTC (permalink / raw)
  To: Leo; +Cc: 10017

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10017: 24.0.91; buffer-local-value no longer works
  2011-11-11  8:33 ` Glenn Morris
@ 2011-11-25 18:23   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2011-11-25 18:23 UTC (permalink / raw)
  To: 10017-done


No response, closing as unreproducable. Feel free to reopen if you can
explain what the actual bug is.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-25 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-11  8:19 bug#10017: 24.0.91; buffer-local-value no longer works Leo
2011-11-11  8:33 ` Glenn Morris
2011-11-25 18:23   ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).