help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: iswitchb help


From: Umesh P Nair
Subject: Re: iswitchb help
Date: 24 Oct 2002 17:02:16 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> On 24 Oct 2002 09:29:17 -0400, "LuisF" == Luis Fernandes
>>>>> <elf@ee.ryerson.ca> said:

 LuisF> C-s/C-r is completely illogical and unintuitive[1]. I think
 LuisF> multiple TAB key presses would have been more logical (like in
 LuisF> any shell) to cycle through the completions.

 LuisF> Is there a way to change this behaviour to TAB rather than
 LuisF> C-s/C-r?

(add-hook 
 'iswitchb-define-mode-map-hook
 '(lambda ()
    (define-key iswitchb-mode-map [tab] 'iswitchb-next-match)))

Regards,

- Umesh

-- 
----------------------------
Umesh P Nair
Remove 'z's from my email ID
----------------------------


reply via email to

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