From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Nicolas Semrau Newsgroups: gmane.emacs.devel Subject: Re: Broken ediff in master (and the bulk lexical scope patches) Date: Thu, 20 Jun 2019 23:10:31 +0200 (CEST) Message-ID: <1293982318.257890.1561065031615@ichabod.co-bxl> References: <7no92sc6yi.fsf@ecube.ecubist.org> Reply-To: Nicolas Semrau Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="204328"; mail-complaints-to="usenet@blaine.gmane.org" To: Barry Fishman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 20 23:19:30 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1he4Sw-000r3Y-0K for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2019 23:19:30 +0200 Original-Received: from localhost ([::1]:53104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1he4Sv-00020z-1q for ged-emacs-devel@m.gmane.org; Thu, 20 Jun 2019 17:19:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52735) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1he4Pn-0001uS-8i for emacs-devel@gnu.org; Thu, 20 Jun 2019 17:16:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1he4KN-0002Qf-CH for emacs-devel@gnu.org; Thu, 20 Jun 2019 17:10:40 -0400 Original-Received: from wilbur.contactoffice.com ([212.3.242.68]:42836) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1he4KM-0002Nn-U8 for emacs-devel@gnu.org; Thu, 20 Jun 2019 17:10:39 -0400 Original-Received: from ichabod.co-bxl (ichabod.co-bxl [10.2.0.36]) by wilbur.contactoffice.com (Postfix) with ESMTP id 132F81A21; Thu, 20 Jun 2019 23:10:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailfence.com; s=20160819-nLV10XS2; t=1561065036; bh=G+mGgLVe/ASYbzoo6q/jXTSj3Zbjm61Pny1yGJPZ6b0=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From; b=oreD1M5+wOW0DJ3Y5AdSt109Gogma/ejx8SBVReMhU2DpK0HmG1uEcyc90jXU8l75 GdE3vy6A4awkDzLYCIwkDRi+CT5hT8feOhth66KqxooX2Cfhqh/ebOoyfHK1Y+ResT PDkTZ2xCP5SlFtolhVbFFL3BYz8axuphyYgQCodJ6o1gx3MUgHM2ws0ZvTkX1FaLVn SCfylWvHlOfZ+4q7GhfnrC2EPK2w8ya08sREkcT4VE2I+s5qp0uxMUTYp+zxf6DX7P pJZYEOzCCD+qoIdqJMaDupszESAMrIuONeo2OcNzU5Ejy2Xey73+q9qULqzXWHBnU0 TeQI8wJtS5uqg== In-Reply-To: <7no92sc6yi.fsf@ecube.ecubist.org> X-Priority: 3 X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:137205263 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 212.3.242.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.org gmane.emacs.devel:237988 Archived-At: > ---------------------------------------- > From: Barry Fishman > Sent: Thu Jun 20 22:55:33 CEST 2019 > To: > Subject: Broken ediff in master (and the bulk lexical scope patches) > After building from Emacs master on June 15, I found that the ediff > function no longer works, responding with: > > ediff-files-internal: Symbol's value as a variable is void: file-A > > This seem to be due to lisp/vm/ediff.el being compiled with lexical > bindings (explicitly). ediff-files-internal calls ediff-find-file with > its file arguments quoted (as it expects). > > How is such code going to be approached? > > -- > Barry Fishman > > Lexical binding for ediff was disabled on master on the 18th of June. Kind regards Nicolas