Tassilo Horn <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] writes:
>>> Now you've heard it. I'll add an option that will define standard
>>> keymaps before loading anything.el.
>>>
>>> What do you think should be its default? Standard keymaps would be more
>>> logical for new users whereas the anything bindings would be good for
>>> compatibility.
>>
>> IMO, the standard keymaps (if that means the ones with overrides
>> similar to what you indicated above) should be the defaults since
>> iswitchb isn't turned on by default in anything. Therefore, if someone
>> decides to turn on iswitchb in their .emacs file, they can also turn
>> on the iswitchb-compatible bindings.
>
> Done! See the variable `anything-use-standard-keys'.

Great, that works nicely - thanks!

Could you also add the following:
      (define-key map (kbd "C-n")  'anything-next-line)
      (define-key map (kbd "C-p")  'anything-previous-line)

- Bill

_______________________________________________
gnu-emacs-sources mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to