help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: dedicated frames - not quite special-display


From: Kevin Rodgers
Subject: Re: dedicated frames - not quite special-display
Date: Wed, 18 Sep 2002 12:54:20 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Stefan Monnier wrote:

I'm looking for something like the special-display function, but with
a twist.  I would like to dedicate a frame to a *list* of buffers
(preferably defined with a regexp), such that the frame can only
display those buffers.  An example would be a gnus-only frame, where
it could display all gnus buffers within it (and bbdb and ispell), but
not be able to switch to a java file.

Does such a creature exist?  Thanks!


Does dframe.el provide the functionality you want?  It's distributed with
speedbar at http://cedet.sourceforge.net/speedbar.shtml


What a great idea!  I wonder if you could develop a framework based on
advising switch-to-buffer?  Before jumping in to this, I'd wait to see
if the gurus know of an easier way.

I'd stay away from switch-to-buffer, personally.
Instead, I'd start with display-buffer-function.


And set a user-defined frame parameter to the list of buffers the frame may

display?

--
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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