From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: cursor stopping Date: Tue, 02 Dec 2014 20:41:02 +0000 Message-ID: <87iohtg4yp.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417552897 22541 80.91.229.3 (2 Dec 2014 20:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 20:41:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: michal panoch Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 02 21:41:30 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XvuGI-0004dA-97 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2014 21:41:30 +0100 Original-Received: from localhost ([::1]:38732 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvuGH-0004sS-V1 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Dec 2014 15:41:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvuG0-0004sI-4S for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 15:41:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvuFt-00025K-3y for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 15:41:12 -0500 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:57760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvuFs-00025G-Tw for help-gnu-emacs@gnu.org; Tue, 02 Dec 2014 15:41:05 -0500 Original-Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp04.blacknight.com (Postfix) with ESMTP id 24479989E7 for ; Tue, 2 Dec 2014 20:37:41 +0000 (UTC) Original-Received: (qmail 8586 invoked from network); 2 Dec 2014 20:41:04 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.76.254.213]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 2 Dec 2014 20:41:04 -0000 In-Reply-To: (message from michal panoch on Sat, 29 Nov 2014 17:09:29 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101375 Archived-At: michal panoch writes: > well. when i turn GC messages on and keep scrolling, the cursor stops 10 > times while the GC message appears only 2 times.. if i understand the GC > percentage/threshold variables, this is a correct behavior.. > > so, still no clue, who is stopping my cursor.. Do you have auto-revert-mode on? That would do it. If you're working over a network auto-saving could also be slow. BR, Robert Thorpe