[email protected] writes: > Frédéric Perrin <[email protected]> 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. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
