emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `buffer-list' and the frame-parameter `buffer-predicate'


From: Alex Schroeder
Subject: Re: `buffer-list' and the frame-parameter `buffer-predicate'
Date: Sat, 17 Aug 2002 14:54:06 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.90 (i686-pc-linux-gnu)

Perhaps you need to find the variable for ido or iswitch-buffer that
filters the buffers, and make it frame-local.  Then switching buffers
will offer different buffers based what frame you are on, without
interfering with low-level stuff.  Your idea would be limited to
user-level buffer switching.  The only problem is that you can only
implement this for buffer-switching functions that allow you to filter
the buffers.  But all interesting packages i know (iswitchb, ibuffer,
ido) allow you to do that.

Alex.




reply via email to

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