From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: defconst -> risky-local-variable Date: Mon, 6 Nov 2006 23:14:25 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162851285 29421 80.91.229.2 (6 Nov 2006 22:14:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Nov 2006 22:14:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 06 23:14:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GhCjq-0005K8-Rn for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 23:14:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhCjq-0006mO-AK for ged-emacs-devel@m.gmane.org; Mon, 06 Nov 2006 17:14:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GhCjg-0006mJ-KO for emacs-devel@gnu.org; Mon, 06 Nov 2006 17:14:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GhCjf-0006lv-1w for emacs-devel@gnu.org; Mon, 06 Nov 2006 17:14:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GhCje-0006lr-V0 for emacs-devel@gnu.org; Mon, 06 Nov 2006 17:14:30 -0500 Original-Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GhCje-0000NA-CH for emacs-devel@gnu.org; Mon, 06 Nov 2006 17:14:31 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so1089060ugf for ; Mon, 06 Nov 2006 14:14:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bHBRTm46nY5/9/GjSK9piW4HcO4uGRrE9mqcYHf4alagmf8qXCI5GGFvrdKCI1qR8GhWAVfswN/azp0/qdD459yBk8jzL5oFjzd4M8OG900LECaDnH/TMf1Bq/d7rDon9/HLD1AhyJSkzeXtc0xL3+Bol4RSmpF0R1xXGMLF9Ts= Original-Received: by 10.82.147.6 with SMTP id u6mr829489bud.1162851265285; Mon, 06 Nov 2006 14:14:25 -0800 (PST) Original-Received: by 10.82.136.11 with HTTP; Mon, 6 Nov 2006 14:14:25 -0800 (PST) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61883 Archived-At: On 11/6/06, Richard Stallman wrote: >> that it sets the SYMBOL's risky-local-variable property to t? > No, that is an implementation detail. Curious. In general, risky-local-variable is a feature, not an implementation detail; and setting risky-local-variable for a defconst isn't really necessary (implementation-wise). So I guess I don't understand the rationale. /L/e/k/t/u