Hello, Le Lundi 1 à 15:52, [email protected] a écrit : > An emacs in-general question: When I list buffers (C-x C-b), why does > the cursor remain in the old window instead of going to the new buffer > list window? This requires another set of keystrokes to get to the > buffer list. I wouldn't have listed the buffers if I didn't want to > access them, ferchrynoutloud! Is there a setting that will change > this?
I have this in my .emacs : (global-set-key "\C-x\C-b" 'buffer-menu) 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>. -- Fred _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
