Masatake YAMATO <[EMAIL PROTECTED]> writes:

> We need a kind of C-x C-b for xtla related buffers.

For development I've just been using:

  (defun tla-buffers ()
    (interactive)
    (flet ((iswitchb-ignore-buffername-p (name) (not (string-match "tla" 
name))))
      (iswitchb)))

which works reasonably well, assuming you're used to iswitch.

Mark

-- 
Mark Triggs
<[EMAIL PROTECTED]>

Reply via email to