• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching defs:go

198   "*If t, many commands will go to the next unread article.
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,
345 "*If non-nil, offer to go to the next group from the end of the previous.
347 summary mode and go back to group mode. If the value is neither nil
354 will go to the next group without confirmation."
364 If there are no more articles with the same subject, go to
3369 "Compute where the summary marks are to go."
3642 ;; group automatically, so we go two groups back
4383 ;; If this is a gathered thread, we have to go some re-gathering.
4495 ;; First go up in this thread until we find the root.
4536 ;; We go to the dummy root by going to
5981 ;; doesn't always go hand in hand.
6206 ;; Rebuild the thread that this article is part of and go to the
6347 If EXCLUDE-GROUP, do not go to this group."
6803 ;; Make sure where we were, and go to next newsgroup.
7067 initially. If TARGET-GROUP, go to this group. If BACKWARD, go to
7173 If N is negative, go to the previous N'th subject line.
7481 If CIRCULAR is non-nil, go to the start of the article instead of
7561 If at the beginning of the article, go to the next article."
7718 If FORCE, go to the article even if it isn't displayed. If FORCE
7736 (gnus-message 4 "Couldn't go to article %s" article) nil))
7748 "Pop one article off the history and go to the previous.
8209 ;; will really go down to a leaf article first, before slowly
8298 If N is negative, go to ancestor -N instead.
8413 ;; If the article is present in the buffer we just go to it.
8527 ;; Make all postings to this group go to the parent group.
8567 ;; Make all postings to this group go to the parent group.
8678 ;; We didn't find it, so we go to the next article.
9532 ;; We go through the old list of expirable, and mark all
9799 (message "This message would go to %s"
9801 (message "This message would go to no groups"))
9840 ;; If marked as read, go to next unread subject.
10647 (if (gnus-summary-go-to-next-thread)
10828 (defun gnus-summary-go-to-next-thread (&optional previous)
10830 If PREVIOUS is non-nil, go to previous thread instead.
10859 (gnus-summary-go-to-next-thread backward))
10874 (defun gnus-summary-go-down-thread ()
10880 (defun gnus-summary-go-up-thread ()
10888 If N is negative, go up instead.
10895 (if up (gnus-summary-go-up-thread)
10896 (gnus-summary-go-down-thread)))
10900 (gnus-message 7 "Can't go further"))
10905 If N is negative, go down instead.
10914 (while (gnus-summary-go-up-thread))
10942 ;; If marked as read, go to next unread subject.