From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53893 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: Thu, 04 Sep 2003 20:09:08 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87k78oyi89.fsf@jautero.no-ip.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062673834 1560 80.91.224.253 (4 Sep 2003 11:10:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 11:10:34 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2433@lists.math.uh.edu Thu Sep 04 13:10:32 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 19us0W-0006zL-00 for ; Thu, 04 Sep 2003 13:10:32 +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 19us05-0002qa-00; Thu, 04 Sep 2003 06:10:05 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19us01-0002qV-00 for ding@lists.math.uh.edu; Thu, 04 Sep 2003 06:10:01 -0500 Original-Received: (qmail 47423 invoked by alias); 4 Sep 2003 11:10:01 -0000 Original-Received: (qmail 47418 invoked from network); 4 Sep 2003 11:10:01 -0000 Original-Received: from minsk.servershost.net (HELO minsk.hostforweb.net) (69.61.9.140) by sclp3.sclp.com with SMTP; 4 Sep 2003 11:10:01 -0000 Original-Received: from yamaokac by minsk.hostforweb.net with local (Exim 4.20) id 19us01-0003SK-GI; Thu, 04 Sep 2003 07:10:01 -0400 Original-To: Juha Autero 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) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:8SNfhlsOp3+dVSKLOIqKmNK9S/Y= X-Payment: hashcash 1.2 0:030904:Juha.Autero@iki.fi:cec8bde30e508a3b X-Hashcash: 0:030904:Juha.Autero@iki.fi:cec8bde30e508a3b X-Payment: hashcash 1.2 0:030904:ding@gnus.org:f498c4b2e7b8dcb9 X-Hashcash: 0:030904:ding@gnus.org:f498c4b2e7b8dcb9 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:53893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53893 >>>>> In <87k78oyi89.fsf@jautero.no-ip.org> >>>>> Juha Autero wrote: > Katsumi Yamaoka writes: >> Thanks. I've confirmed both the latest XEmacs 21.4 and 21.5 >> don't handle the coding cookie at the end of a file yet. > What is the value of enable-local-variables? t. Other local-eval related variables, enable-local-eval, ignored-local-variables, and hack-local-variables-hook are unchanged from the default. > Local variables are sort of security hole so maybe XEmacs nowadays > disable them by default. Eh? It is defined in files.el with the default value t. Both the latest XEmacs 21.4 and 21.5 do the same. When I traced it using edebug, processing the `Local Variables:' block was performed by the hack-one-local-variable function by way of the hack-local-variables-last-page function as follows: >>>>> In Katsumi Yamaoka wrote: > (make-local-variable 'coding) > (set 'coding 'iso-8859-1) -- Katsumi Yamaoka