unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Christopher Dimech <dimech@gmx.com>,
	Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: RE: Checking if frame has only one visible buffer
Date: Sat, 21 Nov 2020 14:29:32 -0800 (PST)	[thread overview]
Message-ID: <389a9b58-736d-4b38-a5ba-5921272925ef@default> (raw)
In-Reply-To: <trinity-c8ecfed0-69a2-41d3-b379-f7798a7bbd2f-1605996825201@3c-app-mailcom-bs11>

> Am writing some elisp code and want to check if there is just one
> visible buffer in frame.

Does `one-window-p' do what you want?
___

For discovery purposes (and other understanding),
it helps to assimilate the Emacs jargon.  A buffer
need not be displayed.  If displayed, it's shown
in a window.  And a window is in a frame.

If you know you're looking for a function that
involves windows, then `M-x apropos window' will
help.  If you're thinking of a buffer then it
won't help you find `one-window-p'.



  reply	other threads:[~2020-11-21 22:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-21 22:13 Checking if frame has only one visible buffer Christopher Dimech
2020-11-21 22:29 ` Drew Adams [this message]
2020-11-21 22:36   ` Christopher Dimech
2020-11-21 23:07   ` Christopher Dimech
2020-11-22  0:16     ` Christopher Dimech

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=389a9b58-736d-4b38-a5ba-5921272925ef@default \
    --to=drew.adams@oracle.com \
    --cc=dimech@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).