Xref: utzoo gnu.emacs.help:607 comp.emacs:9752 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!WORLD.STD.COM!steveo From: steveo@WORLD.STD.COM (Steven W Orr) Newsgroups: gnu.emacs.help,comp.emacs Subject: John Davis's switch-to-buffer Message-ID: <9012162008.AA27223@world.std.com> Date: 16 Dec 90 20:08:49 GMT Sender: daemon@tut.cis.ohio-state.edu Followup-To: gnu.emacs.help Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu Lines: 15 I have just acquired a buffer package from davis@pacific.mps.ohio-state.edu ("John E. Davis") which allows a user to switch to another buffer and uses arrow keys to move through the list of buffers. The problem is that it calls buffer-list to get its list of buffers through which to cycle. This is close to what I want but not exactly. What I want is a function which returns exactly the same list of buffers created by list-buffers. list-buffers is the function called by buffer-menu. My problem is that I don't know how to do all the save-excursion stuff to extract the information out of the buffer that list-buffer uses. If some Gunga-Din (i.e., a better man than I) knows how to whip this up, I just know that we could further the cause of civilization. Thanks in advance.