GNU bug report logs - #24109
24.5; Long lines in message mode make Emacs irresponsive

Previous Next

Package: emacs;

Reported by: Christophe Troestler <Christophe.Troestler <at> umons.ac.be>

Date: Sat, 30 Jul 2016 01:13:01 UTC

Severity: normal

Found in version 24.5

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Yuri D'Elia <wavexx <at> thregr.org>
Cc: 24109 <at> debbugs.gnu.org, djcb <at> djcbsoftware.nl, Christophe.Troestler <at> umons.ac.be, rudalics <at> gmx.at
Subject: bug#24109: 24.5; Long lines in message mode make Emacs irresponsive
Date: Wed, 31 Aug 2016 19:12:05 +0300
> From: Yuri D'Elia <wavexx <at> thregr.org>
> Cc: 24109 <at> debbugs.gnu.org, djcb <at> djcbsoftware.nl, Christophe.Troestler <at> umons.ac.be, rudalics <at> gmx.at
> Date: Wed, 31 Aug 2016 17:51:04 +0200
> 
> I've narrowed it down to redisplay_internal(), hitting a goto in
> xdisp.c:14144:
> 
>     if (hscroll_windows (selected_window))
> =>    goto retry;

OK, thanks.  Next question: why does hscroll_windows returns non-zero
when called repeatedly?  It is supposed to do that only once; the next
call should return zero.

For starters, in this line:

	      if (w->hscroll != hscroll)

what are the values of those two, and do they change each time
hscroll_windows is called in the infloop, for the selected window?




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

Previous Next


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