Mercurial > emacs
comparison lisp/scroll-all.el @ 74157:e56f52b00e2d
Space/tab mixup.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 24 Nov 2006 11:22:05 +0000 |
parents | 3bd95f4f2941 |
children | b2e5081b9320 |
comparison
equal
deleted
inserted
replaced
74156:d0d4e53cb561 | 74157:e56f52b00e2d |
---|---|
26 ;;; Commentary: | 26 ;;; Commentary: |
27 ;; This mode allows multiple buffers to be 'locked' so that scrolling | 27 ;; This mode allows multiple buffers to be 'locked' so that scrolling |
28 ;; up or down lines in any buffer causes all the buffers to mirror | 28 ;; up or down lines in any buffer causes all the buffers to mirror |
29 ;; the scrolling. It hooks into the post-command-hook to check for | 29 ;; the scrolling. It hooks into the post-command-hook to check for |
30 ;; potential scrolling commands and if we're locked, mirrors them in all | 30 ;; potential scrolling commands and if we're locked, mirrors them in all |
31 ;; windows. This allows us to grab line-at-a-time scrolling as well as | 31 ;; windows. This allows us to grab line-at-a-time scrolling as well as |
32 ;; screen-at-a-time scrolling, and doesn't remap any of the keyboard | 32 ;; screen-at-a-time scrolling, and doesn't remap any of the keyboard |
33 ;; commands to do it. | 33 ;; commands to do it. |
34 | 34 |
35 ;; You can enable and disable this mode with the 'scroll-all-mode' command. | 35 ;; You can enable and disable this mode with the 'scroll-all-mode' command. |
36 | 36 |