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

Lines Matching defs:w*w

929 see http://www.cs.indiana.edu/picons/ftp/index.html"
933 "http://www.cs.indiana.edu/picons/ftp/index.html")
1056 (and (or window-system
2069 Only the headers that fit into the current window width will be
2084 (when (< length (window-width))
2121 Only the headers that fit into the current window width will be
2144 (while (>= (1- (window-width)) (length str))
2146 (substring str 0 (1- (window-width))))
2151 "Fill lines that are wider than the window width."
2155 (width (window-width (get-buffer-window (current-buffer)))))
2575 (save-window-excursion
2591 (let ((w3-strict-width (window-width))
3192 (set-buffer (window-buffer w))
3343 (save-window-excursion
3471 (gnus-eval-in-buffer-window gnus-save-article-buffer
3486 (gnus-eval-in-buffer-window gnus-save-article-buffer
3507 (gnus-eval-in-buffer-window gnus-save-article-buffer
3539 (gnus-eval-in-buffer-window gnus-save-article-buffer
3585 (gnus-eval-in-buffer-window gnus-article-buffer
4005 ;; Set article window start at LINE, where LINE is the number of lines
4007 (defun gnus-article-set-window-start (&optional line)
4008 (set-window-start
4009 (gnus-get-buffer-window gnus-article-buffer t)
4127 (set-window-point (get-buffer-window (current-buffer)) (point))
4237 (save-window-excursion
4239 (select-window (posn-window pos))
4414 (gnus-summary-expand-window)
4714 (let ((window (get-buffer-window gnus-article-buffer 'visible))
4716 (when window
4717 ;; It is necessary to select the article window so that
4720 (gnus-select-frame-set-input-focus (window-frame window))
4722 (save-window-excursion
4723 (select-window window)
4801 (gnus-set-window-start)))))))
4815 (let ((window (selected-window))
4825 (let ((win (gnus-get-buffer-window (current-buffer) t))
4828 (select-window win))
4847 (if (window-live-p window)
4848 (select-window window)))))
4903 (lambda (widget/window &optional overlay pos)
4912 ;; window, overlay, position.
4918 (widget-get widget/window :mime-handle)))
4931 (save-selected-window
4932 (let ((window (get-buffer-window gnus-article-buffer))
4934 (when window
4935 (select-window window)
4936 ;; We have to do this since selecting the window
4937 ;; may change the point. So we set the window point.
4938 (set-window-point window point)))
5167 (save-window-excursion
5379 (save-window-excursion
5459 ;; (gnus-eval-in-buffer-window gnus-summary-buffer
5465 ;; (gnus-eval-in-buffer-window gnus-summary-buffer
5473 (move-to-window-line -1)
5476 (and (pos-visible-in-window-p) ;Not continuation line.
5495 (defmacro gnus-article-beginning-of-window ()
5496 "Move point to the beginning of the window.
5500 '(move-to-window-line 0)
5501 '(move-to-window-line
5503 (max 1 (- (window-height)
5518 (max 0 (- (count-lines (window-start) (point-max))
5526 (gnus-article-beginning-of-window))
5532 (move-to-window-line 0)
5546 (gnus-article-beginning-of-window))))
5597 (owin (current-window-configuration))
5603 (set-window-configuration owin)
5604 (set-window-point (get-buffer-window (current-buffer)) (point))))
5619 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
5648 (save-window-excursion
5662 ;; These commands should restore window configuration.
5664 (owin (current-window-configuration))
5667 (cond (not-restore-window
5669 ((setq win (get-buffer-window gnus-article-current-summary))
5670 (select-window win))
5680 (when (eq win (selected-window))
5682 new-sum-start (window-start win)
5683 new-sum-hscroll (window-hscroll win)))
5687 (unless not-restore-window
5688 (set-window-configuration owin))
5691 (set-window-start (get-buffer-window (current-buffer))
5693 (set-window-point (get-buffer-window (current-buffer))
5695 (when (and (not not-restore-window)
5697 (set-window-point win new-sum-point)
5698 (set-window-start win new-sum-start)
5699 (set-window-hscroll win new-sum-hscroll))))
5700 (set-window-configuration owin)
5982 (set-window-point (gnus-get-buffer-window (current-buffer) t)
6100 (let ((winconf (current-window-configuration)))
6118 (start (window-start))
6140 (set-window-configuration winconf)
6142 (set-window-start (get-buffer-window buf) start)
6143 (set-window-point (get-buffer-window buf) (point)))
6153 (window-start (window-start)))
6160 (set-window-configuration winconf)
6164 (set-window-start (get-buffer-window (current-buffer)) window-start)
6187 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?[-a-z0-9_=!?#$@~%&*+\\/:;.,[:word:]]+[-a-z0-9_=#$@~%&*+\\/[:word:]]\\)"
6188 "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)\\)")
6226 :type '(choice (const "http://www.tex.ac.uk/tex-archive/")
6228 (const "http://www.dante.de/CTAN/")
6428 (save-window-excursion
6756 (set-buffer (window-buffer (posn-window (event-start event))))
7237 (let ((win (selected-window)))
7238 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7240 (select-window win)))
7245 (let ((win (selected-window)))
7246 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7248 (select-window win)))
7269 (let ((win (selected-window)))
7270 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7272 (select-window win)))
7277 (let ((win (selected-window)))
7278 (select-window (gnus-get-buffer-window gnus-article-buffer t))
7280 (select-window win)))
7614 (lambda (widget/window &optional overlay pos)