From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Declaring a local dynamic variable? Date: Sat, 28 Sep 2013 08:20:11 +0200 Message-ID: <5246751B.3020204@easy-emacs.de> References: <87zjqyyq5r.fsf@informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1380349111 18204 80.91.229.3 (28 Sep 2013 06:18:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Sep 2013 06:18:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 28 08:18:34 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 1VPnrN-0004F4-8w for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 08:18:33 +0200 Original-Received: from localhost ([::1]:39845 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPnrM-000161-R7 for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Sep 2013 02:18:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPnr4-00012R-CL for help-gnu-emacs@gnu.org; Sat, 28 Sep 2013 02:18:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPnqx-0005We-2h for help-gnu-emacs@gnu.org; Sat, 28 Sep 2013 02:18:14 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:53309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPnqw-0005WW-PL for help-gnu-emacs@gnu.org; Sat, 28 Sep 2013 02:18:07 -0400 Original-Received: from purzel.sitgens (brln-4db9cf4d.pool.mediaWays.net [77.185.207.77]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0Lz0Xw-1VucNp0zKa-014Q3P; Sat, 28 Sep 2013 08:18:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <87zjqyyq5r.fsf@informatimago.com> X-Provags-ID: V02:K0:b02bJbruML5DmvS2D+jfA9XvAjxipV1/gfguUcOuk9H Jv3cBLXb6/MeAqFL/DfHncHydqShYwVT5surMiKt/bDGsWcGK0 4tVXfo7ETpQrKXghgxrlIwBLty9lKvNQk1ZPg2ia/mCmXGvtpo 5klcqTZmZ+T0bg8W010aIPUwvmheW940tjYqZ7AK4jxaBS/YTM qcv8gyjsEOntmNJuGDsUAZ9snvukzRmXfUX/0IsUMSIxbNuPb7 z/ldTEZ/ZHK2NbTdzlV2eEzlOZ8HPu+cA0w3F4zA4slXucnhme 4kduufQ9LCHmpu4w90u/Vj1GYHBOXasNXRpYW8FxGQBXERti2A hlq933D1DYAs5OliHxEAzY9jCm9urg7grGaeenVfs 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:93685 Archived-At: Am 27.09.2013 22:18, schrieb Pascal J. Bourguignon: [ ... ] > > The conclusion is that in emacs lisp you have to prefix ALL the symbols! > Which clearly demonstrates a failure of the language. > Resp. of it's implementation. Why not uniquify --instead of prefixing-- under the hood?