emacs-devel
[Top][All Lists]
Advanced

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

Re: C-n is very slow in Font-Lock mode


From: Kim F. Storm
Subject: Re: C-n is very slow in Font-Lock mode
Date: Wed, 27 Apr 2005 14:32:43 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> And I was trying to say that AFAIK currently there's no reliable way
> of deferring fontifications until just before the screen is redrawn.
> What you suggest will perhaps work in the single example given by
> Richard (and even then it requires some changes in the C code),

Maybe this would work ? 

      (if (input-pending-p)
          (forward-line 1)
        (vertical-motion 1))

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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