Searched +refs:nnheader +refs:group +refs:pathname (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndraft.el30 (require 'nnheader)
41 (defvoo nndraft-directory (nnheader-concat gnus-directory "drafts/")
48 (defvoo nndraft-current-group "" nil nnmh-current-group)
67 (nnheader-report 'nndraft "No such file or directory: %s"
71 (nnheader-report 'nndraft "Not a directory: %s" nndraft-directory))
73 (nnheader-report 'nndraft "Opened server %s using directory %s"
77 (deffoo nndraft-retrieve-headers (articles &optional group server fetch-old)
78 (nndraft-possibly-change-group group)
[all...]
H A Dnnmh.el35 (require 'nnheader)
65 "Current news group directory.")
68 (defvoo nnmh-group-alist nil)
90 (file-name-coding-system nnmail-pathname-coding-system)
105 (nnheader-insert-head file)
117 (nnheader-message 5 "nnmh: Receiving headers... %d%%"
121 (nnheader-message 5 "nnmh: Receiving headers...done"))
123 (nnheader-fold-continuation-lines)
135 (nnheader-report 'nnmh "Couldn't create directory: %s" nnmh-directory))
138 (nnheader
[all...]
H A Dnnspool.el31 (require 'nnheader)
92 (defvoo nnspool-file-coding-system nnheader-file-coding-system
102 "Current news group directory.")
104 (defvoo nnspool-current-group nil)
113 (deffoo nnspool-retrieve-headers (articles &optional group server fetch-old)
118 (when (nnspool-possibly-change-directory group)
124 (nnheader-file-coding-system nnspool-file-coding-system)
135 file (and ag (nnspool-article-pathname
138 ;; This is an article in the current group.
147 (inline (nnheader
[all...]
H A Dnnml.el37 (require 'nnheader)
75 corresponding marks file (usually named `.marks' in the nnml group
76 directory, but see `nnml-marks-file-name') for the group. Then the
98 (defvoo nnml-current-group nil)
101 (defvoo nnml-group-alist nil)
121 (deffoo nnml-retrieve-headers (sequence &optional group server fetch-old)
122 (when (nnml-possibly-change-directory group server)
129 (file-name-coding-system nnmail-pathname-coding-system)
143 (nnheader-insert-head file)
156 (nnheader
[all...]
H A Dnndiary.el87 (require 'nnheader)
109 :group 'gnus-diary)
117 :group 'nndiary
118 :group 'mail-source
126 :group 'nndiary
127 :group 'nnmail-split
128 :type '(choice (repeat :tag "Alist" (group (string :tag "Name") regexp))
167 :group 'nndiary
182 :group 'nndiary)
185 (defcustom nndiary-request-create-group
[all...]

Completed in 92 milliseconds