GNU bug report logs -
#14616
24.3.50; Excessive cursor movement on non-X Emacs
Previous Next
Reported by: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Date: Fri, 14 Jun 2013 08:02:02 UTC
Severity: normal
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
Eli Zaretskii <eliz <at> gnu.org> writes:
> It might be better simply to put a breakpoint at frame.c:844 with the
> commands shown above, and see what they print as you go through the
> recipe.
pp doesn't go to the log file. p does. Weird.
So here's the output with p instead of pp:
Breakpoint 3, do_switch_frame (frame=45612797, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4375 = 45612797
$4376 = 12659685
Breakpoint 3, do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4377 = 12659685
$4378 = 45612797
Breakpoint 3, do_switch_frame (frame=45612797, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4379 = 45612797
$4380 = 12659685
Breakpoint 3, do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4381 = 12659685
$4382 = 45612797
Breakpoint 3, do_switch_frame (frame=45612797, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4383 = 45612797
$4384 = 12659685
Breakpoint 3, do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4385 = 12659685
$4386 = 45612797
Breakpoint 3, do_switch_frame (frame=45612797, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4387 = 45612797
$4388 = 12659685
Breakpoint 3, do_switch_frame (frame=12659685, track=1, for_deletion=0, norecord=12571250) at frame.c:844
844 SET_FRAME_VISIBLE (XFRAME (frame), 1);
$4389 = 12659685
$4390 = 45612797
--
(domestic pets only, the antidote for overdose, milk.)
No Gnus T-Shirt for sale: http://ingebrigtsen.no/no.php
and http://lars.ingebrigtsen.no/2013/08/twenty-years-of-september.html
This bug report was last modified 11 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.