emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/hilit19.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/hilit19.el
Date: Thu, 20 Dec 2001 13:20:49 -0500

Index: emacs/lisp/obsolete/hilit19.el
diff -c emacs/lisp/obsolete/hilit19.el:1.3 emacs/lisp/obsolete/hilit19.el:1.4
*** emacs/lisp/obsolete/hilit19.el:1.3  Thu Oct 18 05:55:02 2001
--- emacs/lisp/obsolete/hilit19.el      Thu Dec 20 13:20:49 2001
***************
*** 325,331 ****
    "* If non-nil, this inhibits progress indicators during highlighting")
  
  (defvar hilit-auto-highlight t
!   "* T if we should highlight all buffers as we find 'em, nil to disable
    automatic highlighting by the find-file hook.")
  
  (defvar hilit-auto-highlight-maxout 60000 ; hilit19 keeps getting bigger...
--- 325,331 ----
    "* If non-nil, this inhibits progress indicators during highlighting")
  
  (defvar hilit-auto-highlight t
!   "* t if we should highlight all buffers as we find 'em, nil to disable
    automatic highlighting by the find-file hook.")
  
  (defvar hilit-auto-highlight-maxout 60000 ; hilit19 keeps getting bigger...
***************
*** 333,339 ****
  
  (defvar hilit-auto-rehighlight t
    "* If this is non-nil, then hilit-redraw and hilit-recenter will also
!   rehighlight part or all of the current buffer.  T will rehighlight the
    whole buffer, a NUMBER will rehighlight that many lines before and after
    the cursor, and the symbol 'visible' will rehighlight only the visible
    portion of the current buffer.  This variable is buffer-local.")
--- 333,339 ----
  
  (defvar hilit-auto-rehighlight t
    "* If this is non-nil, then hilit-redraw and hilit-recenter will also
!   rehighlight part or all of the current buffer.  t will rehighlight the
    whole buffer, a NUMBER will rehighlight that many lines before and after
    the cursor, and the symbol 'visible' will rehighlight only the visible
    portion of the current buffer.  This variable is buffer-local.")
***************
*** 346,355 ****
    THRESHOLD.")
  
  (defvar hilit-face-check t
!   "* T slows down highlighting but permits the user to change fonts without
!   losing bold and italic faces...  T causes hilit-lookup-face-create to dig
    through the frame parameters for the current window every time it's called.
!   If you never change fonts in emacs, set this to NIL.")
  
  ;; Variables which must be set before loading hilit19.
  
--- 346,355 ----
    THRESHOLD.")
  
  (defvar hilit-face-check t
!   "* t slows down highlighting but permits the user to change fonts without
!   losing bold and italic faces...  t causes hilit-lookup-face-create to dig
    through the frame parameters for the current window every time it's called.
!   If you never change fonts in emacs, set this to nil.")
  
  ;; Variables which must be set before loading hilit19.
  
***************
*** 1051,1057 ****
    (and (interactive-p) (hilit-rehighlight-buffer)))
  
  (defun hilit-string-find (qchar)
!   "looks for a string and returns (start . end) or NIL.  The argument QCHAR
  is the character that would precede a character constant double quote.
  Finds strings delimited by double quotes.  The first double quote may not be
  preceded by QCHAR and the closing double quote may not be preceded by an odd
--- 1051,1057 ----
    (and (interactive-p) (hilit-rehighlight-buffer)))
  
  (defun hilit-string-find (qchar)
!   "Looks for a string and returns (start . end) or nil.  The argument QCHAR
  is the character that would precede a character constant double quote.
  Finds strings delimited by double quotes.  The first double quote may not be
  preceded by QCHAR and the closing double quote may not be preceded by an odd



reply via email to

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