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

Lines Matching +defs:ps +defs:next +defs:page

198   "*If t, many commands will go to the next unread article.
200 \"naturally\" select the next article, like, for instance, `SPC' at
203 If nil, the marking commands do NOT go to the next unread article
204 \(they go to the next article instead). If `never', commands that
205 usually go to the next unread article, will go to the next article,
309 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
310 `gnus-summary-catchup-and-goto-next-group'.
319 ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page]
320 ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]
344 (defcustom gnus-auto-select-next t
345 "*If non-nil, offer to go to the next group from the end of the previous.
346 If the value is t and the next newsgroup is empty, Gnus will exit
349 particular, if the value is the symbol `quietly', the next unread
351 `almost-quietly', the next group will be selected without any
353 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
354 will go to the next group without confirmation."
363 "*If non-nil, select the next article with the same subject.
425 "*If non-nil, do page breaking on articles.
426 The page delimiter is specified by the `gnus-page-delimiter'
836 `gnus-summary-next-same-subject' command does, you can use the
898 (defcustom gnus-ps-print-hook nil
899 "*A hook run before ps-printing something from Gnus."
1146 (defvar gnus-page-broken nil)
1640 " " gnus-summary-next-page
1641 "\177" gnus-summary-prev-page
1642 [delete] gnus-summary-prev-page
1643 [backspace] gnus-summary-prev-page
1646 "n" gnus-summary-next-unread-article
1648 "N" gnus-summary-next-article
1650 "\M-\C-n" gnus-summary-next-same-subject
1652 "\M-n" gnus-summary-next-unread-subject
1681 "\M-\C-f" gnus-summary-next-thread
1683 [(meta down)] gnus-summary-next-thread
1705 "w" gnus-summary-stop-page-breaking
1810 "n" gnus-summary-next-unread-article
1812 "N" gnus-summary-next-article
1814 "\C-n" gnus-summary-next-same-subject
1816 "\M-n" gnus-summary-next-unread-subject
1836 "n" gnus-summary-next-thread
1855 "n" gnus-summary-catchup-and-goto-next-group
1858 "N" gnus-summary-next-group
1863 " " gnus-summary-next-page
1864 "n" gnus-summary-next-page
1865 "\177" gnus-summary-prev-page
1866 [delete] gnus-summary-prev-page
1867 "p" gnus-summary-prev-page
1901 "l" gnus-summary-stop-page-breaking
2083 (let ((menu menu) sublists next
2086 ;; Pull off the next gnus-summary-menu-maxlen elements
2087 ;; and make them the next element of sublist.
2088 (setq next (nthcdr gnus-summary-menu-maxlen menu))
2089 (if next
2096 (setq menu next))
2237 ["Stop page breaking" gnus-summary-stop-page-breaking t]
2349 ["Go to next thread" gnus-summary-next-thread t]
2480 ["Page forward" gnus-summary-next-page
2482 '(:help "Show next page of article"))]
2483 ["Page backward" gnus-summary-prev-page
2485 '(:help "Show previous page of article"))]
2488 ["Next unread article" gnus-summary-next-unread-article t]
2490 ["Next article" gnus-summary-next-article t]
2492 ["Next unread subject" gnus-summary-next-unread-subject t]
2494 ["Next article same subject" gnus-summary-next-same-subject t]
2551 ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
2556 ["Exit and goto next group" gnus-summary-next-group t]
2618 (gnus-summary-next-article "right-arrow")
2619 (gnus-summary-next-page "next-page")
2653 (gnus-summary-next-unread-article "gnus/next-ur")
2774 (let ((ps perms)
2776 (while ps
2780 (caar ps)
2794 (nth 1 (car ps))
2798 (setq ps (cdr ps)))
2816 article, you can, for instance, type `\\[gnus-summary-next-page]'. To move forwards
2817 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
3212 (gnus-summary-next-page nil t))
3438 ; Is it really necessary to do this next part for each summary line?
3632 (let ((gnus-auto-select-next nil))
3639 (eq gnus-auto-select-next 'quietly))
3641 ;; The entry function called above goes to the next
3687 (gnus-group-next-unread-group 1))
3707 (gnus-group-next-unread-group 1)
5971 ;; Search to the beginning of the next header. Error messages
6235 ;; article if ID is a number -- so that the next `P' or `N'
6236 ;; command will fetch the previous (or next) article even
6269 (gnus-summary-find-next nil article)))
6282 (gnus-summary-find-next nil article)
6337 "Search for next unread newsgroup.
6353 (defun gnus-summary-find-next (&optional unread article backward)
6456 (t (gnus-summary-find-next unread))))
6694 ;; point was moved to the next unread newsgroup by exiting.
6803 ;; Make sure where we were, and go to next newsgroup.
6812 (gnus-group-next-unread-group 1))
6909 (gnus-group-next-unread-group 1))
6944 (gnus-summary-next-subject 1 nil t)
7060 (gnus-message 6 (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select \\[gnus-summary-next-unread-article]:Forward \\[gnus-summary-prev-unread-article]:Backward \\[gnus-summary-exit]:Exit \\[gnus-info-find-node]:Run Info \\[gnus-summary-describe-briefly]:This help")))
7064 (defun gnus-summary-next-group (&optional no-article target-group backward)
7065 "Exit current newsgroup and then select next unread newsgroup.
7116 (gnus-summary-next-group no-article nil t))
7171 (defun gnus-summary-next-subject (n &optional unread dont-display)
7172 "Go to next N'th summary line.
7183 (gnus-summary-find-next unread)))
7194 (defun gnus-summary-next-unread-subject (n)
7195 "Go to next N'th unread summary line."
7197 (gnus-summary-next-subject n t))
7203 (gnus-summary-next-subject (- n) unread))
7208 (gnus-summary-next-subject (- n) t))
7340 (defun gnus-summary-next-article (&optional unread subject backward push)
7341 "Select the next article.
7344 If BACKWARD, the previous article is selected instead of the next."
7361 ;; Try to get next/previous article not displayed in this group.
7367 ;; Go to next/previous group.
7383 ;; Select next unread newsgroup automagically.
7385 ((or (not gnus-auto-select-next)
7388 ((or (eq gnus-auto-select-next 'quietly)
7389 (and (eq gnus-auto-select-next 'slightly-quietly)
7391 (and (eq gnus-auto-select-next 'almost-quietly)
7400 (gnus-summary-next-group nil group backward)))
7407 (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7448 (gnus-summary-next-group nil group backward)))
7452 (defun gnus-summary-next-unread-article ()
7455 (gnus-summary-next-article
7465 (gnus-summary-next-article unread subject t))
7476 (defun gnus-summary-next-page (&optional lines circular stop)
7477 "Show next page of the selected article.
7478 If at the end of the current article, select the next article.
7482 selecting the next article when reaching the end of the current
7501 (gnus-summary-next-article)
7502 (gnus-summary-next-unread-article))
7511 (setq endp (or (gnus-article-next-page lines)
7523 (gnus-summary-next-article)
7524 (gnus-summary-next-unread-article))))))))
7528 (defun gnus-summary-prev-page (&optional lines move)
7529 "Show previous page of selected article.
7547 (setq endp (gnus-article-prev-page lines)))
7558 (defun gnus-summary-prev-page-or-article (&optional lines)
7559 "Show previous page of selected article.
7561 If at the beginning of the article, go to the next article."
7563 (gnus-summary-prev-page lines t))
7574 (when (gnus-article-next-page lines)
7577 (gnus-article-prev-page (- lines))))))
7587 (defun gnus-summary-next-same-subject ()
7588 "Select next article which has the same subject as current one."
7590 (gnus-summary-next-article nil (gnus-summary-article-subject)))
7597 (defun gnus-summary-next-unread-same-subject ()
7598 "Select next unread article which has the same subject as current one."
7600 (gnus-summary-next-article t (gnus-summary-article-subject)))
7665 If given a prefix argument, select the next unread article that has a
7762 "Limit the summary buffer to the next N articles.
8678 ;; We didn't find it, so we go to the next article.
8683 (gnus-summary-find-next)))
8686 ;; Select the next article and adjust point.
8800 (gnus-narrow-to-page))))
8812 (when (re-search-backward page-delimiter nil t)
8814 (gnus-narrow-to-page))))
8831 to print the next N articles. If N is negative, print the N previous
8839 (interactive (list (ps-print-preprint current-prefix-arg)))
8845 (ps-despool filename))
8862 (let ((ps-left-header
8872 (ps-right-header
8877 (gnus-run-hooks 'gnus-ps-print-hook)
8880 (ps-spool-buffer-with-faces)
8881 (ps-spool-buffer)))))
9011 (gnus-narrow-to-page)
9012 (when (gnus-visual-p 'page-marker)
9015 (gnus-remove-text-with-property 'gnus-next))))
9065 (defun gnus-summary-stop-page-breaking ()
9066 "Stop page breaking in the current article."
9071 (when (gnus-visual-p 'page-marker)
9074 (gnus-remove-text-with-property 'gnus-next))
9075 (setq gnus-page-broken nil))))
9080 If N is a positive number, move the N next articles.
9372 If N is a positive number, respool the N next articles.
9562 "Delete the N next (mail) articles.
9813 "Mark articles which has the same subject as read, and then select the next.
9822 ;; Select next unread article. If auto-select-same mode, should
9824 (gnus-summary-next-article t (and gnus-auto-select-same
9840 ;; If marked as read, go to next unread subject.
9842 ;; Go to next unread subject.
9843 (gnus-summary-next-subject 1 t))
9880 "Set the process mark on the next N articles.
9896 (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
9905 "Remove the process mark from the next N articles.
10054 (zerop (gnus-summary-next-subject
10405 (gnus-summary-find-next))))))
10420 (gnus-summary-find-next)))))
10450 (gnus-summary-find-next)))))
10528 (while (gnus-summary-find-next (not all))
10534 (gnus-summary-find-next (not all))))))
10559 (when (or all (gnus-summary-find-next))
10576 ;; Select next newsgroup or exit.
10578 (eq gnus-auto-select-next 'quietly))
10579 (gnus-summary-next-group nil)
10589 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
10590 "Mark all articles in this group as read and select the next group.
10596 (gnus-summary-next-group))
10647 (if (gnus-summary-go-to-next-thread)
10801 (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
10817 (or (zerop (gnus-summary-next-thread 1 t))
10828 (defun gnus-summary-go-to-next-thread (&optional previous)
10829 "Go to the same level (or less) next thread.
10848 (defun gnus-summary-next-thread (n &optional silent)
10849 "Go to the same level next N'th thread.
10859 (gnus-summary-go-to-next-thread backward))
10872 (gnus-summary-next-thread (- n)))
10942 ;; If marked as read, go to next unread subject.
10944 ;; Go to next unread subject.
10945 (gnus-summary-next-subject 1 t)))
11038 If N is a positive number, save the N next articles.
11098 If N is a positive number, pipe the N next articles.
11115 If N is a positive number, save the N next articles.
11126 If N is a positive number, save the N next articles.
11137 If N is a positive number, save the N next articles.
11148 If N is a positive number, save the N next articles.
11159 If N is a positive number, save the N next articles.
11170 If N is a positive number, save the N next articles.
11181 If N is a positive number, save the N next articles.
11361 (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
11363 (while ps
11364 (setq action (cdr (assq 'action (car ps))))
11365 (setq files (list (cdr (assq 'name (car ps)))))
11366 (while (and ps (cdr ps)
11368 (or (cdr (assq 'action (cadr ps))) "2")))
11369 (push (cdr (assq 'name (cadr ps))) files)
11370 (setcdr ps (cddr ps)))
11375 (when (assq 'execute (car ps))
11376 (setcdr (assq 'execute (car ps))
11386 (setq ps (cdr ps)))))
11541 (or (next-single-property-change
11547 (or (next-single-property-change
11787 (dolist (lway `((next "next" next nil "n")
11788 (next-unread "next unread" next t "N")
11821 ((eq move 'next) 1)
11831 (zerop (gnus-summary-next-subject nummove unread t)))