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:25:04 +0300

> Date: Wed, 10 Sep 2014 22:15:26 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden, address@hidden
> 
> > 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.

Err... scratch that.  I entered the wrong call to adjust_frame_size.
Inside the first call to adjust_frame_size, the one from line 4609, we
do call run_window_configuration_change_hook.  But it doesn't abort
here.

If I set a breakpoint in Fface_font, which is what barfed in the OP's
case, the breakpoint doesn't break inside the call to
adjust_frame_size or Fx_create_frame, it breaks after Fx_create_frame
already returned.  I don't know why the difference.



reply via email to

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