info-gnus-english
[Top][All Lists]
Advanced

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

Re: More gnewb questions


From: Richard Riley
Subject: Re: More gnewb questions
Date: Tue, 02 Jun 2009 17:41:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

notbob@bb.nothome.com writes:

> Frédéric Perrin <frederic.perrin@resel.fr> writes:
>
>
>> I have this in my .emacs :
>>
>> (global-set-key "\C-x\C-b" 'buffer-menu)
>
> Excellent!
>
>> For an easier way to nabigate buffers, you may be interested in
>> iswitchb. There is a WWW document about it at
>> <http://www.emacswiki.org/cgi-bin/wiki/IswitchBuffers>.
>
> I'll try it out.  Thank you.
>
> nb

iswitchb is nice. ido seems to have gathered ground however ...

http://www.emacswiki.org/emacs/InteractivelyDoThings

I combine it with these settings

      ido-confirm-unique-completion t
      ido-default-buffer-method 'samewindow
      ido-use-filename-at-point 1
      ido-use-url-at-point nil
      ido-ignore-buffers  '("^ " "\\.org\\'" "\\.bbdb\\'" "^\\*Egg")
      ido-enable-flex-matching t      
      ido-max-prospects 6          
      ido-confirm-unique-completion t

regards

r.



reply via email to

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