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.
_
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
> 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
> 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.
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
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
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