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: Wed, 10 Sep 2014 21:02:49 +0200

> (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"?  The call where this happens is on line 4609 of
w32fns.c

  adjust_frame_size (f, FRAME_COLS (f) * FRAME_COLUMN_WIDTH (f),
                     FRAME_LINES (f) * FRAME_LINE_HEIGHT (f), 5, 1);

> Fx_create_frame (parameters=117344750) at w32fns.c:4678
> 4678      adjust_frame_size (f, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f), 
0, 1);
> (gdb) s
> adjust_frame_size (f=0x6feff78, new_width=640, new_height=560, inhibit=0,
>     pretend=true) at frame.c:390

martin



reply via email to

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