From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30699 Path: main.gmane.org!not-for-mail From: "Bjørn Mork" Newsgroups: gmane.emacs.gnus.general Subject: Re: Making Gnus more worm-safe Date: 05 May 2000 11:10:05 +0200 Organization: DoD Sender: owner-ding@hpc.uh.edu Message-ID: References: <87hfcdwnwi.fsf@deneb.cygnus.argh.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035167198 9852 80.91.224.250 (21 Oct 2002 02:26:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:38 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 95813D051E for ; Fri, 5 May 2000 05:06:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id EAB22267; Fri, 5 May 2000 04:06:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 04:06:18 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@[204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id EAA07387 for ; Fri, 5 May 2000 04:06:06 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id A17FFD051E for ; Fri, 5 May 2000 05:05:01 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id LAA06525 for ding@gnus.org; Fri, 5 May 2000 11:06:51 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 25 Original-NNTP-Posting-Host: pc195.npt.no Original-X-Trace: quimby.gnus.org 957517610 20305 62.92.34.195 (5 May 2000 09:06:50 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 5 May 2000 09:06:50 GMT User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30699 Hrvoje Niksic writes: > Florian Weimer writes: > > > I'd suggest the following change to mailcap.el: > > > > - ("emacs-lisp" > > - (viewer . mailcap-maybe-eval) > > - (type . "application/emacs-lisp")) > > > > This feature is just too dangerous to be enabled by default. > > Why is that? It asks you before evaluating anything. But before you get a chance to look at the code, so the only sensible answer is "no". > > If there aren't any objections, I'll remove it. > > Don't. Maybe changing mailcap-maybe-eval to disable the feature by default but allowing it to be turned is better? Bjørn