annotate lwlib/README @ 73666:b0f398ac4cbd

(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.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Nov 2006 10:34:03 +0000
parents 648d04be6a9c
children 94ef9897d110
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25842
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This subdirectory contains the lwlib library which provides a uniform
Dave Love <fx@gnu.org>
parents:
diff changeset
2 interface to a few different X toolkits. The library was written by Lucid.
Dave Love <fx@gnu.org>
parents:
diff changeset
3 This version has changes in the makefile to fit in with Emacs's configure
Dave Love <fx@gnu.org>
parents:
diff changeset
4 script, and some source files have been renamed to fit in 14 characters.
Dave Love <fx@gnu.org>
parents:
diff changeset
5