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

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

bug#15045: Point jumps inappropriately around time of Semantic lexing


From: Barry OReilly
Subject: bug#15045: Point jumps inappropriately around time of Semantic lexing
Date: Tue, 15 Oct 2013 15:19:30 -0400

What I'm saying is that

  [...]
  ((input-pending-p)
   nil)
  ((<= seconds 0)
   (or nodisp (redisplay)))
  [...]

would become

  [...]
  ((input-pending-p)
   nil)
  ((<= seconds 0)
   (to-be-determined-call-to-timer-check)
   (or nodisp (redisplay)))
  [...]

The idea is to compensate for input-pending-p no longer calling
timer_check so as sit-for will behave the same.


reply via email to

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