[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/hl-line.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/hl-line.el |
Date: |
Sun, 20 Jan 2002 04:27:07 -0500 |
Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.15 emacs/lisp/hl-line.el:1.16
*** emacs/lisp/hl-line.el:1.15 Sun Aug 26 08:08:58 2001
--- emacs/lisp/hl-line.el Sun Jan 20 04:27:07 2002
***************
*** 25,39 ****
;;; Commentary:
! ;; Provides a global minor mode (toggled by M-x hl-line-mode) to
! ;; highlight, on a suitable terminal, the line in the current window
! ;; on which point is (except in a minibuffer window). Done to satisfy
! ;; a request for a feature of Lesser Editors.
;; You probably don't really want this; if the cursor is difficult to
;; spot, try changing its colour, relying on `blink-cursor-mode' or
;; both. The hookery used might affect response noticeably on a slow
! ;; machine.
;; An overlay is used, active only on the selected window. Hooks are
;; added to `pre-command-hook' and `post-command-hook' to activate and
--- 25,41 ----
;;; Commentary:
! ;; Provides a minor mode (toggled by M-x hl-line-ode) and a global minor
! ;; mode (toggled by M-x global-hl-line-mode) to highlight, on a
! ;; suitable terminal, the line in the current window on which point is
! ;; (except in a minibuffer window). Done to satisfy a request for a
! ;; feature of Lesser Editors.
;; You probably don't really want this; if the cursor is difficult to
;; spot, try changing its colour, relying on `blink-cursor-mode' or
;; both. The hookery used might affect response noticeably on a slow
! ;; machine. It may be useful in "non-text" buffers such as Gnus or
! ;; PCL-CVS though.
;; An overlay is used, active only on the selected window. Hooks are
;; added to `pre-command-hook' and `post-command-hook' to activate and
***************
*** 45,51 ****
;; across the window width.
;; You could make variable `hl-line-mode' buffer-local to avoid
! ;; highlighting specific buffers.
;;; Code:
--- 47,53 ----
;; across the window width.
;; You could make variable `hl-line-mode' buffer-local to avoid
! ;; highlighting specific buffers, when the global mode is used.
;;; Code:
- [Emacs-diffs] Changes to emacs/lisp/hl-line.el,
Richard M. Stallman <=