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

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

Re: cursor stopping


From: michal panoch
Subject: Re: cursor stopping
Date: Sun, 30 Nov 2014 07:56:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin)

Eli Zaretskii wrote on 29. Nov. 2014 @ 21:14:

>> From: michal panoch <michal@panoch.net>
>> 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-




reply via email to

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