From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30374 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Strange nov line (N) Date: 25 Apr 2000 22:48:48 -0400 (EDT) Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <5baeikfuj4.fsf@heart.cs.rochester.edu> <20000424.062947.68560706.shigeki@mediawars.ne.jp> <5bhfcs4h1k.fsf@whiskey.cs.rochester.edu> <20000426.062925.68564712.shigeki@mediawars.ne.jp> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035166920 8089 80.91.224.250 (21 Oct 2002 02:22:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:22:00 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 44973D051F for ; Tue, 25 Apr 2000 22:49:31 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAB26111; Tue, 25 Apr 2000 21:49:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 25 Apr 2000 21:48:44 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id VAA11031 for ; Tue, 25 Apr 2000 21:48:34 -0500 (CDT) Original-Received: from jpl.org (mars.web-hosting.com [209.40.104.5]) by mailhost.sclp.com (Postfix) with ESMTP id 33D24D051E for ; Tue, 25 Apr 2000 22:48:46 -0400 (EDT) Original-Received: (from yamaoka@localhost) by jpl.org (8.9.3/8.9.3) id WAA08539; Tue, 25 Apr 2000 22:48:41 -0400 (EDT) Original-To: ding@gnus.org User-Agent: T-gnus/6.14.3 (based on Gnus v5.8.5) XEmacs/21.2 (beta32) (Kastor & Polydeukes) (sparc-sun-solaris2.6) WEMY/1.13.5 (Time flies) Chao/1.14.1 (=?ISO-2022-JP?B?GyRCTztDT0IiGyhC?=) APEL/10.2 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30374 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30374 >>>>> In <20000426.062925.68564712.shigeki@mediawars.ne.jp> >>>>> Shigeki Uno wrote: Uno> X-Mailer: Mew version 1.95b34 on Emacs 20.3 / Mule 4.0 (HANANOEN) Uno> Signaling: (coding-system-error iso-2022-jp-2) Uno> mm-decode-coding-region(1 45 iso-2022-jp-2) This coding system is appeared in Emacs 20.4 and later. It is better to use recent Emacsen because people say Emacs 20.3 is buggy. I have no confidence but the following code might work. (define-coding-system-alias 'iso-2022-jp-2 'iso-2022-7bit-ss2) -- Katsumi Yamaoka