Re: Listing completions automatically

2005-05-14 Thread PT
On Sat, 14 May 2005 00:06:37 +0200, Kevin Rodgers <[EMAIL PROTECTED]> wrote: (let ((unread-command-events (cons ?\t unread-command-events))) (completing-read PROMPT TABLE ...)) It works fine, thanks! It's strange there is no configuration variable to control it and one has to stuff keyboard ev

Re: Listing completions automatically

2005-05-13 Thread Kevin Rodgers
PT wrote: I'd like to offer the user a list from which she has to select an item. Since the user doesn't know what items are on the list the possible items should be shown immediately. I tried using completing-read, but it seems the user has to press TAB at least once to have the list of pos

Listing completions automatically

2005-05-13 Thread PT
I'd like to offer the user a list from which she has to select an item. Since the user doesn't know what items are on the list the possible items should be shown immediately. I tried using completing-read, but it seems the user has to press TAB at least once to have the list of possible comp