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: Drew Adams
Subject: RE: [External] : Getting the currently visible buffers
Date: Sat, 3 Dec 2022 17:33:52 +0000

> How can I get the currently visible buffers?

(cl-delete-if (lambda (buf)
                (not (get-buffer-window buf 'visible)))
                    (buffer-list))

<<attachment: winmail.dat>>


reply via email to

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