Re: [BUG] describe-variable

2007-01-18 Thread Richard Stallman
Martin, would you please install your patch, after testing as many cases as you reasonably have time for? ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: [BUG] describe-variable

2007-01-16 Thread Nick Roberts
martin rudalics writes: > > In Emacs 22 evaluate: > > > > (setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9))) > > > > (make-local-variable 'myvar) > > > > (setq myvar 1) > > > > then do C-h v myvar . > > > > Help buffer output: > [...] > > > > Note the local value of

Re: [BUG] describe-variable

2007-01-11 Thread martin rudalics
> In Emacs 22 evaluate: > > (setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9))) > > (make-local-variable 'myvar) > > (setq myvar 1) > > then do C-h v myvar . > > Help buffer output: [...] > > Note the local value of 1 is not shown. Would the below break anything else? *** help-fns.el.~1.94.~

[BUG] describe-variable

2007-01-11 Thread Nick Roberts
In Emacs 22 evaluate: (setq myvar '((0) (1) (2) (3) (4) (5) (6) (7) (8) (9))) (make-local-variable 'myvar) (setq myvar 1) then do C-h v myvar . Help buffer output: - myvar's value is shown below. Documentation: Not documented as a variable. Value: Local in buffer *scratch*; gl