[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: position on changing defaults?
From: |
Richard Stallman |
Subject: |
Re: position on changing defaults? |
Date: |
Sun, 09 Mar 2008 12:40:30 -0400 |
OTOH I find the above two examples of "generic function-key-map
bindings" desirable. Note that they have nothing to do with
pre-command-hook: they just move a hardcoded C-level feature to elisp
(well, the first is in C, the other doesn't exist because I don't want to
add it to the C code but I don't have any clean way to do it in elisp
right now).
Do you mean that these transformations would be defaults, only
to be used when there is no direct binding -- like the current default
transformations of shifted to nonshifted events?
That seems like a clean feature, if it is useful.
However, I have a bad feeling about using this to implement something
that makes _all_ shift keys do something special.
Binding some set of shifted keys to a command that says "run the
equivalent non-shifted character but do this other special thing"
seems better, because you could override that for individual shifted
keys if you wish.
- Re: Shift-movement selection, (continued)
- Re: Shift-movement selection, Alan Mackenzie, 2008/03/11
- Re: position on changing defaults?, Stefan Monnier, 2008/03/06
- Re: position on changing defaults?, Miles Bader, 2008/03/06
- Re: position on changing defaults?, Richard Stallman, 2008/03/08
- Re: position on changing defaults?, Richard Stallman, 2008/03/08
- Re: position on changing defaults?, Kim F. Storm, 2008/03/08
- Re: position on changing defaults?, Kim F. Storm, 2008/03/08
- Re: position on changing defaults?, Stefan Monnier, 2008/03/08
- Re: position on changing defaults?,
Richard Stallman <=
- Re: position on changing defaults?, Stefan Monnier, 2008/03/09
- Re: position on changing defaults?, Kim F. Storm, 2008/03/09
- Re: position on changing defaults?, Lennart Borgman (gmail), 2008/03/09
- Re: position on changing defaults?, Richard Stallman, 2008/03/11
- Re: position on changing defaults?, Kim F. Storm, 2008/03/11
- Re: position on changing defaults?, Lennart Borgman (gmail), 2008/03/11
- Re: position on changing defaults?, Richard Stallman, 2008/03/09
- Re: position on changing defaults?, Richard Stallman, 2008/03/06
Re: position on changing defaults?, Kim F. Storm, 2008/03/05