From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Shug Boabby" Newsgroups: gmane.emacs.help Subject: Re: Buffer Navigation Date: 20 Oct 2005 15:43:06 -0700 Organization: http://groups.google.com Message-ID: <1129848186.267800.46570@g47g2000cwa.googlegroups.com> References: <1129688325.343746.200730@g49g2000cwa.googlegroups.com> <1129690887.411887.235150@g43g2000cwa.googlegroups.com> <7each5nmmt.fsf@ada2.unipv.it> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1129848403 11017 80.91.229.2 (20 Oct 2005 22:46:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 22:46:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 00:46:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESjA4-0006eM-6a for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 00:45:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESjA3-0005ba-H9 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 18:45:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 82.41.24.222 Original-X-Trace: posting.google.com 1129848191 26784 127.0.0.1 (20 Oct 2005 22:43:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 20 Oct 2005 22:43:11 +0000 (UTC) In-Reply-To: <7each5nmmt.fsf@ada2.unipv.it> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/412.7 (KHTML, like Gecko) Safari/412.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=82.41.24.222; posting-account=jQz-EQ0AAABiniXWq8YyRVQ60t_LIYwt Original-Xref: shelby.stanford.edu gnu.emacs.help:134832 Original-To: help-gnu-emacs@gnu.org 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:30417 Archived-At: actually the bs- commands seem to be doing what i want. with one small issue to sort out: i currently have: (setq bs-default-sort-name "by name") (setq bs-must-always-show-regexp "\\*scratch\\*\\|\\*Python\\*") (setq bs-dont-show-regexp "*_region_\\.tex*") but the buffer (and file) named "_region_.tex" keeps appearing in my buffer list! grr... how do i get it out of my buffer menu and cycle list? i can't seem to get the dont-show list working for anything... am i setting it's value correctly? is it perhaps broken in the CVS Emacs at the moment?