emacs-devel
[Top][All Lists]
Advanced

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

Re: Key bindings proposal


From: Stefan Monnier
Subject: Re: Key bindings proposal
Date: Thu, 29 Jul 2010 16:16:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> - If I bind a key globaly, I'd like to tell Emacs that thats what I want
>   always. (my <C-return>  example above)

You might want to use the emulation-mode-map-alists for that, then,
since global-map is the keymap with the lowest priority.

> - I want global dispatch functions for certain common operations. These
>   are "completion" and "symbol lookup".

For completion, we now have such a function/command, it's called
`completion-at-point' and dispatches on `completion-at-point-functions'.
For symbol-lookup we don't have it yet.  Patches welcome.

Note that we don't have a key binding for either (tho completion-at-point
can be available on TAB by setting tab-always-indent to `complete').


        Stefan



reply via email to

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