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

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

RE: [External] : Getting the currently visible buffers


From: Heime
Subject: RE: [External] : Getting the currently visible buffers
Date: Sat, 03 Dec 2022 20:29:38 +0000

------- Original Message -------
On Saturday, December 3rd, 2022 at 5:33 PM, Drew Adams <drew.adams@oracle.com> 
wrote:


> > How can I get the currently visible buffers?
> 
> 
> (cl-delete-if (lambda (buf)
> (not (get-buffer-window buf 'visible)))
> (buffer-list))

I want to exclude the speedbar and buffers from other frames.




reply via email to

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