From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19689 Path: main.gmane.org!not-for-mail From: Martin Buchholz Newsgroups: gmane.emacs.gnus.general Subject: Re: escape-quoted Date: Fri, 4 Dec 1998 14:30:45 -0800 (PST) Sender: owner-ding@hpc.uh.edu Message-ID: <13928.25237.379543.795323@lasker.worley.com> References: <199812040856.JAA00237@esemetz.ese-metz.fr> Reply-To: martin@xemacs.org 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 1035157992 12857 80.91.224.250 (20 Oct 2002 23:53:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:53:12 +0000 (UTC) Cc: ding@gnus.org, xemacs-nt@xemacs.org 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 RAA05192 for ; Fri, 4 Dec 1998 17:32:33 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id QAA02027; Fri, 4 Dec 1998 16:31:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 04 Dec 1998 16:31:21 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA07136 for ; Fri, 4 Dec 1998 16:31:09 -0600 (CST) Original-Received: from lasker.worley.com (cm2081384486.cableco-op.com [208.138.44.86]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA05171 for ; Fri, 4 Dec 1998 17:31:01 -0500 (EST) Original-Received: (from martin@localhost) by lasker.worley.com (8.8.7/8.8.7) id OAA10808; Fri, 4 Dec 1998 14:30:46 -0800 Original-To: Fabrice POPINEAU In-Reply-To: <199812040856.JAA00237@esemetz.ese-metz.fr> X-Mailer: VM 6.62 under 21.2 "Aglaophonos" XEmacs Lucid (beta4) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:19689 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19689 >>>>> "Fabrice" == Fabrice POPINEAU writes: Fabrice> This is the file coding system used by default on the latest Fabrice> pgnus-0.6[1-3] versions for XEmacs, but it is not defined unless Fabrice> XEmacs has been compiled with MULE support. Which is not the case Fabrice> under Win32. What's the proper solution ? Use 'no-conversion ? Normally the only reason to use escape-quoted is because the source file contains non-Latin-1 charactrers. Even just a Japanese comment or a bogus ESCAPE character will cause trouble. There is no reason why the gnus sources need to do that. Martin