Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ai-lab!mly From: mly@wheaties.ai.mit.edu (Richard Mlynarik) Newsgroups: comp.emacs Subject: Re: looking for feature Message-ID: <1270@rice-chex.ai.mit.edu> Date: 24 Mar 89 00:36:34 GMT References: Organization: MIT AI Lab, Cambridge, MA Lines: 11 I like using M-p and M-n to skim through gnuemacs' command history. What I'm looking for is some way to do the same thing in the switch-to-buffer command. Specifically, the user types C-x b, and is presented with Switch to Buffer: (default *scratch*) [...] (global-set-key "\C-x\C-b" 'electric-buffer-list) isn't exactly what you were asking for, but it may be what you want.