[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with whole buffer Custom functions.
From: |
Juri Linkov |
Subject: |
Re: Problems with whole buffer Custom functions. |
Date: |
Tue, 17 Jan 2006 23:54:27 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
> Of course, ordinary self-inserting characters _should_ self-insert in
> editable fields. But note that TAB still moves to next button or
> editable field (I guess that list should now also include "link").
> S-TAB also has its regular meaning, but the recently added M-TAB does
> not, because it has another (completion related) meaning in editable
> fields.
I think this is mostly a documentation problem. `C-h m' on a customization
buffer suggests using `n' and `p' instead of better `TAB' and `S-TAB':
Move to next button or editable field. n
Move to previous button or editable field. p
Complete content of editable text field. M-TAB
Adding `\\<widget-keymap>\' before first two lines above in the docstring
of `custom-mode' to force displaying keybindings from `widget-keymap', the
output of `C-h m' is still not good:
Move to next button or editable field. TAB
Move to previous button or editable field. M-TAB
Complete content of editable text field. M-TAB
Note duplicate `M-TAB' for different contexts.
Also while `C-x C-s' and `C-c C-c' are not available in editable fields,
the docstring should warn about this fact.
--
Juri Linkov
http://www.jurta.org/emacs/
- Problems with whole buffer Custom functions., Luc Teirlinck, 2006/01/12
- Re: Problems with whole buffer Custom functions., Juri Linkov, 2006/01/16
- Re: Problems with whole buffer Custom functions., Juri Linkov, 2006/01/21
- Re: Problems with whole buffer Custom functions., Luc Teirlinck, 2006/01/21
- Re: Problems with whole buffer Custom functions., Juri Linkov, 2006/01/22
- Re: Problems with whole buffer Custom functions., Richard M. Stallman, 2006/01/24
- Re: Problems with whole buffer Custom functions., Juri Linkov, 2006/01/24
- Re: Problems with whole buffer Custom functions., Lennart Borgman, 2006/01/24