emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp whitespace.el


From: Eli Zaretskii
Subject: [Emacs-commit] emacs/lisp whitespace.el
Date: Sat, 04 Nov 2006 10:34:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/11/04 10:34:03

Modified files:
        lisp           : whitespace.el 

Log message:
        (whitespace-indent-regexp): Make this match any multiples of eight 
spaces near
        the beginning of a line.
        (whitespace-buffer): Use `remove-overlays' instead of   
        `whitespace-unhighlight-the-space' and `overlay-recenter' to speed up 
overlay
        handling.
        (whitespace-buffer-leading, whitespace-buffer-trailing): Make these 
functions
        highlight the text removed by `whitespace-buffer-leading-cleanup' and
        `whitespace-buffer-trailing-cleanup' respectively.
        (whitespace-buffer-search): Use `with-local-quit'.  Move `format' out 
of loop
        to speed up scanning larger buffers.
        (whitespace-unhighlight-the-space): Remove `remove-hook' since that 
function is
        never added to a hook.
        (whitespace-spacetab-regexp, whitespace-ateol-regexp)
        (whitespace-buffer-leading-cleanup)
        (whitespace-refresh-rescan-list): Fix docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/whitespace.el?cvsroot=emacs&r1=1.46&r2=1.47




reply via email to

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