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

Lines Matching +refs:nnweb +refs:type

56   :type 'directory)
62 :type 'directory)
67 :type 'string)
71 When you type, for instance, `n' after reading the last article in the
82 :type '(choice (const nil)
90 :type 'boolean)
96 :type 'boolean)
105 :type '(choice regexp (const nil)))
111 :type 'boolean)
117 :type 'integer)
123 :type 'boolean)
139 :type '(repeat :value-to-internal (lambda (widget value)
210 :type 'string)
221 :type 'string)
231 :type 'hook)
237 :type 'hook)
242 :type 'hook)
254 :type 'function)
260 :type 'hook)
265 :type 'hook)
270 :type 'hook)
275 :type 'hook)
285 :type 'hook)
299 (nndoc-article-type mbox)
308 :type '(repeat (list (string :tag "Description")
380 :type '(repeat (cons (sexp :tag "Form") face)))
385 :type 'character)
417 :type '(repeat (cons (sexp :tag "Form") file)))
426 :type '(repeat (cons (sexp :tag "Method") (symbol :tag "Charset"))))
438 :type '(repeat (cons (regexp :tag "Group") (symbol :tag "Charset"))))
447 :type '(choice (string :tag "Prompt string")
1008 :type '(choice (const :tag "GNOME style" gnus-group-tool-bar-gnome)
1054 :type '(repeat gmm-tool-bar-item)
1073 :type '(repeat gmm-tool-bar-item)
1084 :type 'gmm-tool-bar-zap-list
1125 to a group not displayed, type `\\[gnus-group-unsubscribe-group]'.
1512 :type 'boolean)
2125 :type '(choice (const :tag "No limit" nil)
2132 :type '(choice (const :tag "off" nil)
2658 (list 'nndoc-article-type 'mbox))))
2662 (defun gnus-group-make-doc-group (file type)
2665 If called with a prefix argument, ask for the file type."
2669 (when (eq type 'ask)
2674 "%sFile type (mbox, babyl, digest, forward, mmdf, guess) [m, b, d, f, a, g]: "
2684 (setq type found)))
2698 (list 'nndoc-article-type (or type 'guess))))))
2700 (defvar nnweb-type-definition)
2701 (defvar gnus-group-web-type-history nil)
2704 "Create an ephemeral nnweb group.
2707 (require 'nnweb)
2711 (default-type (or (car gnus-group-web-type-history)
2712 (symbol-name (caar nnweb-type-definition))))
2713 (type
2716 (format "Search engine type (default %s): " default-type)
2718 nnweb-type-definition)
2719 nil t nil 'gnus-group-web-type-history)
2720 default-type))
2727 `(nnweb ,group (nnweb-search ,search)
2728 (nnweb-type ,(intern type))
2729 (nnweb-ephemeral-p t))))
2732 (gnus-pull 'nnweb-ephemeral-p method)
2775 (defvar nnwarchive-type-definition)
2776 (defvar gnus-group-warchive-type-history nil)
2785 (default-type (or (car gnus-group-warchive-type-history)
2786 (symbol-name (caar nnwarchive-type-definition))))
2787 (type
2790 (format "Warchive type (default %s): " default-type)
2792 nnwarchive-type-definition)
2793 nil t nil 'gnus-group-warchive-type-history)
2794 default-type))
2807 (nnwarchive-type ,(intern type))
3900 (nndoc-article-type mbox)) t nil nil))))))
4267 (defun gnus-add-marked-articles (group type articles &optional info force)
4277 (list (list (cons type (gnus-compress-sequence
4279 (and (not (setq m (assq type (car marked))))
4282 (cons (cons type (gnus-compress-sequence articles t) )
4287 (gnus-delete-alist type (car marked)))