From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: michal panoch Newsgroups: gmane.emacs.help Subject: Re: cursor stopping Date: Sun, 30 Nov 2014 07:56:29 +0100 Message-ID: References: <83r3wlahng.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417330634 22798 80.91.229.3 (30 Nov 2014 06:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2014 06:57:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 30 07:57:08 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 1XuyRO-0007Py-8L for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Nov 2014 07:57:06 +0100 Original-Received: from localhost ([::1]:49777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuyRN-00056a-Ub for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Nov 2014 01:57:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuyR7-00056Q-R2 for help-gnu-emacs@gnu.org; Sun, 30 Nov 2014 01:56:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XuyR1-0002p2-JX for help-gnu-emacs@gnu.org; Sun, 30 Nov 2014 01:56:49 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:38890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XuyR1-0002ow-Cb for help-gnu-emacs@gnu.org; Sun, 30 Nov 2014 01:56:43 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XuyQz-0007GH-Pi for help-gnu-emacs@gnu.org; Sun, 30 Nov 2014 07:56:41 +0100 Original-Received: from panoch-airrouter.z.praha12.net ([78.108.102.172]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Nov 2014 07:56:41 +0100 Original-Received: from michal by panoch-airrouter.z.praha12.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Nov 2014 07:56:41 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: panoch-airrouter.z.praha12.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:H/ezsLOxUe8W/WF+yUeHlinXbmc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:101310 Archived-At: Eli Zaretskii wrote on 29. Nov. 2014 @ 21:14: >> From: michal panoch >> Date: Sat, 29 Nov 2014 17:09:29 +0100 >> >> so, still no clue, who is stopping my cursor.. > > What do you see on the mode line? That is, are any minor modes > active, in addition to the Text mode? ok, it looks like it was the garbage collector together with: (setq 'scroll-down-aggressively 0.1 'scroll-up-aggressively 0.1) so i set the gc values to 3x the original value: (gc-cons-percentage 0.3) (gc-cons-threshold 3200000) and the scroll values to default nil and now it behaves ok.. i don't quite understand, why the scroll values affected the right-char, left-char functions.. ? well, nevermind, thankx for your help.. -- -mp-