emacs-devel
[Top][All Lists]
Advanced

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

Re: ***SPAM*** Re: (x-display-pixel-height)


From: Eli Zaretskii
Subject: Re: ***SPAM*** Re: (x-display-pixel-height)
Date: Sat, 21 May 2022 11:33:24 +0300

> From: Po Lu <luangruo@yahoo.com>
> Cc: emacs-devel@gnu.org
> Date: Sat, 21 May 2022 16:24:03 +0800
> 
> > This doesn't give any hints for how should a Lisp program get the
> > information about the monitor-configuration changes that triggered the
> > hook call, given just the terminal name.  Without knowing how to
> > access that information, this hook is not very useful.
> 
> That information isn't available in sufficient detail inside the events
> that we get from the window system.  The idea is that programs will call
> `display-monitor-attributes-list' to retrieve the new monitor
> configuration, which is always available after the hook is run.
> 
> How about this?
> 
> @cindex monitor change functions
> @defvar display-monitors-changed-functions
> This variable is an abnormal hook run when the monitor configuration
> changes, which can happen if a monitor is rotated, moved, added or
> removed from a multiple-monitor setup, if the primary monitor changes,
> or if the resolution of a monitor changes.  It is called with a single
> argument consisting of the terminal on which the monitor configuration
> changed.  Programs should call @code{display-monitor-attributes-list}
> with the terminal as the argument to retrieve the changed monitor
> configuration inside this hook.
> @end defvar

This is okay, but please say "to retrieve the new configuration on
that terminal" instead of a more vague "to retrieve the changed
monitor configuration".

> > I also notice that this hook was implemented for all the supported GUI
> > backends except w32, which is unfortunate and undocumented.
> 
> I plan to try implementing it there in the coming days.

TIA.



reply via email to

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