From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Declaring a local dynamic variable? Date: Wed, 25 Sep 2013 07:52:55 +0200 Message-ID: <52427A37.30601@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380088307 28558 80.91.229.3 (25 Sep 2013 05:51:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Sep 2013 05:51:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 25 07:51:47 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VOi0o-0008GI-Mn for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Sep 2013 07:51:46 +0200 Original-Received: from localhost ([::1]:49580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOi0o-0003Cd-AM for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Sep 2013 01:51:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOi0X-0003CS-KX for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 01:51:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOi0Q-0003yh-Af for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 01:51:29 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:55971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOhzw-0003wI-UM for help-gnu-emacs@gnu.org; Wed, 25 Sep 2013 01:51:22 -0400 Original-Received: from purzel.sitgens (brln-4dba0425.pool.mediaWays.net [77.186.4.37]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0Lv4go-1Voapk0wWw-010KRf; Wed, 25 Sep 2013 07:50:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: X-Provags-ID: V02:K0:FuVtmVM7tjHAcqObYweItgq4HFuuFHDZ5VZUfQSjMfC 0Fnrs+dBZzcoCHYOQsfyCb/FOJqRl5/RO5iMEQ+OC9NJh3ccUz 0UrqUHCjMdN65wS93qZaPtiuBpLNlg4JZQxUSmIaO45i/VD6Sc 9DQaPOpt99HTX0WfukD4WMsJn8xrovTg4Y3t7TvZjfWEnrYCZ/ +l+siNIwCUNWpCH1+eLWXdrMwznPoWvyz5fFdCBi0vT848Lv5A fLAcYubg4Ffgrt1Mlrzk7845ATk4HEn5nRYi1TdW79sxHC8YkT Z8N9+TgWRe4RjQdz7B+tNceX7h0OV7STUQ0S7Tocwzoqwf9rP9 PGxZdu7+QO5+mDvarmoY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.9 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93546 Archived-At: Am 24.09.2013 23:34, schrieb Stefan Monnier: > Also, I strongly recommend those dynamically-scoped vars use a package > prefix, just like global variables (since they are fundamentally global > variables). > Wherewith the bottom of things is reached. IMO proceeding that way takes the advantage of let-bound dynamic vars, being introduced locally as quick and reliable. Why not change to Java right away than?