From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Yavner Newsgroups: gmane.emacs.devel Subject: re: risky local variable mechanism Date: Fri, 10 Feb 2006 13:13:13 -0500 Message-ID: <200602101313.13663.jyavner@member.fsf.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1139595401 10337 80.91.229.6 (10 Feb 2006 18:16:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 18:16:41 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 19:16:18 2006 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1F7cob-0005Wj-00 for ; Fri, 10 Feb 2006 19:16:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7cob-0000ji-1v for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 13:16:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7clj-0007qv-KS for emacs-devel@gnu.org; Fri, 10 Feb 2006 13:13:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7clf-0007pF-CZ for emacs-devel@gnu.org; Fri, 10 Feb 2006 13:13:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7clf-0007p8-8e for emacs-devel@gnu.org; Fri, 10 Feb 2006 13:13:15 -0500 Original-Received: from [204.127.200.82] (helo=sccrmhc12.comcast.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7cpU-00042Z-7W for emacs-devel@gnu.org; Fri, 10 Feb 2006 13:17:12 -0500 Original-Received: from [192.168.0.254] (c-68-45-81-14.hsd1.nj.comcast.net[68.45.81.14]) by comcast.net (sccrmhc12) with ESMTP id <2006021018131401200sj5fbe>; Fri, 10 Feb 2006 18:13:14 +0000 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.6.2 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:50327 Archived-At: (re: mechanism proposed by Chong Yidong) unsafep.el (used by SES) calls risky-local-variable-p with NIL as the second argument, because it doesn't know yet what value will be assigned. Please maintain the feature that NIL as second argument to risky-local-variable-p means "There exists at least one risky value that could be assigned to this variable." I'm not sure if your patch does this. Sorry for my poor patch-reading skills.