emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apropos commands for commands, user options, all functions, all vari


From: Juri Linkov
Subject: Re: apropos commands for commands, user options, all functions, all variables
Date: Sat, 27 Oct 2007 01:43:00 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux)

> I made set-variable read only user option names because I thought
> it was mainly useful for non-Lisp-programmers who wouldn't
> know about typing setq.

For non-Lisp-programmers a better way to change values of user options
is by using the Customization interface.  It also provides commands to
change values in the minibuffer: commands `customize-set-value' and
`customize-set-variable' that work very like the current implementation
of `set-variable'.

Since `set-variable' was also intended to change the values of user
options with the leading * in their docstrings, I think a new command
`set-option' should be added with the body of current `set-variable',
and `set-variable' should allow modifying any variable.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]