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

Lines Matching +defs:mark +defs:marker

272   "*Non-nil means that gnus-uu will mark articles that were unsuccessfully decoded as unread.
340 (defvar gnus-uu-shar-name-marker
531 (defun gnus-message-process-mark (unmarkp new-marked)
533 (message "%d mark%s %s%s"
552 (defun gnus-uu-mark-by-regexp (regexp &optional unmark)
553 "Set the process mark on articles whose subjects match REGEXP.
555 Optional UNMARK non-nil means unmark instead of mark."
562 (gnus-summary-remove-process-mark (pop articles))
563 (gnus-summary-set-process-mark (pop articles))))
564 (gnus-message-process-mark unmark new-marked)))
568 "Remove the process mark from articles whose subjects match REGEXP.
571 (gnus-uu-mark-by-regexp regexp t))
573 (defun gnus-uu-mark-series ()
574 "Mark the current series with the process mark."
579 (gnus-summary-set-process-mark (car articles))
584 (defun gnus-uu-mark-region (beg end &optional unmark)
585 "Set the process mark on all articles between point and mark."
591 (gnus-summary-remove-process-mark (gnus-summary-article-number))
592 (gnus-summary-set-process-mark (gnus-summary-article-number)))
597 "Remove the process mark from all articles between point and mark."
599 (gnus-uu-mark-region beg end t))
601 (defun gnus-uu-mark-buffer ()
602 "Set the process mark on all articles in the buffer."
604 (gnus-uu-mark-region (point-min) (point-max)))
607 "Remove the process mark on all articles in the buffer."
609 (gnus-uu-mark-region (point-min) (point-max) t))
611 (defun gnus-uu-mark-thread ()
616 (while (and (gnus-summary-set-process-mark
626 (while (and (gnus-summary-remove-process-mark
641 (gnus-summary-remove-process-mark number)
642 (gnus-summary-set-process-mark number)))))
645 (defun gnus-uu-mark-over (&optional score)
656 (gnus-summary-set-process-mark (caar data)))
660 (defun gnus-uu-mark-sparse ()
666 (error "No articles marked with the process mark"))
677 (gnus-summary-set-process-mark (car articles))
684 (defun gnus-uu-mark-all ()
696 (gnus-uu-mark-series))
1140 subj mark d)
1145 (= (setq mark (gnus-data-mark d))
1146 gnus-unread-mark)
1147 (= mark gnus-ticked-mark)
1148 (= mark gnus-dormant-mark))
1283 (gnus-summary-remove-process-mark article)
1579 (when (re-search-forward gnus-uu-shar-name-marker nil t)