all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Shug Boabby" <Shug.Boabby@gmail.com>
Subject: Re: bs-dont-show-regexp being ignored
Date: 23 Oct 2005 14:52:27 -0700	[thread overview]
Message-ID: <1130104347.173032.82880@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: <43592962$0$41140$14726298@news.sunsite.dk>

and for anyone who cares to see the conclusion of this thread:

(add-to-list 'bs-configurations         ; Create a new buffer list
config
             '("shug" "\\*scratch\\*\\|\\*Python\\*" nil ; show scratch
               "_region_\\.tex"         ; don't show _region_.tex files
               bs-visits-non-file       ; only show files
               bs--sort-by-name))       ; sort the buffer list by name
(setq bs-default-configuration "shug")

(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)

      reply	other threads:[~2005-10-23 21:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-21 15:36 bs-dont-show-regexp being ignored Shug Boabby
2005-10-21 15:43 ` Ralf Angeli
2005-10-21 15:47   ` Shug Boabby
2005-10-21 16:12     ` Ralf Angeli
2005-10-21 16:18       ` Shug Boabby
2005-10-21 16:34         ` Ralf Angeli
2005-10-21 17:14           ` Shug Boabby
2005-10-21 17:46             ` Ralf Angeli
2005-10-23 21:52               ` Shug Boabby [this message]

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=1130104347.173032.82880@z14g2000cwz.googlegroups.com \
    --to=shug.boabby@gmail.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.