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: Richard Stallman
Subject: Re: C-n is very slow in Font-Lock mode
Date: Thu, 28 Apr 2005 07:00:56 -0400

    Maybe this would work ? 

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

It is incorrect for a cursor motion function to depend on whether
input is pending.




reply via email to

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