From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "Bringing GNU Emacs to Native Code" at the European Lisp Symposium Date: Wed, 29 Apr 2020 10:04:02 +0300 Message-ID: <83imhi22ot.fsf@gnu.org> References: <69d8b48d-bd09-41c1-a89d-ed76fe0284a4@default> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="116340"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, stefan@marxist.se, drew.adams@oracle.com, akrl@sdf.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 09:05:54 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 1jTgn4-000UAS-Kj for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 09:05:54 +0200 Original-Received: from localhost ([::1]:56058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTgn3-0006D9-Dn for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 03:05:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:44668) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTglg-0004rP-DS for emacs-devel@gnu.org; Wed, 29 Apr 2020 03:04:28 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49297) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTgle-0008H0-Gi; Wed, 29 Apr 2020 03:04:26 -0400 Original-Received: from [176.228.60.248] (port=3679 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jTglZ-000544-PS; Wed, 29 Apr 2020 03:04:26 -0400 In-Reply-To: (message from Stefan Monnier on Tue, 28 Apr 2020 18:18:23 -0400) 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:248089 Archived-At: > From: Stefan Monnier > Date: Tue, 28 Apr 2020 18:18:23 -0400 > Cc: Andrea Corallo , Stefan Kangas , > Emacs developers > > > Dunno who, besides perhaps Stefan, considers > > dynamic binding in Elisp to be "obsolete and > > close to deprecation". That would be a mistake. > > You're confusing "dynamic binding" with "the dynamically scoped dialect > of Elisp". Perhaps you should define what "the dynamically scoped dialect of Elisp" entails, then. Because AFAIU the ELisp manual says that dynamic bindings have dynamic scope. It's easy to interpret that to mean that the above two terms have the same practical meaning in Emacs.