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: bs-dont-show-regexp being ignored Date: 21 Oct 2005 08:36:45 -0700 Organization: http://groups.google.com Message-ID: <1129909005.214456.279470@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1129911916 1001 80.91.229.2 (21 Oct 2005 16:25:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 16:25:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 18:25:05 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESzeK-00007D-1g for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 18:21:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESzeJ-00087M-GA for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 12:21:43 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 137.195.21.216 Original-X-Trace: posting.google.com 1129909010 11103 127.0.0.1 (21 Oct 2005 15:36:50 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Oct 2005 15:36:50 +0000 (UTC) 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: f14g2000cwb.googlegroups.com; posting-host=137.195.21.216; posting-account=jQz-EQ0AAABiniXWq8YyRVQ60t_LIYwt Original-Xref: shelby.stanford.edu gnu.emacs.help:134854 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:30439 Archived-At: hello everyone, i am using the bs- commands for buffer navigation. it has been a revolution to my daily work. this is my current set-up: (setq bs-default-sort-name "by name") (setq bs-dont-show-regexp "_region\\.tex_") (setq bs-must-always-show-regexp "\\*scratch\\*\\|\\*Python\\*") (global-set-key [(control b)] 'bs-show) (global-set-key [(control x) (left)] 'bs-cycle-previous) (global-set-key [(control x) (right)] 'bs-cycle-next) (global-set-key [(control x) (control b)] 'electric-buffer-list) however... the dont-show regexp is being ignored! i have tried setting it to many other different file names/regexps, but i can't get it to work for anything. is it broken? am i setting it incorrectly? is it working for anyone else?