unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Checking values returned by window-scroll-bars
Date: Mon, 13 May 2024 08:08:48 +0300	[thread overview]
Message-ID: <86zfsuxpr3.fsf@gnu.org> (raw)
In-Reply-To: <J1VF2kAokSlmCRUX-NVzmsY-KdmZtGOJQZgXel5gb5Y30d1f53HhJfm0MM9hemw3J2PkLM9o2Vb8MuDMfrEqbapfcjxNWLp7ihc6TNmWP4k=@protonmail.com> (message from Heime on Sun, 12 May 2024 22:44:10 +0000)

> Date: Sun, 12 May 2024 22:44:10 +0000
> From: Heime <heimeborgia@protonmail.com>
> 
> I want to indicate whether a WINDOW uses the frame's corresponding value.
> It is not as simple as just checking (window-scroll-bars).  How can I do
> it ?  
> 
> (defun window-scroll-bar-info ()
> 
>   ;; Value is a list of the form (WIDTH COLUMNS VERTICAL-TYPE
>   ;; HEIGHT LINES HORIZONTAL-TYPE PERSISTENT)
> 
>   ;; If WIDTH or HEIGHT is nil, or alternatively, when VERTICAL-TYPE
>   ;; or HORIZONTAL-TYPE is t, the WINDOW uses the frame's
>   ;; corresponding value."
> 
>   (interactive)
> 
>   (if (window-scroll-bars)
>       (message "This window has its own scroll bars enabled.")
>     (message "No custom scroll bars are enabled for this window."))

The results for the vertical scroll bar and the horizontal scroll bar
could be different, so it is not one result but two.

To extract members from a list, you can use the function 'nth', which
returns the Nth (zero-based) member of a list.  See its doc string and
documentation in the ELisp manual for more details.



      reply	other threads:[~2024-05-13  5:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-12 22:44 Checking values returned by window-scroll-bars Heime
2024-05-13  5:08 ` Eli Zaretskii [this message]

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=86zfsuxpr3.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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).