From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: void variable Date: Fri, 20 Aug 2004 17:08:13 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093036131 30190 80.91.224.253 (20 Aug 2004 21:08:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 21:08:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 23:08:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByGcu-0003SS-00 for ; Fri, 20 Aug 2004 23:08:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByGhE-0003ms-9g for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2004 17:13:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByGh7-0003lJ-PJ for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:13:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByGh7-0003ku-0O for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:13:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByGh6-0003kk-TN for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:13:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByGcP-000100-QU for emacs-devel@gnu.org; Fri, 20 Aug 2004 17:08:13 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ByGcP-0005VQ-BV; Fri, 20 Aug 2004 17:08:13 -0400 Original-To: Davis Herring In-reply-to: (message from Davis Herring on Thu, 19 Aug 2004 14:45:12 -0600 (MDT)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26352 It seems to me that it would make even more sense to actually bind the variable's global value despite any dynamic bindings; this certainly would be unusual, but even warning about it violates the the usual `let' binding semantics. This might be a good idea.