Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: pop3.el broken
Date: Thu, 14 Mar 2002 16:01:42 +0900	[thread overview]
Message-ID: <yosulmcvvdih.fsf@jpl.org> (raw)
In-Reply-To: <m3sn73agyk.fsf@peorth.gweep.net>

>>>>> In <m3sn73agyk.fsf@peorth.gweep.net> 
>>>>>	Stainless Steel Rat <ratinox@peorth.gweep.net> wrote:

> * Katsumi Yamaoka <yamaoka@jpl.org>  on Wed, 13 Mar 2002
> | I found that the difference is caused by Mule-UCS.  I'll
> | consider how to fix the problem.

> If you are looking at changing pop3.el because something is broken, stop.

Ok, I agree.

> If it does not fit in the pop3-movemail function then the problem is
> somewhere not in pop3.el.  I tried making the process buffer unibyte four
> years ago.  It will not work.  The MULE environment will force it multibyte
> anyway (see the recent batch of \201 sightings).

> The buffer must remain multibyte in a MULE environment, and must have
> coding-system 'binary.  That is the only way it works.

> The bug you've found is in MULE-UCS, not pop3.el.

I'm afraid so it is.  I've sent a question to the mule-ja list
this morning (in Japan).  Now I'm using the following advice for
the temporary repairs.

(defadvice md5 (before treat-7bit-chars-as-unibyte activate)
  "Treat 7bit chars as unibyte."
  (if (string-match "^[\000-\177]+" (ad-get-arg 0))
      (ad-set-arg 0 (string-as-unibyte (ad-get-arg 0)))))
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-03-14  7:01 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-13 10:58 Pavel Janík
2002-03-13 15:50 ` Stainless Steel Rat
2002-03-13 16:20 ` Bill White
2002-03-13 16:31   ` Bill White
2002-03-13 17:46 ` Bill White
2002-03-13 17:53   ` Paul Jarc
2002-03-13 20:21     ` Karl Kleinpaste
2002-03-13 19:58 ` Simon Josefsson
2002-03-13 22:39   ` Katsumi Yamaoka
2002-03-14  4:52     ` Stainless Steel Rat
2002-03-14  7:01       ` Katsumi Yamaoka [this message]
2002-03-14  9:35       ` Simon Josefsson
2002-03-14 22:11         ` Stainless Steel Rat
2002-03-15 13:18           ` Katsumi Yamaoka
2002-03-15 18:03             ` Simon Josefsson
2002-03-16  4:03               ` Stainless Steel Rat
2002-03-16  9:59                 ` Simon Josefsson
2002-03-16 10:24                   ` Simon Josefsson
2002-03-16 15:19                     ` Stainless Steel Rat
2002-03-18 13:03                       ` Katsumi Yamaoka
2002-03-18 15:53                         ` Stainless Steel Rat
2002-03-18 17:12                           ` Simon Josefsson
2002-03-18 18:04                             ` Stainless Steel Rat
2002-03-18 17:30                         ` Simon Josefsson
2002-03-18 23:43                           ` Katsumi Yamaoka
2002-03-19  1:13                             ` Stainless Steel Rat
2002-03-19  9:54                             ` Simon Josefsson
2002-03-16  3:57             ` Stainless Steel Rat

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=yosulmcvvdih.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).