all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: michal panoch <michal@panoch.net>
To: help-gnu-emacs@gnu.org
Subject: Re: cursor stopping
Date: Sun, 30 Nov 2014 07:56:29 +0100	[thread overview]
Message-ID: <m2y4qt89cy.fsf@panoch.net> (raw)
In-Reply-To: 83r3wlahng.fsf@gnu.org

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	other threads:[~2014-11-30  6:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-29 14:58 cursor stopping michal panoch
2014-11-29 15:45 ` Eli Zaretskii
     [not found] ` <mailman.14948.1417275932.1147.help-gnu-emacs@gnu.org>
2014-11-29 16:09   ` michal panoch
2014-11-29 20:14     ` Eli Zaretskii
2014-11-30  6:56       ` michal panoch [this message]
2014-11-30 15:12         ` Eli Zaretskii
2014-12-02 20:41     ` Robert Thorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2y4qt89cy.fsf@panoch.net \
    --to=michal@panoch.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.