GNU bug report logs - #24240
25.1.50; window-state-put, image-mode and window scrolling

Previous Next

Package: emacs;

Reported by: Andreas Politz <politza <at> hochschule-trier.de>

Date: Mon, 15 Aug 2016 23:06:02 UTC

Severity: normal

Found in version 25.1.50

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 24240 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Andreas Politz <politza <at> hochschule-trier.de>, 24240 <at> debbugs.gnu.org
Subject: Re: bug#24240: 25.1.50;
 window-state-put, image-mode and window scrolling
Date: Tue, 16 Aug 2016 13:00:23 +0200
> I guess ideally window-state-put should be atomic in the sense
> that it delays these kinds of hooks until the window is
> completely restored.

We'd need a variable, say ‘window-inhibit-configuration-change-hook’.

> ;; Workaround 1 (does not work, why ?)
>
> (defun window-state-put-workaround (fn &rest args)
>   (let (window-configuration-change-hook)
>     (apply fn args))
>   (run-window-configuration-change-hook))

Can you run this under the debugger in order to see what happens?

martin





This bug report was last modified 8 years and 209 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.