emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Scrolling completions with Eshell on terminal.


From: Stefan Monnier
Subject: Re: Scrolling completions with Eshell on terminal.
Date: Mon, 20 Mar 2006 12:36:05 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> -            ((event-matches-key-specifier-p event 'tab)
> +            ((or (event-matches-key-specifier-p event 'tab)
> +                    ;; Needed on a terminal
> +                    (event-matches-key-specifier-p event 9))

Maybe you could use something like last-nonmenu-event instead so it also
works for people who use some other key.  Although I'm not sure it actually
solves your problem (I can never remember which events are "raw" and which
have been translated through function-key-map and friends).


        Stefan




reply via email to

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