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: Eli Zaretskii
Subject: Re: Trunk emacs infelicity with linum mode
Date: Wed, 10 Sep 2014 22:15:26 +0300

> Date: Wed, 10 Sep 2014 21:02:49 +0200
> From: martin rudalics <address@hidden>
> CC: address@hidden, address@hidden
> 
>  > (gdb) break Fx_create_frame
>  > Breakpoint 3 at 0x120132f: file w32fns.c, line 4414.
>  > (gdb) disable 3
>  > (gdb) break Fredraw_display
>  > Breakpoint 4 at 0x100805d: file dispnew.c, line 3023.
>  > (gdb) r -Q
>  > Starting program: d:\usr\eli\emacs\emacs-trunk_2014-09-01\src\emacs.exe -Q
>  > Breakpoint 4, Fredraw_display () at dispnew.c:3023
>  > 3023      FOR_EACH_FRAME (tail, frame)
>  > (gdb) enable 3
>  > (gdb) c
>  > Continuing.
>  > Breakpoint 3, Fx_create_frame (parameters=117344758) at w32fns.c:4414
>  > 4414      int minibuffer_only = 0;
>  > (gdb) until 4678
> 
> Why "until 4678"?

That's where the call to adjust_frame_size was on Sep 1, which was the
date I took the trunk snapshot where I investigated this.

When I do the same with today's trunk, I indeed see that
adjust_frame_size is called with the 10x10 frame size.  So something
has changed during the last 10 days that caused this difference in
behavior.



reply via email to

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