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

Lines Matching defs:cat

275        gnus-agent-cat-predicate)
290 gnus-agent-cat-score-file)
294 shorter than this length." gnus-agent-cat-length-when-short)
298 longer than this length." gnus-agent-cat-length-when-long)
302 lower than this limit." gnus-agent-cat-low-score)
306 higher than this limit." gnus-agent-cat-high-score)
311 gnus-agent-cat-days-until-old)
317 gnus-agent-cat-enable-expiration)
326 gnus-agent-cat-enable-undownloaded-faces))
893 (defvar gnus-agent-cat-name)
894 (defvar gnus-agent-cat-score-file)
895 (defvar gnus-agent-cat-length-when-short)
896 (defvar gnus-agent-cat-length-when-long)
897 (defvar gnus-agent-cat-low-score)
898 (defvar gnus-agent-cat-high-score)
899 (defvar gnus-agent-cat-enable-expiration)
900 (defvar gnus-agent-cat-days-until-old)
901 (defvar gnus-agent-cat-predicate)
902 (defvar gnus-agent-cat-groups)
903 (defvar gnus-agent-cat-enable-undownloaded-faces)
913 (defmacro gnus-agent-cat-prepare-category-field (parameter)
979 (let* ((name (gnus-agent-cat-name info)))
987 (let* ((info (assq gnus-agent-cat-name gnus-category-alist))
1004 (set (make-local-variable 'gnus-agent-cat-name)
1008 (gnus-agent-cat-prepare-category-field agent-predicate)
1010 (gnus-agent-cat-prepare-category-field agent-score)
1011 (gnus-agent-cat-prepare-category-field agent-short-article)
1012 (gnus-agent-cat-prepare-category-field agent-long-article)
1013 (gnus-agent-cat-prepare-category-field agent-low-score)
1014 (gnus-agent-cat-prepare-category-field agent-high-score)
1017 ;; gnus-agent-cat-prepare-category-field as I don't want the
1023 (make-local-variable 'gnus-agent-cat-groups)
1037 (gnus-agent-cat-groups info))))
1043 (widget-put symb :default (gnus-agent-cat-groups info))
1044 (widget-put symb :accessor 'gnus-agent-cat-groups)
1049 (gnus-agent-cat-prepare-category-field agent-enable-expiration)
1050 (gnus-agent-cat-prepare-category-field agent-days-until-old)
1054 (gnus-agent-cat-prepare-category-field agent-enable-undownloaded-faces)