Hi Tassilo, On Aug 19, 2:55 am, Tassilo Horn <[EMAIL PROTECTED]> 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 _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
