all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Buffer Navigation
Date: Fri, 21 Oct 2005 11:01:59 -0600	[thread overview]
Message-ID: <djb6ub$8bp$1@sea.gmane.org> (raw)
In-Reply-To: <1129848186.267800.46570@g47g2000cwa.googlegroups.com>

Shug Boabby wrote:
> 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?

The asterisk at the beginning of the regexp is interpreted literally.

I think you want just

(setq bs-dont-show-regexp "_region_\\.tex")

-- 
Kevin Rodgers

  reply	other threads:[~2005-10-21 17:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-19  2:18 Buffer Navigation Shug Boabby
2005-10-19  2:28 ` Drew Adams
     [not found] ` <mailman.11819.1129688923.20277.help-gnu-emacs@gnu.org>
2005-10-19  2:38   ` Shug Boabby
2005-10-19  3:35     ` Drew Adams
2005-10-19  3:01   ` Shug Boabby
2005-10-19  3:35     ` Drew Adams
2005-10-19 22:54     ` Thien-Thi Nguyen
2005-10-20 22:43       ` Shug Boabby
2005-10-21 17:01         ` Kevin Rodgers [this message]
     [not found]         ` <mailman.12151.1129914597.20277.help-gnu-emacs@gnu.org>
2005-10-23 19:54           ` Shug Boabby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='djb6ub$8bp$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.