Searched +refs:nnweb +refs:buffer (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnweb.el0 ;;; nnweb.el --- retrieving articles via web search engines
44 (autoload 'w3-parse-buffer "w3-parse")
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)
44 (autoload 'w3-parse-buffer "w3-parse")
116 (set-buffer nntp-server-buffer)
117 (erase-buffer))
119 (mm-with-unibyte-buffer
125 (erase-buffer)
136 (ignore-errors (w3-parse-buffer (current-buffer))))
168 (nnweb
[all...]
H A Dnnwfm.el42 (require 'nnweb)
43 (autoload 'w3-parse-buffer "w3-parse")
111 (set-buffer nntp-server-buffer)
112 (erase-buffer))
114 (mm-with-unibyte-buffer
116 (erase-buffer)
129 (w3-parse-buffer (current-buffer)))))))))
135 hstuff (delete ":link" (nnweb
[all...]
H A Dgnus.el112 "Sorting the group buffer."
144 "Formatting of the summary buffer."
168 "Sorting the summary buffer."
173 "Highlighting and menus in the summary buffer."
179 "Various summary buffer options."
184 "Pick mode in the summary buffer."
190 "Tree display of threads in the summary buffer."
263 "Highlighting and menus in the server buffer."
321 (defalias 'gnus-overlay-buffer 'overlay-buffer)
[all...]
H A Dgnus-group.el74 buffer.
99 "*Regexp to match groups that should always be listed in the group buffer.
126 "*Function used for sorting the group buffer.
178 %B Whether a summary buffer for the group is open (char, \"*\")
191 string, which will be inserted into the buffer just like information
234 "Hook run when catching up a group from the group buffer."
245 "*A function that is called to generate the group buffer.
257 "Hook called after the group buffer has been generated.
258 If you want to modify the group buffer, you can use this hook."
359 "*Controls the highlighting of group buffer line
[all...]

Completed in 86 milliseconds