/[emacs]/emacs/lisp/replace.el
ViewVC logotype

Diff of /emacs/lisp/replace.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.195 by jurta, Wed Dec 15 10:10:54 2004 UTC revision 1.196 by jurta, Thu Dec 16 07:16:17 2004 UTC
# Line 752  Compatibility function for \\[next-error Line 752  Compatibility function for \\[next-error
752      (set-window-point (get-buffer-window (current-buffer)) (point))      (set-window-point (get-buffer-window (current-buffer)) (point))
753      (occur-mode-goto-occurrence)))      (occur-mode-goto-occurrence)))
754    
755    (defface match
756      '((((class color) (min-colors 88) (background light))
757         :background "Tan")
758        (((class color) (min-colors 88) (background dark))
759         :background "RoyalBlue4")
760        (((class color) (min-colors 8))
761         :background "blue" :foreground "white")
762        (((type tty) (class mono))
763         :inverse-video t)
764        (t :background "gray"))
765      "Face used to highlight matches permanently."
766      :group 'matching
767      :version "21.4")
768    
769  (defcustom list-matching-lines-default-context-lines 0  (defcustom list-matching-lines-default-context-lines 0
770    "*Default number of context lines included around `list-matching-lines' matches.    "*Default number of context lines included around `list-matching-lines' matches.
771  A negative number means to include that many lines before the match.  A negative number means to include that many lines before the match.
# Line 761  A positive number means to include that Line 775  A positive number means to include that
775    
776  (defalias 'list-matching-lines 'occur)  (defalias 'list-matching-lines 'occur)
777    
778  (defcustom list-matching-lines-face 'bold  (defcustom list-matching-lines-face 'match
779    "*Face used by \\[list-matching-lines] to show the text that matches.    "*Face used by \\[list-matching-lines] to show the text that matches.
780  If the value is nil, don't highlight the matching portions specially."  If the value is nil, don't highlight the matching portions specially."
781    :type 'face    :type 'face

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26