Re: gnus-nov-is-evil => t なとき nnml グループのサマリ情報が取得できない

Hideyuki SHIRAI (白井秀行) <[email protected]>
Newsgroups gmane.emacs.gnus.semi.japanese
Organization Resident at Meadowy farm.
Message-ID <[email protected]>
#  :-)

From: Katsumi Yamaoka <[email protected]> 
Subject: Re: gnus-nov-is-evil => t  nnml 
Message-ID: <[email protected]>
Date: Wed, 19 Jul 2006 16:02:38 +0900

> > nnml-retrieve-headers() 
> > nnheader-insert-head()  Emacs 
> > insert-file-contents() 
> > nnheader-head-chop-length  2048 

##  :-)

> > (insert-file-contents "" nil 0 2048 nil)
> > => ("" 2012)
> 
> > insert  END ( END
> > - BEG)
> 
>  nnheader-head-chop-length 
> 
> 

insert-file-contents  beg end return  cdr
UNIX  Emacs  CVS
Head  Meadow3  Emacs-21.x 

  euc-japan 


(let ((coding-system-for-read 'raw-text))
  (insert-file-contents "/tmp/test1" nil 0 10 nil))
=> ("/tmp/test1" 10)

(let ((coding-system-for-read 'binary))
  (insert-file-contents "/tmp/test1" nil 0 10 nil))
=> ("/tmp/test1" 10)

(let ((coding-system-for-read 'euc-japan))
  (insert-file-contents "/tmp/test1" nil 0 10 nil))
=> ("/tmp/test1" 5)

""  10byte 
UNIX  Meadow3 

coding-system-for-read 
 ""  (- 2048 2012) => 36


From: OHASHI Akira <[email protected]> 
Subject: Re: gnus-nov-is-evil => t  nnml 
Message-ID: <[email protected]>
Date: Wed, 19 Jul 2006 17:03:40 +0900

> 
> Finsert_file_contents  #ifdef WINDOWSNT Windows 
> 



-- 
 (mailto:[email protected])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.