Re: show-buffer-local-variables

2005-10-03 Thread Richard M. Stallman
It seems this command should do the same thing as currently `dcl-save-option' and `dcl-save-all-options' from emacs/lisp/progmodes/dcl-mode.el do, but more generally. Starting from them would be a good approach, if someone wants to do the work of generalizing them. _

Re: show-buffer-local-variables

2005-10-03 Thread Richard M. Stallman
it would probably be trivial to revise alout-adjust-file-variable to do wrap a file variables section it creates in an outline topic only if the buffer is in outline mode. it would also be nice to offload this functionality from allout, and get scrutiny from others to see wheth

Re: show-buffer-local-variables

2005-10-03 Thread Stefan Monnier
> These commands make a Local Variables section with prefix/suffix strings > extracted from `comment-start' and `comment-end'. But the result is not > always nice. For example, in Emacs-Lisp mode the value of `comment-start' > is ";", but a nicer prefix would be ";;" or ";;;". Definitely ";;" an

Re: show-buffer-local-variables

2005-10-02 Thread Juri Linkov
> I noticed this entry in emacs/etc/TODO: > > ** Add a command to make a local variables list in the current buffer > and/or add a variable to the list. > > I recently wrote a function that does the former, if I understand the > entry correctly. > > No, it is a misunderstanding.

Re: show-buffer-local-variables

2005-10-02 Thread Ken Manheimer
On 10/1/05, Richard M. Stallman <[EMAIL PROTECTED]> wrote: > I noticed this entry in emacs/etc/TODO: > > ** Add a command to make a local variables list in the current buffer > and/or add a variable to the list. > > I recently wrote a function that does the former, if I understand t

Re: show-buffer-local-variables

2005-10-01 Thread Richard M. Stallman
I noticed this entry in emacs/etc/TODO: ** Add a command to make a local variables list in the current buffer and/or add a variable to the list. I recently wrote a function that does the former, if I understand the entry correctly. No, it is a misunderstanding. A local varia

show-buffer-local-variables

2005-10-01 Thread Steve Yegge
Hello Emacs developers, I noticed this entry in emacs/etc/TODO: ** Add a command to make a local variables list in the current buffer   and/or add a variable to the list. I recently wrote a function that does the former, if I understand the entry correctly.  It shows an apropos-style listing of