Searched +refs:nnweb +refs:articles (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnweb.el0 ;;; nnweb.el --- retrieving articles via web search engines
46 (nnoo-declare nnweb)
48 (defvoo nnweb-directory (nnheader-concat gnus-directory "nnweb/")
49 "Where nnweb will save its files.")
51 (defvoo nnweb-type 'google
55 (defvar nnweb-type-definition
59 (article . nnweb-google-wash-article)
61 (map . nnweb
[all...]
H A Dnnultimate.el42 (require 'nnweb)
59 (defvoo nnultimate-articles nil)
67 (deffoo nnultimate-retrieve-headers (articles &optional group server fetch-old)
70 (let* ((last (car (last articles)))
87 (while (and (setq article (car articles))
89 ;; Skip past the articles in the map until we reach the
109 (pop articles)
110 (setq article (car articles)))))
118 (setq nnultimate-articles nil)
151 nnultimate-articles))))
[all...]
H A Dnnwfm.el42 (require 'nnweb)
58 (defvoo nnwfm-articles nil)
66 (deffoo nnwfm-retrieve-headers (articles &optional group server fetch-old)
69 (let* ((last (car (last articles)))
84 (while (and (setq article (car articles))
104 (pop articles)
105 (setq article (car articles)))))
113 (setq nnwfm-articles nil)
135 hstuff (delete ":link" (nnweb-text (car table)))
146 nnwfm-articles))))
[all...]
H A Dgnus-group.el60 "*The address of the most recent (ding) articles."
101 unread articles in the groups.
107 (defcustom gnus-list-groups-with-ticked-articles t
108 "*If non-nil, list groups that have only ticked articles.
109 If nil, only list groups that have unread articles."
159 %M Only marked articles (character, \"*\" or \" \")
162 %N Number of unread articles (integer)
163 %I Number of dormant articles (integer)
165 %T Number of ticked articles (integer)
166 %R Number of read articles (intege
[all...]

Completed in 85 milliseconds