Gnus development mailing list
 help / color / mirror / Atom feed
From: "市川達哉 / Tatsuya Ichikawa" <ichikawa@hv.epson.co.jp>
Subject: gnus-agent problem on mule and From style problem
Date: 08 Oct 1997 14:28:32 +0900	[thread overview]
Message-ID: <wkiuv8ddrz.fsf@hv08.hv.epson.co.jp> (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>

             reply	other threads:[~1997-10-08  5:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-08  5:28 市川達哉 / Tatsuya Ichikawa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wkiuv8ddrz.fsf@hv08.hv.epson.co.jp \
    --to=ichikawa@hv.epson.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).