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: Shug Boabby
Subject: Re: bs-dont-show-regexp being ignored
Date: 23 Oct 2005 14:52:27 -0700
User-agent: G2/0.2

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 via email to

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