[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: position on changing defaults?
From: |
Stefan Monnier |
Subject: |
Re: position on changing defaults? |
Date: |
Sun, 09 Mar 2008 18:22:20 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> 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?
Yes, of course: function-key-map bindings only apply when there's no
direct binding.
> However, I have a bad feeling about using this to implement something
> that makes _all_ shift keys do something special.
Agreed. I was only asking Miles what modification of key-remapping he
was thinking about.
Stefan
- Re: Shift-movement selection, (continued)
- Re: Shift-movement selection, Richard Stallman, 2008/03/12
- 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, 2008/03/09
- Re: position on changing defaults?,
Stefan Monnier <=
- 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