[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Defaults for set-variable
From: |
Kevin Rodgers |
Subject: |
Re: Defaults for set-variable |
Date: |
Tue, 08 Nov 2005 12:45:29 -0700 |
User-agent: |
Mozilla Thunderbird 0.9 (X11/20041105) |
Juri Linkov wrote:
> In regard to `set-variable', the Emacs manual contains in the node
> (info "(emacs)Examining"):
>
> `C-h v VAR <RET>'
> Display the value and documentation of variable VAR
> (`describe-variable').
>
> `M-x set-variable <RET> VAR <RET> VALUE <RET>'
> Change the value of variable VAR to VALUE.
>
> This clearly indicates that these commands are complementary:
> `describe-variable' displays the value of any variable, and
> `set-variable' changes its value. It unambiguously says that
> it changes a variable, not an user option.
>
> The current implementation contradicts the command name `set-variable'
> and its documentation.
>
> I see only one way to avoid this inconsistency - to have two commands:
> `set-variable' for setting variables, and `set-user-option' for setting
> user options.
Why not `C-u M-x set-variable' to set any variable (not just user
options), just like `C-u M-x apropos-variable' shows all variables.
--
Kevin Rodgers
- Re: Defaults for set-variable, (continued)
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/02
- RE: Defaults for set-variable, Drew Adams, 2005/11/02
- Re: Defaults for set-variable, Sascha Wilde, 2005/11/02
- Re: Defaults for set-variable, Juri Linkov, 2005/11/03
- Re: Defaults for set-variable, Sascha Wilde, 2005/11/03
- RE: Defaults for set-variable, Drew Adams, 2005/11/03
- Re: Defaults for set-variable, Miles Bader, 2005/11/03
- Re: Defaults for set-variable, Juri Linkov, 2005/11/04
- Re: Defaults for set-variable, David Kastrup, 2005/11/04
- Re: Defaults for set-variable, Juri Linkov, 2005/11/05
- Re: Defaults for set-variable,
Kevin Rodgers <=
- RE: Defaults for set-variable, Drew Adams, 2005/11/08
- Re: Defaults for set-variable, Juri Linkov, 2005/11/09
- Re: Defaults for set-variable, Kim F. Storm, 2005/11/09
- Re: Defaults for set-variable, Juri Linkov, 2005/11/09
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/09
- Re: Defaults for set-variable, Richard M. Stallman, 2005/11/03
Re: Defaults for set-variable, Kim F. Storm, 2005/11/01