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

Lines Matching +refs:nndoc +refs:article +refs:begin +refs:function

71 When you type, for instance, `n' after reading the last article in the
125 (defcustom gnus-group-sort-function 'gnus-group-sort-by-alphabet
127 This function will be called with group info entries as the arguments
135 the most significant sort function should be the last function in the
144 (choice (function-item gnus-group-sort-by-alphabet)
145 (function-item gnus-group-sort-by-real-name)
146 (function-item gnus-group-sort-by-unread)
147 (function-item gnus-group-sort-by-level)
148 (function-item gnus-group-sort-by-score)
149 (function-item gnus-group-sort-by-method)
150 (function-item gnus-group-sort-by-server)
151 (function-item gnus-group-sort-by-rank)
152 (function :tag "other" nil))))
188 be a letter. Gnus will call the function gnus-user-format-function-X,
189 where X is the letter following %u. The function will be passed a
190 single dummy parameter as argument. The function should return a
244 (defcustom gnus-group-prepare-function 'gnus-group-prepare-flat
245 "*A function that is called to generate the group buffer.
246 The function is called with three arguments: The first is a number;
252 The only current function implemented is `gnus-group-prepare-flat'."
254 :type 'function)
281 The default function `gnus-group-highlight-line' will
298 (nndoc "gnus-help"
299 (nndoc-article-type mbox)
300 (eval `(nndoc-address
459 (defvar gnus-group-sort-alist-function 'gnus-group-sort-flat
462 (defvar gnus-group-sort-selected-function 'gnus-group-sort-selected-flat
465 (defvar gnus-group-indentation-function nil)
466 (defvar gnus-goto-missing-group-function nil)
467 (defvar gnus-group-update-group-function nil)
468 (defvar gnus-group-goto-next-group-function nil
814 ;; (gnus-check-backend-function 'request-expire-articles ...)
818 (gnus-check-backend-function
915 (gnus-check-backend-function
918 (gnus-check-backend-function
988 Setter function for custom variables."
1251 (setq number (funcall gnus-group-prepare-function level unread lowest))
1259 (when (or (not gnus-group-goto-next-group-function)
1260 (not (funcall gnus-group-goto-next-group-function
1312 If PREDICATE is a function, list groups that the function returns non-nil;
1315 If REGEXP is a function, list dead groups that the function returns non-nil;
1691 (if gnus-goto-missing-group-function
1692 (funcall gnus-goto-missing-group-function group)
1709 (when gnus-group-update-group-function
1710 (funcall gnus-group-update-group-function group))
1764 (and gnus-group-indentation-function
1765 (funcall gnus-group-indentation-function))
1981 (let ((function (make-symbol "gnus-group-iterate-function"))
1986 `(defun gnus-group-iterate (arg ,function)
2000 (funcall ,function ,group)))))))))
2002 (put 'gnus-group-iterate 'lisp-indent-function 1)
2006 (defun gnus-group-read-group (&optional all no-article group select-articles)
2010 optional argument NO-ARTICLE is non-nil, no article will be
2037 no-article nil no-display nil select-articles)))
2041 No article is selected automatically.
2064 gnus-score-find-score-files-function
2084 gnus-score-find-score-files-function gnus-apply-kill-hook
2429 (when (gnus-check-backend-function 'request-create-group nname)
2460 (unless (gnus-check-backend-function 'request-delete-group group)
2488 (unless (gnus-check-backend-function
2494 (unless (gnus-check-backend-function 'request-rename-group group)
2635 Optional argument NOERROR modifies the behavior of this function when the
2641 (let ((name (gnus-group-prefixed-name "gnus-help" '(nndoc "gnus-help")))
2656 (list 'nndoc "gnus-help"
2657 (list 'nndoc-address file)
2658 (list 'nndoc-article-type 'mbox))))
2688 (file-name-nondirectory file) '(nndoc ""))))
2694 (list 'nndoc (if encodable
2697 (list 'nndoc-address file)
2698 (list 'nndoc-article-type (or type 'guess))))))
2996 When used interactively, the sorting function used will be
2997 determined by the `gnus-group-sort-function' variable.
2999 (interactive (list gnus-group-sort-function current-prefix-arg))
3000 (funcall gnus-group-sort-alist-function
3001 (gnus-make-sort-function func) reverse)
3071 (interactive (list current-prefix-arg gnus-group-sort-function))
3073 (funcall gnus-group-sort-selected-function
3074 groups (gnus-make-sort-function func) reverse)
3259 The number of newsgroups that this function was unable to catch
3329 (gnus-range-map (lambda (article)
3330 (gnus-add-marked-articles group 'expire (list article))
3331 (gnus-request-set-mark group (list (list (list article) 'add '(expire)))))
3352 (when (gnus-check-backend-function 'request-expire-articles group)
3371 (let ((nnmail-expiry-wait-function nil)
3521 (defun gnus-group-kill-region (begin end)
3530 (goto-char begin)
3537 (goto-char begin)
3579 (when gnus-group-change-level-function
3580 (funcall gnus-group-change-level-function
3675 (funcall gnus-group-prepare-function
3686 (funcall gnus-group-prepare-function
3896 `(nndoc ,group (nndoc-address
3900 (nndoc-article-type mbox)) t nil nil))))))
4018 (funcall gnus-group-prepare-function
4074 (defun gnus-group-edit-global-kill (&optional article group)
4078 (setq gnus-current-kill-article article)
4086 (defun gnus-group-edit-local-kill (article group)
4089 (gnus-group-edit-global-kill article group))
4182 If called interactively, this function will ask for a select method
4293 (defun gnus-add-mark (group mark article)
4299 (gnus-summary-add-mark article mark))
4300 (gnus-add-marked-articles group (cdr (assq mark gnus-article-mark-lists))
4301 (list article)))))
4309 This function can be used in hooks like `gnus-select-group-hook'
4347 (funcall gnus-group-prepare-function
4378 (funcall gnus-group-prepare-function
4431 (defun gnus-group-mark-article-read (group article)
4445 group article mark))
4446 (gnus-mark-article-as-read article mark)
4451 (unless (eq n article)
4457 (gnus-group-make-articles-read group (list article))
4460 group 'expire (list article))))))