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

Lines Matching +defs:mark +defs:active

358   (defalias 'gnus-deactivate-mark 'deactivate-mark)
1480 If nil, ignore cross references. If t, mark articles as read in
1481 subscribed newsgroups. If neither t nor nil, mark as read in all
1489 (defcustom gnus-process-mark ?#
1490 "*Process mark."
1562 (const :tag "active" t)))
1605 "*If non-nil, Gnus will mark duplicate copies of the same article as read."
1832 "*Groups in which to automatically mark read articles as expirable.
2296 :parameter-type '(list :tag "Ham mark choices"
2298 (variable-item gnus-del-mark)
2299 (variable-item gnus-read-mark)
2300 (variable-item gnus-ticked-mark)
2301 (variable-item gnus-killed-mark)
2302 (variable-item gnus-kill-file-mark)
2303 (variable-item gnus-low-score-mark)))
2309 :variable-default '((".*" ((gnus-del-mark
2310 gnus-read-mark
2311 gnus-killed-mark
2312 gnus-kill-file-mark
2313 gnus-low-score-mark))))
2321 :parameter-type '(list :tag "Spam mark choices"
2323 (variable-item gnus-spam-mark)
2324 (variable-item gnus-killed-mark)
2325 (variable-item gnus-kill-file-mark)
2326 (variable-item gnus-low-score-mark)))
2332 :variable-default '((".*" ((gnus-spam-mark))))
2608 (nnspool-active-file
2609 ,(nnheader-concat gnus-cache-directory "active"))))
2614 (defconst gnus-article-mark-lists
2623 (defconst gnus-article-special-mark-lists
2634 ;; `score' is not a proper mark
2635 ;; `bookmark': don't propagated it, or fix the bug in update-mark.
2636 (defconst gnus-article-unpropagated-mark-lists
2640 such as a mark that says whether an article is stored in the cache
2651 (defvar gnus-have-read-active-file nil)
2712 (defvar gnus-active-hashtb nil
2713 "Hashtable of active articles.")
2803 gnus-cache-retrieve-headers gnus-cache-possibly-alter-active
2828 ("gnus-uu" (gnus-uu-extract-map keymap) (gnus-uu-mark-map keymap))
2831 gnus-uu-mark-series gnus-uu-mark-region gnus-uu-mark-buffer
2832 gnus-uu-mark-by-regexp gnus-uu-mark-all
2833 gnus-uu-mark-sparse gnus-uu-mark-thread gnus-uu-decode-uu
2840 gnus-uu-mark-over gnus-uu-post-news)
2914 gnus-agent-save-active gnus-agent-method-p
2916 gnus-summary-set-agent-mark gnus-agent-save-group-info
2974 %O Download mark (character).
3062 (defmacro gnus-active (group)
3063 "Get active info on GROUP."
3064 `(gnus-gethash ,group gnus-active-hashtb))
3066 (defmacro gnus-set-active (group active)
3067 "Set GROUP's active info."
3068 `(gnus-sethash ,group ,active gnus-active-hashtb))
3300 (mark))
3339 (push (if (< (point) (mark)) (point) (mark)) out)
3340 (push (if (> (point) (mark)) (point) (mark)) out))))
3605 (let ((active (cadr (assq 'nnfolder-active-file
3607 (and active
3608 (file-exists-p active))))))