GNU bug report logs - #16736
Compiling a Lisp file causes display to flash off and on

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Thu, 13 Feb 2014 02:26:01 UTC

Severity: important

Found in version 24.3.50

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 16736 <at> debbugs.gnu.org, rudalics <at> gmx.at
Subject: bug#16736: Compiling a Lisp file causes display to flash off and on
Date: Sun, 16 Feb 2014 19:58:13 -0500
Eli Zaretskii wrote:

> Can you put a breakpoint in change_frame_size_1, on line 5564:
>
>   SET_FRAME_COLS (f, new_cols); <<<<<<<<<<<<<<<<
>   FRAME_LINES (f) = new_lines;
>   FRAME_TEXT_WIDTH (f) = new_text_width;
>
> and see if that breakpoint breaks when you type "C-x 2" in *scratch*?

Yes, it does.

>   new_text_width
>   FRAME_TEXT_WIDTH (f)
>   new_root_width
>   old_root_width
>   FRAME_TEXT_TO_PIXEL_WIDTH (f, new_text_width)
>   FRAME_INTERNAL_BORDER_WIDTH (f)

640
640
672
672
674
1




This bug report was last modified 11 years and 98 days ago.

Previous Next


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