From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21879 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: local variables and Gnus security Date: 12 Mar 1999 12:35:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199903100947.EAA12733@sclp3.sclp.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159903 25223 80.91.224.250 (21 Oct 2002 00:25:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:25:03 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA26919 for ; Fri, 12 Mar 1999 06:37:11 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB22509; Fri, 12 Mar 1999 05:36:31 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Mar 1999 05:36:39 -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 FAA13276 for ; Fri, 12 Mar 1999 05:36:29 -0600 (CST) Original-Received: from frege.math.ethz.ch (daemon@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id GAA26914 for ; Fri, 12 Mar 1999 06:36:20 -0500 (EST) Original-Received: (from daemon@localhost) by frege.math.ethz.ch (8.9.1/8.9.1) id MAA20561 for ; Fri, 12 Mar 1999 12:35:49 +0100 (MET) Original-Received: from bolzano(129.132.146.140) via SMTP by frege, id smtpdAAAa0051D; Fri Mar 12 12:35:42 1999 Original-Received: (vroonhof@localhost) by bolzano (SMI-8.6/D-MATH-client) id MAA16157; Fri, 12 Mar 1999 12:35:42 +0100 Original-To: ding@gnus.org In-Reply-To: Per Abrahamsen's message of "Thu, 11 Mar 1999 17:49:11 GMT" Original-Lines: 9 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) XEmacs/21.0(beta65) (20 minutes to Nikko) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21879 Per Abrahamsen writes: > In any case, Gnus should bind `enable-local-eval' to nil before > loading any files. It already binds enable-local-variables to nil, which on XEmacs at least also disables local-eval. Jan