• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching defs:tail

475 (defvar follow-avoid-tail-recenter-p (not (featurep 'xemacs))
476 "*When non-nil, patch Emacs so that tail windows won't be recentered.
478 A \"tail window\" is a window that displays only the end of
1374 ;;{{{ Avoid tail recenter
1377 ;; windows only displaying the tail isn't recentered.
1380 ;; XEmacs doesn't recenter the tail, GOOD!
1382 ;; A window displaying only the tail, is a windows whose
1396 (defun follow-avoid-tail-recenter (&rest rest)
1401 (if follow-avoid-tail-recenter-p
1476 (inline (follow-avoid-tail-recenter))
1487 ;; character in a tail window, the display is
1577 (follow-avoid-tail-recenter)
1614 (inline (follow-avoid-tail-recenter))
1622 ;; We still must update the windows displaying the tail so that
1624 (follow-avoid-tail-recenter))
1780 ;; that a process can cause a redisplay recentering "tail" windows.
1940 ;; display. In that case, calling `follow-avoid-tail-recenter' may
1943 ; (follow-avoid-tail-recenter))
1995 ;; to view the tail of the output.
2053 ;; `follow-avoid-tail-recenter'.
2058 (if (and follow-avoid-tail-recenter-p
2168 ;; since when it is called for a tail window, it is to late. However,
2176 ;; Please note that the function `follow-avoid-tail-recenter' is also
2183 (if (and follow-avoid-tail-recenter-p (boundp 'window-scroll-functions))
2184 (add-hook 'window-scroll-functions 'follow-avoid-tail-recenter t))
2188 ;; to recenter tail windows.
2190 (if follow-avoid-tail-recenter-p
2196 (follow-avoid-tail-recenter)))
2200 ;; tail windows.
2202 (if (and follow-avoid-tail-recenter-p
2208 (follow-avoid-tail-recenter)))
2241 follow-avoid-tail-recenter