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

Lines Matching +defs:scroll +defs:other +defs:window

99 If `window-width', use the window's width as maximum.
102 (const :tag "Full window width" window-width)
147 (defcustom rcirc-scroll-show-maximum-output t
148 "*If non-nil, scroll buffer to keep the point at the bottom of the window."
466 (save-window-excursion
983 (defvar rcirc-window-configuration nil)
992 (setq rcirc-window-configuration (current-window-configuration))
1035 (set-window-configuration rcirc-window-configuration)
1042 (set-window-configuration rcirc-window-configuration))
1048 (let ((buffer (window-buffer (selected-window))))
1072 %N The sender's nick (with face `rcirc-my-nick' or `rcirc-other-nick')
1089 \(and perhaps other arguments). The specific formatting used
1133 'rcirc-other-nick))))))
1213 ;; only decode text from other senders, not ours
1217 (get-buffer-window (current-buffer)))
1251 ((eq rcirc-fill-column 'window-width)
1252 (1- (window-width)))
1273 ;; set the window point for buffers show in windows
1275 (when (and (not (eq (selected-window) w))
1277 (window-buffer w))
1278 (>= (window-point w)
1280 (set-window-point w (point-max))))
1286 ;; keep window on bottom line if it was already there
1287 (when rcirc-scroll-show-maximum-output
1289 (when (eq (window-buffer w) (current-buffer))
1290 (with-current-buffer (window-buffer w)
1292 (with-selected-window w
1293 (when (<= (- (window-height)
1295 (window-point)
1296 (window-start))
1329 (save-window-excursion
1431 (add-hook 'window-configuration-change-hook
1432 'rcirc-window-configuration-change))
1435 (remove-hook 'window-configuration-change-hook
1436 'rcirc-window-configuration-change)))
1525 (when (not (get-buffer-window (current-buffer) t))
1594 (defun rcirc-window-configuration-change ()
1599 (let ((buf (window-buffer w)))
1730 (when (not (eq (selected-window) (minibuffer-window)))
1937 (with-current-buffer (window-buffer (posn-window position))
1981 ;; keep the ^O since it could terminate other attributes
2363 (defface rcirc-other-nick ; font-lock-variable-name-face
2374 "The face used to highlight other messages."