From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.help Subject: Re: bs-dont-show-regexp being ignored Date: Fri, 21 Oct 2005 18:34:03 +0200 Organization: nil Message-ID: References: <1129909005.214456.279470@f14g2000cwb.googlegroups.com> <43590c97$0$41149$14726298@news.sunsite.dk> <1129909643.635807.219390@g43g2000cwa.googlegroups.com> <43591351$0$41149$14726298@news.sunsite.dk> <1129911497.512515.180850@f14g2000cwb.googlegroups.com> Reply-To: angeli@iwi.uni-sb.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129914602 10268 80.91.229.2 (21 Oct 2005 17:10:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 17:10:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 19:09:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ET0LK-0002BR-UJ for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 19:06:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ET0LI-0000o1-KD for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 13:06:08 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!npeer.de.kpn-eurorings.net!news-kar1.dfn.de!hades.rz.uni-saarland.de!hades.rz.uni-sb.de Original-Newsgroups: gnu.emacs.help Original-Lines: 35 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:134861 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:30446 Archived-At: * Shug Boabby (2005-10-21) writes: > really? where does it say that? in the .el file itself, it says to set > it using setq. there are even a few examples; which are pointless as > the default is to ignore such files. The Elisp file currently in Emacs' CVS includes this statement regarding customization of the buffer list: ;;; Customization: ;; There is a customization group called `bs' in group `convenience'. ;; Start customization by M-x bs-customize ;; ;; Buffer list ;; ----------- ;; You can define your own configurations by extending variable ;; `bs-configurations' (see docstring for details). ;; ;; `bs-default-configuration' contains the name of default configuration. ;; The default value is "files" which means to show only files. ;; ;; If you always want to see all buffers, customize variable ;; `bs-default-configuration' in customization group `bs'. It doesn't mention `bs-dont-show-regexp'. The variable is defined with defvar, not defcustom and there is no * at the start of the doc string indicating that it should be changed by a user. BTW, please learn how to quote context from messages you are answering to correctly. That way it is easier to see what you are referring to. -- Ralf