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: Wed, 31 Jul 2013 12:11:46 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Here's an even more basic test case:

(dotimes (i 10)
  (let ((process (make-network-process :name "nntp" :buffer nil
                                       :host "news.gmane.org" :service "nntp")))
    (delete-process process))
  (sleep-for 5))

This redraws all the lines every five seconds for me, running
emacs -Q -nw under an xterm.  

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/






reply via email to

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