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: Peter Tury
Subject: Re: Fwd: Serious performace problems on Windows XP with new(!) GNU Emacs v22 (both patched and unpatched EmacsW32 were tried)
Date: Sun, 5 Nov 2006 23:41:57 +0100

2006/11/5, martin rudalics <address@hidden>:
I see.  Please replace the two lines

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

by

          (overlay-recenter (point-max))
          (dolist (overlay (overlays-in (point-min) (point-max)))
            (when (eq (overlay-get overlay 'face) 'whitespace-highlight)
              (delete-overlay overlay)))

and tell me whether this improves things for your problematic file.

Thanks for your prompt answer!
Yes, with this last fix finally whitespace-buffer seems to be quite
fast each time.

Thanks,
P




reply via email to

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