GNU bug report logs - #21730
25.0.50; Random errors in redisplay--pre-redisplay-functions

Previous Next

Package: emacs;

Reported by: Michael Welsh Duggan <mwd <at> md5i.com>

Date: Thu, 22 Oct 2015 04:05:02 UTC

Severity: normal

Found in version 25.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Philipp Stephani <p.stephani2 <at> gmail.com>
Cc: 21730 <at> debbugs.gnu.org, mwd <at> md5i.com
Subject: Re: bug#21730: 25.0.50;
 Random errors in redisplay--pre-redisplay-functions
Date: Wed, 14 Sep 2016 22:25:51 +0300
> From: Philipp Stephani <p.stephani2 <at> gmail.com>
> Date: Wed, 14 Sep 2016 19:11:57 +0000
> 
>  (with-current-buffer (window-buffer win)
>  (run-hook-with-args 'pre-redisplay-functions win))
>  to
>  (run-hook-wrapped 'pre-redisplay-functions
>  (lambda (func) (with-current-buffer (window-buffer win)
>  (funcall func win)
>  nil))
>  or so.
> 
> I've attached a patch for this. 

Thanks.  But we are going to entertain such changes, I think we really
should be sure the issue with the current buffer is the culprit.  See
my other message a few moments ago.




This bug report was last modified 7 years and 305 days ago.

Previous Next


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