emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trunk emacs infelicity with linum mode


From: martin rudalics
Subject: Re: Trunk emacs infelicity with linum mode
Date: Sat, 06 Sep 2014 10:52:58 +0200

>> $1 = 106
>> (gdb) print old_windows_width
>> $2 = 10
>>   ...
>> *(gdb) print new_text_width
>> $4 = 90
>> *(gdb) print old_text_width
>> $5 = 10
>> (gdb) print new_windows_width
>> $6 = 106
>> *(gdb) print old_windows_width
>> $7 = 10
>> (gdb) print new_windows_height
>> $8 = 230
>> *(gdb) print old_windows_height
>> $9 = 10
>> (gdb) print new_pixel_width
>> $10 = 108
>> *(gdb) print old_pixel_width
>> $11 = 10
>
> Thanks.
>
> Martin, could you take a look at this?  The 10x10 are the dimensiuons
> used when there's nothing to use initially, AFAIR.

These are the old dimensions that should be replaced with new dimensions
here.  There's nothing strange in this adjust_frame_size call if it
happens on line 3163 of xfns.c.  However, that call should neither
provoke a subsequent x_set_window_size call nor should it run any
`window-configuration-change-hook'.  It would be strange if the values
above were printed after the call on line 3238 of xfns.c, though.  At
that time the old dimensions should have been replaced already.  I'll
try to look into this.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]