From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53886 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: non-ascii chars in the Lisp source files Date: Wed, 03 Sep 2003 21:41:55 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062593008 4765 80.91.224.253 (3 Sep 2003 12:43:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2003 12:43:28 +0000 (UTC) Original-X-From: ding-owner+M2426@lists.math.uh.edu Wed Sep 03 14:43:27 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 19uWyt-0002qz-00 for ; Wed, 03 Sep 2003 14:43:27 +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 19uWyG-0007Zm-00; Wed, 03 Sep 2003 07:42:48 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19uWyC-0007Zh-00 for ding@lists.math.uh.edu; Wed, 03 Sep 2003 07:42:44 -0500 Original-Received: (qmail 72766 invoked by alias); 3 Sep 2003 12:42:44 -0000 Original-Received: (qmail 72761 invoked from network); 3 Sep 2003 12:42:44 -0000 Original-Received: from minsk.servershost.net (HELO minsk.hostforweb.net) (69.61.9.140) by sclp3.sclp.com with SMTP; 3 Sep 2003 12:42:44 -0000 Original-Received: from yamaokac by minsk.hostforweb.net with local (Exim 4.20) id 19uWyC-0007LL-0G for ding@gnus.org; Wed, 03 Sep 2003 08:42:44 -0400 Original-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Rational FORTRAN, linux) Cancel-Lock: sha1:qtaX0b9G2GcOD64t+4HjPh+1y6w= X-Payment: hashcash 1.2 0:030903:ding@gnus.org:5c7a56485c5187f1 X-Hashcash: 0:030903:ding@gnus.org:5c7a56485c5187f1 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:53886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53886 >>>>> In Katsumi Yamaoka wrote: >>>>>> In >>>>>> Reiner Steib <4.uce.03.r.s@nurfuerspam.de> wrote: >> Doesn't XEmacs allow the cookie in the local variables section? > Unfortunately, it probably be so. :( XEmacs only does the following literally for the coding cookie in the local variables section: (make-local-variable 'coding) (set 'coding 'iso-8859-1) Using `buffer-file-coding-system' instead of `coding' there is meaningless. -- Katsumi Yamaoka