(number (length sequence))
(count 0)
;; 1997/8/12 by MORIOKA Tomohiko
- ;; for XEmacs/mule.
- (pathname-coding-system 'binary)
+ (file-name-coding-system 'binary) ; for Emacs 20
+ (pathname-coding-system 'binary) ; for XEmacs/mule
beg article)
(if (stringp (car sequence))
'headers
(nnml-possibly-change-directory group server)
(let* ((nntp-server-buffer (or buffer nntp-server-buffer))
;; 1997/8/12 by MORIOKA Tomohiko
- ;; for XEmacs/mule.
- (pathname-coding-system 'binary)
+ (file-name-coding-system 'binary) ; for Emacs 20
+ (pathname-coding-system 'binary) ; for XEmacs/mule
path gpath group-num)
(if (stringp id)
(when (and (setq group-num (nnml-find-group-number id))
(deffoo nnml-request-group (group &optional server dont-check)
;; 1997/8/12 by MORIOKA Tomohiko
- ;; for XEmacs/mule.
- (let ((pathname-coding-system 'binary))
+ (let ((file-name-coding-system 'binary) ; for Emacs 20
+ (pathname-coding-system 'binary)) ; for XEmacs/mule
(cond
((not (nnml-possibly-change-directory group server))
(nnheader-report 'nnml "Invalid group (no such directory)"))
;; 1997/8/12 by MORIOKA Tomohiko
;; for XEmacs/mule.
(let ((nnmail-file-coding-system nnmail-active-file-coding-system)
+ (file-name-coding-system 'binary) ; for Emacs 20
(pathname-coding-system 'binary)) ; for XEmacs/mule
(nnmail-find-file nnml-active-file)
)
t
(let ((pathname (nnmail-group-pathname group nnml-directory))
;; 1997/8/14 by MORIOKA Tomohiko
- ;; for XEmacs/mule.
- (pathname-coding-system 'binary))
+ (file-name-coding-system 'binary) ; for Emacs 20
+ (pathname-coding-system 'binary)) ; for XEmacs/mule
(when (not (equal pathname nnml-current-directory))
(setq nnml-current-directory pathname
nnml-current-group group