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?