From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53880 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: non-ascii chars in the Lisp source files Date: Wed, 03 Sep 2003 15:22:57 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1062570268 24531 80.91.224.253 (3 Sep 2003 06:24:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2003 06:24:28 +0000 (UTC) Original-X-From: ding-owner+M2420@lists.math.uh.edu Wed Sep 03 08:24:26 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19uR46-0004Ek-00 for ; Wed, 03 Sep 2003 08:24:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19uR3X-0006TS-00; Wed, 03 Sep 2003 01:23:51 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19uR3S-0006TN-00 for ding@lists.math.uh.edu; Wed, 03 Sep 2003 01:23:46 -0500 Original-Received: (qmail 28158 invoked by alias); 3 Sep 2003 06:23:46 -0000 Original-Received: (qmail 28153 invoked from network); 3 Sep 2003 06:23:46 -0000 Original-Received: from minsk.servershost.net (HELO minsk.hostforweb.net) (69.61.9.140) by sclp3.sclp.com with SMTP; 3 Sep 2003 06:23:46 -0000 Original-Received: from yamaokac by minsk.hostforweb.net with local (Exim 4.20) id 19uR3P-0001ev-Cv for ding@gnus.org; Wed, 03 Sep 2003 02:23:43 -0400 Original-To: ding@gnus.org 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&( User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, linux) Cancel-Lock: sha1:mLWKrbLSYi2AIci2GV7ucNiM8Ts= X-Payment: hashcash 1.2 0:030903:ding@gnus.org:a357693f2826b984 X-Hashcash: 0:030903:ding@gnus.org:a357693f2826b984 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - minsk.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32531 32531] / [47 12] X-AntiAbuse: Sender Address Domain - minsk.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53880 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53880 Hi, Can you decode the following morse code using the `W m' key? -=B7-=B7 --=B7- -=B7-=B7 --=B7- -=B7-=B7 --=B7- -=B7=B7 =B7 =B7--- =B7-= =B7 =B7---- -=B7-=B7 =B7-=B7 -=B7=B7 I couldn't. It is caused by the broken gnus-sum.elc file. Mis-decoding of the string "=B7" which is contained in the gnus-summary-morse-message function was occurred when compiling it by XEmacs 21.4 in my system. In that case, buffer-file-coding-system is set to shift_jis when the gnus-sum.el file is read. It isn't a real problem on me since I seldom use that command and changing the LANG environment variable from ja_JP.eucJP to C when compiling (or putting the "-*-coding: iso-8859-1;-*-" coding cookie in the file) helps it. However, it is suggested that it may cause a serious problem in the future, isn't it? The following files also contain non-ascii chars: deuglify.el gnus-delay.el gnus-spec.el mml1991.el nnultimate.el utf7.el (the last one already contains the coding cookie.) --=20 Katsumi Yamaoka