From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: cl-lexical-let? Date: Thu, 16 Jul 2015 20:19:53 +0300 Message-ID: <55A7E7B9.2090701@yandex.ru> References: <867fq0hvr2.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437067215 3737 80.91.229.3 (16 Jul 2015 17:20:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jul 2015 17:20:15 +0000 (UTC) To: Stephen Leake , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 16 19:20:10 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZFmpM-00076G-SR for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2015 19:20:09 +0200 Original-Received: from localhost ([::1]:41252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmpM-0007r0-3G for ged-emacs-devel@m.gmane.org; Thu, 16 Jul 2015 13:20:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmpF-0007or-9M for emacs-devel@gnu.org; Thu, 16 Jul 2015 13:20:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFmpC-0005sT-3B for emacs-devel@gnu.org; Thu, 16 Jul 2015 13:20:01 -0400 Original-Received: from mail-wg0-x22f.google.com ([2a00:1450:400c:c00::22f]:33000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFmpB-0005s2-Sj for emacs-devel@gnu.org; Thu, 16 Jul 2015 13:19:58 -0400 Original-Received: by wgmn9 with SMTP id n9so63853468wgm.0 for ; Thu, 16 Jul 2015 10:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=f2olztdcN8sJXhjetLHsrM9aQ4Vc9qHVpv1IiFNG5iE=; b=OUZCAzs/tUfn+ab0uPt8dW2Erw5mWkshJHUAY7mrzNUpfhxUs3wP/H1+zjvbueJxIQ EEhgTexo/yItSQQbBhV9MHRfjx5A7aLuE+P4TVWZXFOWizaZSJGdKoB0xTiVsuMM2q49 yHNr02erZ8poZaV4kv9TT42gobOPlqphu2OADHJjlPpHVKEpxnuVj5cwA9cil3oRKD4F gqeFBfZFdAXoNT0pGObWB1T/8ELs9tqpe+u80PEJFCc+PcPSXUCfVyb+dMWSgEnhVAPl Wxbiq8jYGyS+Oejt71Kk1n+Y5IIVHTvRT/As7pLdlKc/d4ws54vaWr/Sm/0pNzelJe/+ mZXQ== X-Received: by 10.180.77.68 with SMTP id q4mr8277244wiw.22.1437067196532; Thu, 16 Jul 2015 10:19:56 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id bq7sm14105490wjc.31.2015.07.16.10.19.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 10:19:55 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <867fq0hvr2.fsf@stephe-leake.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:187904 Archived-At: On 07/16/2015 08:12 PM, Stephen Leake wrote: > I think if I set lexical-binding t for the file, and change this to "(let > ...", then this will work. Is that correct? Yes. > Is there any other replacement, if for some reason we don't want to set > lexical-binding t? Hopefully, there won't be any strong reasons not to set it.