Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-agent problem on mule and From style problem
@ 1997-10-08  5:28 市川達哉 / Tatsuya Ichikawa
  1997-10-12 21:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: 市川達哉 / Tatsuya Ichikawa @ 1997-10-08  5:28 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 546 bytes --]


 I use Quassia gnus on Emacs 20.2(With mule).
 I fond 2 problems.

  One is when I display article (Mail/News)(SPC) that includes "'" in "From" line 
  like "Ken'ichi" , gnus never returns (C-g can stop) - maybe in infinite loop.
  Why it occurs??
  Does anyone knows ??

  The other is a gnus-agent problem.
  I always use gnus-agent on mule.
  Gnus-agent writes system-dependent file coding system when fetching article.
  Problem is the same one what gnus-5.4.x's pop3 has.
  So , I make a patch to fix this problem.
  Following is a patch.


[-- Attachment #2: gnus-agent.diff --]
[-- Type: application/octet-stream, Size: 1393 bytes --]

*** gnus-agent.el.orig	Sat Oct 04 08:03:17 1997
--- gnus-agent.el	Wed Oct 08 14:27:27 1997
***************
*** 61,66 ****
--- 61,67 ----
  (defvar gnus-agent-spam-hashtb nil)
  (defvar gnus-agent-file-name nil)
  (defvar gnus-agent-send-mail-function nil)
+ (defvar gnus-agent-article-file-coding-system 'no-conversion)
  
  ;; Dynamic variables
  (defvar gnus-headers)
***************
*** 452,458 ****
      (let* ((gnus-command-method method)
  	   (file (gnus-agent-lib-file "active")))
        (gnus-make-directory (file-name-directory file))
!       (write-region (point-min) (point-max) file nil 'silent)
        (when (file-exists-p (gnus-agent-lib-file "groups"))
  	(delete-file (gnus-agent-lib-file "groups"))))))
  
--- 453,460 ----
      (let* ((gnus-command-method method)
  	   (file (gnus-agent-lib-file "active")))
        (gnus-make-directory (file-name-directory file))
!       (let ((coding-system-for-write gnus-agent-article-file-coding-system))
! 	(write-region (point-min) (point-max) file nil 'silent))
        (when (file-exists-p (gnus-agent-lib-file "groups"))
  	(delete-file (gnus-agent-lib-file "groups"))))))
  

-- 
Tatsuya Ichikawa : Epson Software Development Lab, Inc. Nagano , Japan. ;-)
# PGP Public Key : 
       http://www.icat.or.jp/cgi-bin/pgpsearchkey.pl?op=get&search=0x0A2D6599
       E-mail    : <ichikawa@hv.epson.co.jp><t-ichi@po.shiojiri.ne.jp>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1997-10-27  1:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-08  5:28 gnus-agent problem on mule and From style problem 市川達哉 / Tatsuya Ichikawa
1997-10-12 21:54 ` Lars Magne Ingebrigtsen
1997-10-13  1:27   ` 市川達哉 / Tatsuya Ichikawa
1997-10-20 20:38     ` Lars Magne Ingebrigtsen
1997-10-21  1:28       ` 市川達哉 / Tatsuya Ichikawa
1997-10-24 22:37         ` Lars Magne Ingebrigtsen
1997-10-27  1:39           ` ichikawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).