bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs


From: Lars Magne Ingebrigtsen
Subject: bug#14616: 24.3.50; Excessive cursor movement on non-X Emacs
Date: Mon, 05 Aug 2013 21:51:51 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Eli Zaretskii <eliz@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





reply via email to

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