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: Sun, 19 Aug 2007 18:40:43 -0000
User-agent: G2/1.0

Hi Tassilo,

On Aug 19, 2:55 am, Tassilo Horn <address@hidden> wrote:
> bugs one and three should be fixed now.  For bug two, please tell me
> exactly how you can reproduce it.  And do `M-x toggle-debug-on-error'
> before.

All 3 bugs are now fixed - Thanks!

However, I came across a new one. In the anything buffer, when you
press TAB, it normally brings up the Actions for a Type. However, if
you're using the console version of Emacs 22.1, it just inserts a TAB
in the minibuffer. If I change the anything-map definition to:

(define-key map (kbd "C-i")     'anything-select-action)

then TAB works properly again. This may be an emacs bug; however, it
is probably best to change the mapping to "C-i" instead of "<tab>".

Thanks again for fixing the 3 bugs so quickly!

- Bill



reply via email to

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