Lisp HUG Maillist Archive

About editor buffers...

Hi,

The LW editor seems to collect/display all available editor-buffers  
in its "Buffers" list. Is there a way to prevent a buffer to appear  
in this list?

best,


Mika Kuuskankare
Researcher
Centre for Music & Technology
Sibelius Academy

Henkilökohtainen postiosoite/Personal post address
PL 342 - PO Box 342
FIN-00121 Helsinki, FINLAND
Tel: +358 (0)40 5415 233
Skype: mkuuskan
home page: www.siba.fi/~mkuuskan




Re: About editor buffers...


On Jul 23, 2007, at 1:22 PM, Mika Kuuskankare wrote:

> The LW editor seems to collect/display all available editor-buffers  
> in its "Buffers" list. Is there a way to prevent a buffer to appear  
> in this list?

If you look at editor:*buffer-list*, you'll see that many of the  
buffers in this list don't appear in the "Buffers" tab on the editor.  
It seems to be related to the buffer flag property. So to hide a  
buffer, try something like:

(setf (editor:buffer-flag my-buffer) :my-hidden-flag)

I'm not sure if there is a standard way to do this, but the editor  
source might provide some other hints.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


Re: About editor buffers...

On Mon, Jul 23, 2007 at 08:22:15PM +0300, Mika Kuuskankare wrote:
> The LW editor seems to collect/display all available editor-buffers
> in its "Buffers" list. Is there a way to prevent a buffer to appear
> in this list?

Maybe this isn't what you wanted, but you can filter by name in the
text box (by default) labeled "Plain Match".  If you pull down the
arrow next to that you can change how the entered text matches, e.g.
"exclude" or "regex".  See the Common LispWorks User Guide
(clwuser-u-5-0.pdf) for more information.

-- Larry


Updated at: 2020-12-10 08:45 UTC