comparison lisp/=nnspool.el @ 232:c0bd9c7f9c42

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 10 Apr 1991 15:06:00 +0000
parents d39407c00c09
children 4cd7543be581
comparison
equal deleted inserted replaced
231:3c29c1b2d6a1 232:c0bd9c7f9c42
259 "List valid newsgoups." 259 "List valid newsgoups."
260 (save-excursion 260 (save-excursion
261 (nnspool-find-file nnspool-active-file))) 261 (nnspool-find-file nnspool-active-file)))
262 262
263 (defun nnspool-request-last () 263 (defun nnspool-request-last ()
264 "Set current article pointer to the previous article 264 "Set current article pointer to the previous article in the current news group."
265 in the current news group."
266 (error "NNSPOOL: LAST is not implemented.")) 265 (error "NNSPOOL: LAST is not implemented."))
267 266
268 (defun nnspool-request-next () 267 (defun nnspool-request-next ()
269 "Advance current article pointer." 268 "Advance current article pointer."
270 (error "NNSPOOL: NEXT is not implemented.")) 269 (error "NNSPOOL: NEXT is not implemented."))
324 (kill-buffer nntp-server-buffer)) 323 (kill-buffer nntp-server-buffer))
325 (setq nntp-server-buffer nil) 324 (setq nntp-server-buffer nil)
326 (setq nntp-server-process nil)) 325 (setq nntp-server-process nil))
327 326
328 (defun nnspool-find-article-by-message-id (id) 327 (defun nnspool-find-article-by-message-id (id)
329 "Return full pathname of an artilce identified by message-ID." 328 "Return full pathname of an article identified by message-ID."
330 (save-excursion 329 (save-excursion
331 (let ((buffer (get-file-buffer nnspool-history-file))) 330 (let ((buffer (get-file-buffer nnspool-history-file)))
332 (if buffer 331 (if buffer
333 (set-buffer buffer) 332 (set-buffer buffer)
334 ;; Finding history file may take lots of time. 333 ;; Finding history file may take lots of time.