From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Emory Smith Newsgroups: gmane.emacs.help Subject: bs-cycle for dired buffers Date: Thu, 22 Jan 2004 12:57:04 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <26B5A8CE-4D15-11D8-8D19-000A958A3AF4@hotmail.com> Reply-To: emory.smith@mac.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074802518 22382 80.91.224.253 (22 Jan 2004 20:15:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2004 20:15:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 22 21:15:05 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjlEH-0000gA-00 for ; Thu, 22 Jan 2004 21:15:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ajl8J-0006sX-Ns for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jan 2004 15:08:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjkyL-0004hm-4L for help-gnu-emacs@gnu.org; Thu, 22 Jan 2004 14:58:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ajkwy-0004Dn-Ky for help-gnu-emacs@gnu.org; Thu, 22 Jan 2004 14:57:43 -0500 Original-Received: from [65.54.244.92] (helo=hotmail.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ajkwy-0004DY-77 for help-gnu-emacs@gnu.org; Thu, 22 Jan 2004 14:57:12 -0500 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 22 Jan 2004 11:57:09 -0800 Original-Received: from 198.11.17.179 by bay1-dav35.bay1.hotmail.com with DAV; Thu, 22 Jan 2004 19:57:09 +0000 X-Originating-IP: [198.11.17.179] X-Originating-Email: [emory_smith@hotmail.com] X-Sender: emory_smith@hotmail.com Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.609) X-OriginalArrivalTime: 22 Jan 2004 19:57:09.0663 (UTC) FILETIME=[EB6F82F0:01C3E121] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16281 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16281 hello, i am using the bs-cycle function from bs.el and would like it cycle through my "dired by name" buffers without having to put the "+" sign next to every one i open in the buffer-selection-menu. the only way i know of for adding buffers to all configurations is to use the "bs-must-always-show-regexp", but this seems to apply only to the name of the buffer rather than the buffer mode. i was thinking perhaps one of the following would work (though im just beginning with lisp and dont yet know how to do either): 1. add functionality to "bs.el" to provide a new "always-show-regexp" for modes as well as names. (or can it do this already?) 2. somehow change the "dired" configuration so that all dired buffers have similar names (eg. "*dired*..."). thanks, emory