From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: Two quick questions Date: Sun, 01 Oct 2006 11:17:20 +0100 Organization: SunSITE.dk - Supporting Open source Message-ID: <451f95b1$0$75032$14726298@news.sunsite.dk> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159699234 18935 80.91.229.2 (1 Oct 2006 10:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Oct 2006 10:40:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 01 12:40:32 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GTyk7-0004kF-Cb for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2006 12:40:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GTyk6-0004iJ-Va for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Oct 2006 06:40:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Thunderbird 1.5.0.5 (X11/20060812) Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 21 Original-NNTP-Posting-Host: 62.56.73.25 Original-X-Trace: news.sunsite.dk DXC==G7?RPgJo\JMG4[9BMmA=KYSB=nbEKnkKLah9<56RZIHG1[Bg<0aH5@\VT\m5_SIbFU_42Df:PaKHTcL2h5ahoTOkF_>m>CYcVO05M List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37744 Archived-At: Tong Wang wrote: > Hi, > Sorry to bother you guys with naive questions, did some search but couldn't find answers. > 1: To switch to another buffer, after issue C-x b, and type something in minibuffer followed by Tab for completion, > is there any way to scroll through those possible completions in minibuffer, instead of having to type more words > or go to the newly opened buffer to chose one ? Tong, Not exactly what you asked for but, C-x C-b will display a list of all buffers; you can pick the one you want. M-x bury-buffer will send the current buffer to the back of the z-order. I've bound this to C-x C-h, and find it handy for cycling buffers. HTH, Colin S. Miller -- Replace the obvious in my email address with the first three letters of the hostname to reply.