gnu-emacs-sources
[Top][All Lists]
Advanced

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

Re: ;;; anything.el --- open anything


From: billclem
Subject: Re: ;;; anything.el --- open anything
Date: Thu, 02 Aug 2007 17:26:07 -0000
User-agent: G2/1.0

Tassilo Horn <address@hidden> writes:
> address@hidden 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



reply via email to

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