[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Run `window-configuration-change-hook` in Lisp code?
From: |
Stefan Monnier |
Subject: |
Re: Run `window-configuration-change-hook` in Lisp code? |
Date: |
Wed, 06 Nov 2024 23:47:02 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> Something that just came up: is it OK to run
> `window-configuration-change-hook` in Lisp code? The doc string says
> "Functions called during redisplay when window configuration has changed",
> which gives me the impression that it's *only* meant to be run during
> redisplay, i.e., not during Lisp code.
That description describes when the C code runs this hook.
Do you want to run this hook yourself manually at other times?
If so, why?
Stefan