From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 68bcf86 2/4: package/names: :group can be given a list Date: Tue, 13 Jan 2015 14:53:25 +0900 Message-ID: <87wq4rxm3u.fsf@uwakimon.sk.tsukuba.ac.jp> References: <20150112112953.11913.47601@vcs.savannah.gnu.org> <871tn0yo6j.fsf@uwakimon.sk.tsukuba.ac.jp> <87a91om0dv.fsf@yahoo.fr> <87zj9nykjk.fsf@uwakimon.sk.tsukuba.ac.jp> <87ppajj29a.fsf@fencepost.gnu.org> <87iogbismy.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: ger.gmane.org 1421128437 18864 80.91.229.3 (13 Jan 2015 05:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 05:53:57 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 13 06:53:50 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 1YAuQI-0007Hz-5Z for ged-emacs-devel@m.gmane.org; Tue, 13 Jan 2015 06:53:50 +0100 Original-Received: from localhost ([::1]:37543 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAuQH-0005dh-3N for ged-emacs-devel@m.gmane.org; Tue, 13 Jan 2015 00:53:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAuQ3-0005dN-Uc for emacs-devel@gnu.org; Tue, 13 Jan 2015 00:53:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAuQ2-0001Ro-Ui for emacs-devel@gnu.org; Tue, 13 Jan 2015 00:53:35 -0500 Original-Received: from shako.sk.tsukuba.ac.jp ([130.158.97.161]:56717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAuPx-0001LK-BW; Tue, 13 Jan 2015 00:53:29 -0500 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by shako.sk.tsukuba.ac.jp (Postfix) with ESMTPS id 520BE1C38AE; Tue, 13 Jan 2015 14:53:25 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 3777C1A2D18; Tue, 13 Jan 2015 14:53:25 +0900 (JST) In-Reply-To: <87iogbismy.fsf@fencepost.gnu.org> X-Mailer: VM undefined under 21.5 (beta34) "kale" acf1c26e3019 XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.158.97.161 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:181204 Archived-At: David Kastrup writes: > Many versions of quoted lambda functions may these days be _so_ > much better written using lexical binding instead that I think > XEmacs should really try catching up here. We've been talking about that for a while, but it's not possible to port Emacs's implementation directly, not to mention the usual set of "technical differences" (Aidan doesn't like "-*- lexbind: t -*-" which matters because he's the only competent person who's shown interest in writing code for this, the others being Mike -- as a Schemer you'd think he'd be on it like a cat on catnip, but no interest shown as yet -- and Ben -- not in evidence on XEmacs channels for many moons). I'll see if this gives Aidan a reason to be happier about file-level declarations.