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

Lines Matching +defs:tool +defs:bar +defs:lines

32   (defvar tool-bar-mode))
54 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
140 newsreaders chopping off subject lines, but it might also mean that
162 "*Remove matches for this regexp from subject lines when simplifying fuzzily."
649 It works along the same lines as a normal formatting string,
662 It works along the same lines as a normal formatting string,
974 "*Controls the highlighting of summary buffer lines.
979 how those summary lines are displayed, by editing the face field.
1195 (?L gnus-tmp-lines ?s)
1222 "An alist of format specifications that can appear in summary lines.
1520 "Remove \"Re:\" from subject lines."
1694 "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1891 "Q" gnus-article-fill-long-lines
1913 "u" gnus-article-outlook-unwrap-lines
1967 "t" gnus-article-remove-trailing-blank-lines
1968 "l" gnus-article-strip-leading-blank-lines
1969 "m" gnus-article-strip-multiple-blank-lines
1970 "a" gnus-article-strip-blank-lines
1971 "A" gnus-article-strip-all-blank-lines
2101 (defun gnus-summary-make-menu-bar ()
2212 ["Leading" gnus-article-strip-leading-blank-lines t]
2213 ["Multiple" gnus-article-strip-multiple-blank-lines t]
2214 ["Trailing" gnus-article-remove-trailing-blank-lines t]
2215 ["All of the above" gnus-article-strip-blank-lines t]
2216 ["All" gnus-article-strip-all-blank-lines t]
2225 ["Fill long lines" gnus-article-fill-long-lines t]
2247 ["Unwrap lines" gnus-article-outlook-unwrap-lines t]
2337 (define-key gnus-article-mode-map [menu-bar commands]
2412 (define-key gnus-article-mode-map [menu-bar post]
2508 ["Sort by lines" gnus-summary-sort-by-lines t]
2564 (defvar gnus-summary-tool-bar-map nil)
2566 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2569 (defun gnus-summary-tool-bar-update (&optional symbol value)
2572 (setq-default gnus-summary-tool-bar-map nil)
2578 (gnus-summary-make-tool-bar))))
2580 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2581 'gnus-summary-tool-bar-gnome
2582 'gnus-summary-tool-bar-retro)
2583 "Specifies the Gnus summary tool bar.
2586 `gmm-tool-bar-from-list' for the format of the list. The
2589 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2590 `gnus-summary-tool-bar-retro'."
2591 :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2592 (const :tag "Retro look" gnus-summary-tool-bar-retro)
2593 (repeat :tag "User defined list" gmm-tool-bar-item)
2597 :set 'gnus-summary-tool-bar-update
2600 (defcustom gnus-summary-tool-bar-gnome
2642 "List of functions for the summary tool bar (GNOME style).
2644 See `gmm-tool-bar-from-list' for the format of the list."
2645 :type '(repeat gmm-tool-bar-item)
2648 :set 'gnus-summary-tool-bar-update
2651 (defcustom gnus-summary-tool-bar-retro
2677 "List of functions for the summary tool bar (retro look).
2679 See `gmm-tool-bar-from-list' for the format of the list."
2680 :type '(repeat gmm-tool-bar-item)
2683 :set 'gnus-summary-tool-bar-update
2686 (defcustom gnus-summary-tool-bar-zap-list t
2687 "List of icon items from the global tool bar.
2688 These items are not displayed in the Gnus summary mode tool bar.
2690 See `gmm-tool-bar-from-list' for the format of the list."
2691 :type 'gmm-tool-bar-zap-list
2694 :set 'gnus-summary-tool-bar-update
2699 (defun gnus-summary-make-tool-bar (&optional force)
2700 "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2701 When FORCE, rebuild the tool bar."
2703 (boundp 'tool-bar-mode)
2704 tool-bar-mode
2705 (or (not gnus-summary-tool-bar-map) force))
2713 (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2714 gnus-summary-tool-bar-zap-list
2717 ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2719 (setq gnus-summary-tool-bar-map map))))
2720 (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2723 "A version of set that updates the GNU Emacs menu-bar."
2738 ("lines" "lines" number)
2833 (gnus-summary-make-menu-bar)
2834 (gnus-summary-make-tool-bar))
2846 (setq truncate-lines t)
3146 time; i.e., when generating the summary lines. After that,
3469 (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3518 (unless (numberp gnus-tmp-lines)
3519 (setq gnus-tmp-lines -1))
3520 (if (= gnus-tmp-lines -1)
3521 (setq gnus-tmp-lines "?")
3522 (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
4186 ;; overview: [num subject from date id refs chars lines misc]
4210 (nnheader-nov-read-integer) ; lines
4230 "Look through the buffer of NOV lines and find the header to ID.
4646 (defsubst gnus-article-sort-by-lines (h1 h2)
4648 (< (mail-header-lines h1)
4649 (mail-header-lines h2)))
4651 (defun gnus-thread-sort-by-lines (h1 h2)
4653 (gnus-article-sort-by-lines
4854 gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
5037 gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5106 (unless (numberp gnus-tmp-lines)
5107 (setq gnus-tmp-lines -1))
5108 (if (= gnus-tmp-lines -1)
5109 (setq gnus-tmp-lines "?")
5110 (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5742 (when (and (memq where gnus-updated-mode-lines)
5969 in-reply-to header p lines chars)
6069 (if (numberp (setq lines (ignore-errors (read cur))))
6070 lines -1)
6105 ;; Goes through the xover lines and returns a list of vectors
6658 "Toggle truncation of summary lines.
6661 (setq truncate-lines
6662 (if (null arg) (not truncate-lines)
7118 ;; Walking around summary lines.
7246 ;; Walking around summary lines with displaying articles.
7366 nil (count-lines (point-min) (point))))
7476 (defun gnus-summary-next-page (&optional lines circular stop)
7479 LINES says how many lines should be scrolled up.
7511 (setq endp (or (gnus-article-next-page lines)
7518 (lines
7520 ((null lines)
7528 (defun gnus-summary-prev-page (&optional lines move)
7530 Argument LINES specifies lines to be scrolled down.
7547 (setq endp (gnus-article-prev-page lines)))
7549 (cond (lines
7551 ((null lines)
7558 (defun gnus-summary-prev-page-or-article (&optional lines)
7560 Argument LINES specifies lines to be scrolled down.
7563 (gnus-summary-prev-page lines t))
7565 (defun gnus-summary-scroll-up (lines)
7567 Argument LINES specifies lines to be scrolled up (or down if negative)."
7573 (cond ((> lines 0)
7574 (when (gnus-article-next-page lines)
7576 ((< lines 0)
7577 (gnus-article-prev-page (- lines))))))
7581 (defun gnus-summary-scroll-down (lines)
7583 Argument LINES specifies lines to be scrolled down (or up if negative)."
7585 (gnus-summary-scroll-up (- lines)))
7717 If ALL-HEADERS is non-nil, no header lines are hidden.
8508 ;; Remove lines that may lead nndoc to misinterpret the
8514 (delete-matching-lines "^Path:\\|^From ")
8559 (delete-matching-lines "^\\(Path\\):\\|^From ")
8648 (gnus-updated-mode-lines nil)
8778 gnus-treat-strip-trailing-blank-lines
8779 gnus-treat-strip-leading-blank-lines
8780 gnus-treat-strip-multiple-blank-lines
8906 head header lines)
8913 (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
8916 (setq lines (1- (count-lines (point) (point-max))))))
8921 (if lines (insert (format "Lines: %d\n" lines)))
8979 If ARG is a negative number, hide the unwanted header lines."
9019 "Make all header lines visible."
9360 the value is an integer (N), update the display every N lines."
9416 atts lines group-art)
9438 lines (count-lines (point-min) (point-max)))
9443 "Lines: " (int-to-string lines) "\n"
9697 (let ((lines (count-lines (point) (point-max)))
9711 (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
9713 (insert (number-to-string lines))))))
9986 (count-lines
10757 ;; Any hidden lines here?
10988 (defun gnus-summary-sort-by-lines (&optional reverse)
10989 "Sort the summary buffer by the number of lines.
10992 (gnus-summary-sort 'lines reverse))
11483 (nnheader-fold-continuation-lines)