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

Lines Matching refs:tag

76 		    :tag "Extra Aliases"
78 :tag "List"
81 (gnus-email-address :tag "Address")))
82 (gnus-email-address :tag "Address")) "\
89 (split-regexp (regexp :tag "gnus-group-split Regular Expression") "\
92 (split-exclude (list :tag "gnus-group-split Restricts"
94 :inline t (regexp :tag "Restrict"))) "\
100 (split-spec (choice :tag "gnus-group-split Overrider"
101 (sexp :tag "Fancy Split")
102 (const :tag "Catch All" catch-all)
103 (const :tag "Ignore" nil)) "\
118 (broken-reply-to (const :tag "Broken Reply To" t) "\
125 (to-group (string :tag "To Group") "\
128 (gcc-self (choice :tag "GCC"
130 (const :tag "To current group" t)
142 (expiry-wait (choice :tag "Expire Wait"
155 (expiry-target (choice :tag "Expiry Target"
164 (score-file (file :tag "Score File") "\
168 (adapt-file (file :tag "Adapt File") "\
172 (admin-address (gnus-email-address :tag "Admin Address") "\
180 (display (choice :tag "Display"
185 (sexp :tag "Other")) "\
203 (comment (string :tag "Comment") "\
206 (visible (const :tag "Permanently visible" t) "\
210 (choice :tag "Highlight words"
212 (repeat (list (regexp :tag "Highlight regexp")
213 (number :tag "Group for entire word" 0)
214 (number :tag "Group for displayed part" 0)
215 (symbol :tag "Face"
221 (choice :tag "Posting style"
224 (choice :tag "Type"
234 (string :tag "Header"))
245 '((subscribe (regexp :tag "Subscribe") "\
250 (subscribe-level (integer :tag "Subscribe Level" :value 1) "\
262 '((uidvalidity (string :tag "IMAP uidvalidity") "\
273 (sexp :tag "Selection Predicate" :value false)
277 (choice :tag "Score File" :value nil
278 (const file :tag "Use group's score files")
279 (repeat (list (string :format "%v" :tag "File name"))))
292 (integer :tag "Max Length of Short Article" :value "")
296 (integer :tag "Min Length of Long Article" :value "")
300 (integer :tag "Low Score Limit" :value "")
304 (integer :tag "High Score Limit" :value "")
308 (integer :tag "Days Until Old" :value "")
313 (radio :tag "Expire in this Group or Topic" :value nil
319 (boolean :tag "Enable Agent Faces")
391 :tag "group parameters"
395 :tag "topic parameters"
401 :tag "done"
429 :tag "Parameters"
439 :tag "Agent Parameters"
451 :tag "Variables"
467 (symbol :tag "Variable")
468 (sexp :tag
472 :tag "Unknown entries"
477 :tag "select method"
483 :tag "Method"
505 '((mark (number :tag "Mark") "\
509 (expunge (number :tag "Expunge") "\
514 (mark-and-expunge (number :tag "Mark-and-expunge") "\
519 (thread-mark-and-expunge (number :tag "Thread-mark-and-expunge") "\
526 (files (repeat :inline t :tag "Files" file) "\
531 (exclude-files (repeat :inline t :tag "Exclude-files" file) "\
536 (eval (sexp :tag "Eval" :value nil) "\
540 (read-only (boolean :tag "Read-only" :value t) "\
544 (orphan (number :tag "Orphan") "\
566 (adapt (choice :tag "Adapt"
583 (adapt-file (file :tag "Adapt-file") "\
589 (local (repeat :tag "Local"
591 (symbol :tag "Variable")
592 (sexp :tag "Value"))) "\
611 (let* ((tag (widget-get widget :tag))
612 (item `(const :format "" :value ,(downcase tag)))
613 (match '(string :tag "Match"))
614 (score '(choice :tag "Score"
615 (const :tag "default" nil)
618 (expire '(choice :tag "Expire"
619 (const :tag "off" nil)
622 (type '(choice :tag "Type"
627 (const :tag "Regexp" r)
628 (const :tag "Regexp (fixed case)" R)
629 (const :tag "Substring" s)
630 (const :tag "Substring (fixed case)" S)
631 (const :tag "Exact" e)
632 (const :tag "Exact (fixed case)" E)
633 (const :tag "Word" w)
634 (const :tag "Word (fixed case)" W)
635 (const :tag "default" nil)))
638 (concat "Change score based on the " tag
669 :tag ,tag
684 (let* ((tag (widget-get widget :tag))
685 (item `(const :format "" :value ,(downcase tag)))
686 (match '(integer :tag "Match"))
687 (score '(choice :tag "Score"
688 (const :tag "default" nil)
691 (expire '(choice :tag "Expire"
692 (const :tag "off" nil)
695 (type '(choice :tag "Type"
704 (concat "Change score based on the " tag
709 :tag ,tag
721 (let* ((tag (widget-get widget :tag))
722 (item `(const :format "" :value ,(downcase tag)))
723 (match '(string :tag "Match"))
724 (score '(choice :tag "Score"
725 (const :tag "default" nil)
728 (expire '(choice :tag "Expire"
729 (const :tag "off" nil)
732 (type '(choice :tag "Type"
740 (concat "Change score based on the " tag
763 :tag ,tag
796 :tag "score entries"
802 :tag "done"
821 (gnus-score-string :tag "From")
822 (gnus-score-string :tag "Subject")
823 (gnus-score-string :tag "References")
824 (gnus-score-string :tag "Xref")
825 (gnus-score-string :tag "Extra")
826 (gnus-score-string :tag "Message-ID")
827 (gnus-score-integer :tag "Lines")
828 (gnus-score-integer :tag "Chars")
829 (gnus-score-date :tag "Date")
830 (gnus-score-string :tag "Head"
836 (gnus-score-string :tag "Body"
842 (gnus-score-string :tag "All"
849 (gnus-score-string :tag
860 (gnus-score-string :tag "Thread"
877 :tag "Unknown entries"
935 (let ((tag (cdr (memq :tag type))))
942 (setcar tag (concat (car tag) deflt))))
1027 (const :menu-tag "do not change" :tag "" :value ignore)
1029 :menu-tag "display group selectors"
1064 ;;; arch-tag: a37c285a-49bc-4235-8244-804536effeaf