From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11927 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: Evaluate local variables in buffer Date: 18 Aug 1997 17:43:21 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035151556 841 80.91.224.250 (20 Oct 2002 22:05:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:05:56 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.6/8.8.6) with ESMTP id PAA08616 for ; Mon, 18 Aug 1997 15:39:40 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id RAA08092 for ; Mon, 18 Aug 1997 17:34:31 -0500 (CDT) Original-Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 18 Aug 1997 23:44:02 +0200 Original-Received: from ml1.ml.com ([199.201.57.130]) by wfdutilgw.ml.com (8.8.5/8.8.5/MLgw-3.03) with ESMTP id RAA00163 for ; Mon, 18 Aug 1997 17:38:28 -0400 (EDT) Original-Received: from commpost.ml.com (commpost.ml.com [146.125.4.24]) by ml1.ml.com (8.8.5/8.8.5/MLml4-2.07) with SMTP id RAA03200 for ; Mon, 18 Aug 1997 17:43:19 -0400 (EDT) Original-Received: from spssunp.spspme.ml.com (spssunp.spspme.ml.com [192.168.111.13]) by commpost.ml.com (8.6.12/8.6.12) with ESMTP id RAA07417 for ; Mon, 18 Aug 1997 17:48:25 -0400 Original-Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-4.1) id RAA13731; Mon, 18 Aug 1997 17:43:22 -0400 Original-To: (ding) GNUS Mailing List X-Face: ByE+UMAp1klWR3?\RNGx(A-~Ri!YT%C6M!sxoJL+.;9`Q/|+dj7[KR>gGMyV.2qZeot0NI`4\MA^_Qg`F9=+Ox&zaE?Y9dV%F~Xzf';Zyk2Aobs.uu^Ey0_C6^~q';G#$HkA!ZAHXPpG-"*|Dd*Z4U$4y{{aI0c%75}i~Of(jxYtI[uIpYF<*Zoe|\*/ufb X-Y-Zippy: Life is a POPULARITY CONTEST! I'm REFRESHINGLY CANDID!! In-Reply-To: Matt Simmons's message of "17 Aug 1997 22:49:55 -0700" Original-Lines: 19 X-Mailer: Gnus v5.4.65/XEmacs 20.3(beta18) - "Bratislava" Xref: main.gmane.org gmane.emacs.gnus.general:11927 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11927 Matt Simmons writes: > I wrote a perl script that turns rdist output into a format suitable > for emacs outline-mode. However, to kick XEmacs into outline-mode, I > had to add Local Variables stuff to the end of the output. Much to my > surprise, Gnus didn't eval the local variables stuff by default, so I > set about making it do so. I really don't think that you want to have GNUS eval the local variables of your email. That would basically put your emacs at the mercy of whomever sends you mail. It would also generally be wrong. Kind of like the Word Macro "feature". -- ;; Local Variables: ;; enable-local-eval:t ;; eval:(message "See what I mean?") ;; End: