help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bs-dont-show-regexp being ignored


From: Ralf Angeli
Subject: Re: bs-dont-show-regexp being ignored
Date: Fri, 21 Oct 2005 18:34:03 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

* 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]