From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Donot want to see default buffers Date: Tue, 13 Mar 2007 00:15:53 -0500 Organization: UseNetServer.com Message-ID: <45F63389.1020903@alcisp.com> References: <1173632299.648993.226090@j27g2000cwj.googlegroups.com> NNTP-Posting-Host: lo.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 1173764408 27520 80.91.229.12 (13 Mar 2007 05:40:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 05:40:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 13 06:40:02 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQzjs-0007nb-QP for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 06:40:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQzkc-0005ba-4S for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 00:40:46 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!cyclone1.gnilink.net!gnilink.net!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!DIALUPUSA.NET!not-for-mail User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) Original-Newsgroups: gnu.emacs.help In-Reply-To: <1173632299.648993.226090@j27g2000cwj.googlegroups.com> Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 16 Original-X-Trace: 113d245f6338ea13a01d216416 Original-Xref: shelby.stanford.edu gnu.emacs.help:146312 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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:41916 Archived-At: CloudStrife wrote: > Hi, > I donot want to see the default buffers like scratch Messages > Completions etc in C-x C-b . Can anyone help me out. I am new to emacs > and the simpler the solution the better it is. > Regards > Cloud > If you enable iswitchb in Options>Customize Emacs, then you can add regexps to iswitchb-buffer-ignore that will cause various classes of buffer names to be masked out. For example if you insert ^\* into the ibi list then buffer names starting with * will be masked out when you type C-x b. These buffer names can still be seen and selected with the mouse from the menu. Ed