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

Lines Matching +refs:nnweb +refs:type

303   :type 'boolean)
308 :type 'boolean)
345 '((:type xpm :file "gnus-pointer.xpm"
347 (:type xbm :file "gnus-pointer.xbm"
988 :type `(choice ,@(mapcar (lambda (elem) (list 'const (car elem)))
1011 `((:type xpm :file "gnus.xpm"
1017 (:type pbm :file "gnus.pbm"
1021 (:type xbm :file "gnus.xbm"
1100 :type '(repeat (cons regexp
1109 :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
1119 :type One of `bool', `list' or nil.
1122 :parameter-type The type for customizing the parameter.
1127 :variable-type The type for customizing the variable.
1129 (let* ((type (plist-get rest :type))
1130 (parameter-type (plist-get rest :parameter-type))
1139 (variable-type (or (plist-get rest :variable-type)
1142 ,(car (cdr parameter-type)))))))
1150 :type ,variable-type)
1156 ,parameter-type
1158 (if (eq type 'bool)
1182 (or (gnus-group-find-parameter name ',param ,(and type t))
1190 ,(if type
1198 :type 'directory)
1209 :type 'directory)
1214 :type '(choice (const :tag "current" nil)
1240 :type 'file)
1293 :type 'gnus-select-method)
1300 :type '(choice (const :tag "Default archive method" "archive")
1324 :type '(choice (const :tag "none" nil)
1334 :type '(repeat string))
1341 :type '(choice (const :tag "disable" nil)
1354 :type '(repeat gnus-select-method))
1367 :type '(choice (const :tag "default" nil)
1389 :type '(choice (const :tag "default" nil)
1391 (const :tag "Google" (nnweb "refer" (nnweb-type google)))
1395 :value (current (nnweb "refer" (nnweb-type google)))
1399 (nnweb "refer" (nnweb-type google)))
1439 :type '(choice directory
1468 :type '(repeat (cons (string :tag "Hierarchy") (sexp :tag "Form"))))
1476 :type 'boolean)
1484 :type '(choice (const :tag "off" nil)
1493 :type 'character)
1501 :type '(choice (const :tag "No limit" nil)
1504 (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix)))
1515 type you're using. On `usg-unix-v' and `xenix' this variable defaults
1518 :type '(radio (sexp :format "Non-nil\n"
1531 :type 'directory)
1537 :type 'boolean)
1542 :type 'boolean)
1551 :type '(set (const word) (const line)))
1560 :type '(choice (const :tag "off" nil)
1567 :type 'boolean)
1572 :type 'boolean)
1580 :type '(choice (const :tag "off" nil)
1594 :type '(choice
1607 :type 'boolean)
1612 :type 'boolean)
1619 :type 'hook)
1626 :type 'boolean)
1633 :type 'boolean)
1638 :type 'boolean)
1643 :type 'boolean)
1652 :type '(radio (function-item gnus-extract-address-components)
1659 :type 'boolean)
1664 :type 'string)
1682 ("nnweb" none)
1702 :type '(repeat (group (string :tag "Name")
1743 :type '(set (const group)
1755 :type '(choice (const nil)
1769 :parameter-type '(gnus-email-address :tag "To Address")
1796 :parameter-type '(gnus-email-address :tag "To List")
1809 :type bool
1815 :parameter-type '(const :tag "Subscribed" t)
1825 :type bool
1836 :variable-type '(choice (const nil)
1838 :parameter-type '(const :tag "Automatic Expire" t)
1844 :type bool
1857 :variable-type '(choice (const nil)
1859 :parameter-type '(const :tag "Total Expire" t)
1887 :variable-type '(repeat (list (regexp :tag "Group")
1889 :parameter-type '(symbol :tag "Charset")
1895 :type list
1903 :parameter-type
1916 :type integer
1922 :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
1935 :type list
1943 :variable-type '(repeat
1948 :parameter-type '(boolean :tag "Group Ignored by the Registry")
1957 :type 'boolean
1978 :type list
1980 "The spam type (spam, ham, or neither) of the group."
1991 :variable-type '(repeat
1999 :parameter-type '(list :tag "Group contents spam/ham classification"
2059 :type list
2060 :parameter-type
2102 :variable-type
2140 :type list
2141 :parameter-type
2152 :variable-type
2165 :type list
2166 :parameter-type
2193 :variable-type
2222 :type list
2223 :parameter-type
2241 :variable-type
2257 :type list
2258 :parameter-type
2278 :variable-type
2295 :type 'list
2296 :parameter-type '(list :tag "Ham mark choices"
2320 :type 'list
2321 :parameter-type '(list :tag "Spam mark choices"
2340 :type 'integer)
2345 :type 'boolean)
2352 :type 'hook)
2373 :type 'hook)
2379 :type '(choice (const nil)
2409 :type '(set (const summary-highlight)
2430 (defun gnus-visual-p (&optional type class)
2432 (if (not type) ; We don't care about type.
2435 (or (memq type gnus-visual)
2451 :type 'face)
2456 :type 'directory)
2468 :type 'boolean)
2475 :type 'symbol
2487 :type 'boolean)
2492 :type '(choice (function-item gnus)
2501 :type (if (featurep 'xemacs)
2509 (defcustom gnus-user-agent '(emacs gnus type)
2516 configuration\) or `type' \(show system type\). If you set it to
2521 :type '(choice (list (set :inline t
2525 (const type :tag "system type")
2530 ;; Convert old (No Gnus < 2005-01-10, v5-10 < 2005-09-05) symbol type values:
2535 ((eq gnus-user-agent 'emacs-gnus-type)
2536 '(emacs gnus type))
2601 :type 'directory)
2899 ("gnus-int" gnus-request-type)
2999 :type 'string
3392 (eq (gnus-request-type group (mail-header-id article)) 'news))
3394 (eq (gnus-request-type group) 'news)) ;(unknown ==> mail)
3398 (eq (gnus-request-type group article) 'news)))) ;use it.
4003 :type 'string)