GNU bug report logs - #16691
24.3.50; emacs_backtrace.txt

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Sat, 8 Feb 2014 17:32:02 UTC

Severity: normal

Tags: moreinfo

Merged with 16660, 16918

Found in version 24.3.50

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: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 16691 <at> debbugs.gnu.org, lekktu <at> gmail.com, drew.adams <at> oracle.com
Subject: bug#16691: 24.3.50; emacs_backtrace.txt
Date: Mon, 10 Feb 2014 19:35:25 +0100
>> I suppose when exposing the window (another part of Emacs display which
>> I don't understand yet).  What would current_y else be used for?
>
> Why are we suddenly talking about current_y?

Sorry, I meant row->y.

> There's no such member
> in the glyph_row structure.
>
> If you meant row->y, then it is used in many different places,
> including the display back-end,

Where is the display back-end?  If it's update_window we there set

      yb = window_text_bottom_y (w);

and then

	  mode_line_row->y = yb;

so any prior notion of that row's y is lost.  And for the header line we
do

	  header_line_row->y = 0;

But this still doesn't use row->y.  Where is the backend that uses
row->y to determine where on the screen to draw that row?

martin




This bug report was last modified 9 years and 149 days ago.

Previous Next


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