From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master b2e2128: Use lexical-binding in webjump.el and add tests Date: Mon, 18 May 2020 17:18:38 -0400 Message-ID: References: <20200518155819.860.31976@vcs0.savannah.gnu.org> <20200518155821.3673B20A2C@vcs0.savannah.gnu.org> <878shpt4ka.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="12988"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 18 23:19:31 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1janAX-0003DQ-7J for ged-emacs-devel@m.gmane-mx.org; Mon, 18 May 2020 23:19:29 +0200 Original-Received: from localhost ([::1]:38052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1janAW-0008UY-9H for ged-emacs-devel@m.gmane-mx.org; Mon, 18 May 2020 17:19:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37186) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jan9r-00084k-Ex for emacs-devel@gnu.org; Mon, 18 May 2020 17:18:47 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:47827) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jan9m-0004za-HI for emacs-devel@gnu.org; Mon, 18 May 2020 17:18:46 -0400 Original-Received: from pmg2.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 111D480A5E; Mon, 18 May 2020 17:18:41 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg2.iro.umontreal.ca (Proxmox) with ESMTP id 9A77180098; Mon, 18 May 2020 17:18:39 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1589836719; bh=f2AXBlBJhWT/HAlSpTLG8eLf2loqNQrGT/iX9UKzHis=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=hh5yrAMdagjeWQOVcFxxpfnqsFRdO7jwXu3DUfa/yG5AGZeTcwjtKfnqYGchKRR/x F2wa7TDbHmO0qoQdl1KutCOqwIlb+EdetiR750ntypud2a3+9Gg1v0GGQ+9l/PXG0H 8f7TQp1VpzCldPHI+ti5xDX0qTmbjyXRlM6Sg7sMH90vISYfSzoaCzJxijXwDZP5+P ylXYCrreDOqn5PkJuCSu0gP1FeAZfmsBkrMreumWDTqIXPfnoNW3LUSkC6cFlsCHna amlfaeXOtYAFfZw+IBKSG46zK08rARbgcT9dFK/sAKb08OclEeI+bJtwu2IG36ChB9 plFrvQRlAc2zA== Original-Received: from alfajor (unknown [216.154.27.250]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 396FD1203FD; Mon, 18 May 2020 17:18:39 -0400 (EDT) In-Reply-To: <878shpt4ka.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 18 May 2020 21:40:21 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/18 15:30:35 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:250829 Archived-At: > (setq split-by-major-mode > (sort split-by-major-mode > (function (lambda (elt1 elt2) > (> (length elt1) (length elt2)))))) > > But there's a lot of these things: > > (put 'pascal 'math-radix-formatter > (function (lambda (r s) > (if (= r 16) (format "$%s" s) > (format "%d#%s" r s))))) > > Does the `function' here have any meaning, or is it superfluous? It has the same meaning in both cases: in both cases (function (lambda ...)) is an argument to a function (`sort` in the first case and `put` in the second). Stefan