emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs


From: martin rudalics
Subject: Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs v22 (both patched and unpatched EmacsW32 were tried)
Date: Tue, 07 Nov 2006 18:05:24 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

So, if I understand you correctly, the change to make is to replace

  (remove-overlays nil nil 'face 'whitespace-highlight)
  (overlay-recenter (point-max))

with

  (overlay-recenter (point-max))
  (remove-overlays nil nil 'face 'whitespace-highlight)

Is that right?

Right.




reply via email to

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