Mercurial > hg > xemacs-beta
comparison lisp/packages/lazy-lock.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | e121b013d1f0 |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
1 ;;; lazy-lock.el --- Lazy demand-driven fontification for fast Font Lock mode. | 1 ;;; lazy-lock.el --- Lazy demand-driven fontification for fast Font Lock mode. |
2 | 2 |
3 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Simon Marshall <simon@gnu.ai.mit.edu> | 5 ;; Author: Simon Marshall <simon@gnu.ai.mit.edu> |
6 ;; X-Modified-By: Ben Wing <ben@666.com> | |
7 ;; Maintainer: XEmacs Development Team | |
6 ;; Keywords: faces files | 8 ;; Keywords: faces files |
7 ;; Version: 1.14 | 9 ;; Version: 1.14 |
8 | 10 |
9 ;; LCD Archive Entry: | 11 ;; LCD Archive Entry: |
10 ;; lazy-lock|Simon Marshall|simon@gnu.ai.mit.edu| | 12 ;; lazy-lock|Simon Marshall|simon@gnu.ai.mit.edu| |
24 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 26 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
25 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 27 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
26 ;; GNU General Public License for more details. | 28 ;; GNU General Public License for more details. |
27 | 29 |
28 ;; You should have received a copy of the GNU General Public License | 30 ;; You should have received a copy of the GNU General Public License |
29 ;; along with GNU Emacs; see the file COPYING. If not, write to | 31 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
30 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 32 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
31 | 33 ;; Boston, MA 02111-1307, USA. |
32 ;;; Synched up with: Not in FSF. (This seems very strange to me.) | 34 |
35 ;;; Synched up with: Divergent from Official Version. | |
33 | 36 |
34 ;;; Commentary: | 37 ;;; Commentary: |
38 | |
39 ;; This version of Lazy Lock has special modifications for XEmacs by Ben Wing | |
40 ;; that have never been merged into the official version. | |
35 | 41 |
36 ;; Purpose: | 42 ;; Purpose: |
37 ;; | 43 ;; |
38 ;; To make visiting buffers in `font-lock-mode' faster by making fontification | 44 ;; To make visiting buffers in `font-lock-mode' faster by making fontification |
39 ;; be demand-driven and stealthy. | 45 ;; be demand-driven and stealthy. |