From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16784 Path: main.gmane.org!not-for-mail From: Michael Welsh Duggan Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3.el & multibyte problems Date: Tue, 08 Sep 1998 00:22:26 GMT Organization: Carnegie Mellon University : KANTOO Project Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035155600 29863 80.91.224.250 (20 Oct 2002 23:13:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:13:20 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA20829 for ; Mon, 7 Sep 1998 20:22:56 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id SAF24977; Mon, 7 Sep 1998 18:54:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 07 Sep 1998 19:22:52 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA16654 for ; Mon, 7 Sep 1998 19:22:38 -0500 (CDT) Original-Received: from sunsite.auc.dk (sunsite.auc.dk [130.225.51.30]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id UAA20814 for ; Mon, 7 Sep 1998 20:22:30 -0400 (EDT) Original-Received: (qmail 7794 invoked by uid 509); 8 Sep 1998 00:22:27 -0000 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: emacs.ding Original-Lines: 19 X-Newsreader: Pterodactyl Gnus v0.13/Emacs 20.3 Original-NNTP-Posting-Host: 128.2.110.42 Original-X-Trace: sunsite.auc.dk 905214146 128.2.110.42 (Tue, 08 Sep 1998 02:22:26 MET DST) Original-NNTP-Posting-Date: Tue, 08 Sep 1998 02:22:26 MET DST Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16784 Stainless Steel Rat writes: > "JP" == Jean-Yves Perrier writes: > > JP> Note: I'm using pop3.el and Emacs 20.3; set-language-environment may be > JP> set to Latin-1 or not: no difference. > > Should not make any difference whatsoever, since pop3.el does nothing with > with languages or character sets or coding systems or any of that crap. As > far as it is concerned, messages are data. Maybe so, but it can make a difference anyway. I fixed any multibyte problems when using pop3.el by binding coding-system-for-read to 'binary in pop3-open-server. I also bound it in pop3-read-response, but subsequent research shows that that is probably not necessary. -- Michael Duggan (md5i@cs.cmu.edu) .