From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LanX Newsgroups: gmane.emacs.help Subject: Re: Lexical binding and macros. Date: Sun, 12 Dec 2010 09:14:36 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1292259861 26711 80.91.229.12 (13 Dec 2010 17:04:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Dec 2010 17:04:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 13 18:04:17 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PSBot-0003o0-Pd for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2010 18:04:15 +0100 Original-Received: from localhost ([127.0.0.1]:43545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSBot-0000LY-3M for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Dec 2010 12:04:15 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!m7g2000vbn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 89.12.231.186 Original-X-Trace: posting.google.com 1292174076 20632 127.0.0.1 (12 Dec 2010 17:14:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 12 Dec 2010 17:14:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000vbn.googlegroups.com; posting-host=89.12.231.186; posting-account=W9fpQwoAAADZYmkl-8sXk1VPxG3rq-Pd User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.19) Gecko/2010040118 Ubuntu/8.10 (intrepid) Firefox/3.0.19,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:183188 X-Mailman-Approved-At: Mon, 13 Dec 2010 11:59:58 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77451 Archived-At: On 12 Dez., 05:10, Barry Margolin wrote: > In article , > =A0Alin Soare wrote: > > > Are the macros and closures equivalent ? > > No. =A0Emacs Lisp has macros, it doesn't have closures. =A0But in dialect= s > of Lisp that have both, they're completely different. ehm ... isn't "lexical-let" from the common lisp extension supposed to support closures?