emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28844: closed (26.0.90; display-line-numbers-mode


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28844: closed (26.0.90; display-line-numbers-mode should call window-configuration-change-hook)
Date: Fri, 20 Oct 2017 09:43:01 +0000

Your message dated Fri, 20 Oct 2017 12:42:18 +0300
with message-id <address@hidden>
and subject line Re: bug#28844: 26.0.90; display-line-numbers-mode should call 
window-configuration-change-hook
has caused the debbugs.gnu.org bug report #28844,
regarding 26.0.90; display-line-numbers-mode should call 
window-configuration-change-hook
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28844: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28844
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.0.90; display-line-numbers-mode should call window-configuration-change-hook Date: Sun, 15 Oct 2017 17:56:43 +1000
Activating/deactivating display-line-numbers-mode alters the window 
configuration and so should call window-configuration-change-hook but does not.

>From the Emacs NEWS file:

> Lisp programs that need to know how much screen estate is used up for
> line-number display in a window can use the new function
> 'line-number-display-width'.

This is nice, but in order to use this, we need to know when to act upon it, 
e.g. when display-line-numbers-mode affects the window configuration. Or, if 
there is a more appropriate hook.

To reproduce:

1. emacs -Q
2. add a hook to window-configuration-change-hook
3. M-x display-line-numbers-mode

Expected results:

Hook added should run when enabling display-line-numbers.

Actual results:

Hook is not run.

Configuration:

GNU Emacs 26.0.90 (build 1, x86_64-apple-darwin17.0.0) of 2017-10-15
macOS 10.13 (17A405)

MacBook Pro (Retina, 15-inch, Mid 2015)
2.2 GHz Intel Core i7
16 GB 1600 MHz DDR3
Intel Iris Pro 1536 MB



--- End Message ---
--- Begin Message --- Subject: Re: bug#28844: 26.0.90; display-line-numbers-mode should call window-configuration-change-hook Date: Fri, 20 Oct 2017 12:42:18 +0300
> Date: Tue, 17 Oct 2017 11:33:57 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden
> 
> So having looked at your package, I think post-command-hook will solve your
> problem.  All you need to do in the hook is check if line-number-display-width
> returns a value different from the last time, and if so, call your function
> olivetti-set-environment; otherwise do nothing.

Another possibility is to use pre-redisplay-function.  An example is
in tabulated-list.el.

Anyway, since there were no further comments, I'm marking this bug
done.


--- End Message ---

reply via email to

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