emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: RE: Customize doc strings and tag strings do not res


From: Chong Yidong
Subject: Re: address@hidden: RE: Customize doc strings and tag strings do not respect \\<...> and \\[...]]
Date: Sat, 04 Mar 2006 09:57:37 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     emacs -q
>     
>     (defcustom foo nil
>       "*Behavior of `\\<my-map>\\[my-cmd]' when foobaz is in the wind."
>       :type 'boolean)
>     
>     Then, `C-h v foo' shows the doc string correctly as, say, "Behavior of
>     `M-a' when foobaz is in the wind."  However, when you click the
>     Customize link and get to the Customize buffer, the key bindings are
>     not substituted in the doc string. You see this:
>     
>     Behavior of `\<my-map>\[my-cmd]' when foobaz is in the wind.
>     
>     Note that one level of backslash is removed.

I can't reproduce this.  For example,

  M-x customize-option RET Info-enable-edit

displays the "\\<Info-mode-map>\\[Info-edit]" tag fine.




reply via email to

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