On Tue, Jul 03, 2001 at 10:24:47AM +0200, Lars Gullik Bjønnes wrote:

> The user won't necessarily use the completion popup to select the command, but
> only to view the available commands. The popup should disappear when
> the proper command is entered in the minibuffer.

I have a simple solution to this that I hope will work - set a pre handler for 
XKeyPress
events, that works like this :

<up> - move selection up
<down> - move selection down
<return/tab> - move into subfolder or select current completion
<any other key> close menu and continue entry in the mb


So this should deal with your thing above - if I press <tab> then continue typing the
menu will disappear again. Is this OK ?

thanks
john

-- 
"Hey, we could invent a programming paradigm where the program is 
 expressed as a series of statements to be executed in a fixed order."
        - Khendon

Reply via email to