From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: Gnus using lexical-binding Date: Sun, 31 Jan 2021 10:13:58 +0100 Message-ID: <87o8h579k9.fsf@randomsample> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7216"; 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: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 31 10:14:53 2021 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 1l68om-0001lX-Iv for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Jan 2021 10:14:52 +0100 Original-Received: from localhost ([::1]:48614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l68ol-0005JR-M7 for ged-emacs-devel@m.gmane-mx.org; Sun, 31 Jan 2021 04:14:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l68o5-0004tE-6T for emacs-devel@gnu.org; Sun, 31 Jan 2021 04:14:09 -0500 Original-Received: from zplane.randomsample.de ([2a03:4000:42:1a1:9400:eeff:feb4:c8a0]:53914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l68o3-0003mq-HY for emacs-devel@gnu.org; Sun, 31 Jan 2021 04:14:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WdA6ZkS41ok3FI65wtUsuQyv/LX2r/vpcjaWaTiW1g0=; b=j/IdEVDM5LEKU5ozRHuzHvzQp k1eHEgPwjC1+oJGDySHrFU+yXdD95bks2AW5aikZPMwA9Gu+Nagm9nO+C5yH/JOp9v18A5qIMEFKW u79aeGxT4JXw7hiLqbkcf2pkmCN+A2jHI/5wnrRmN5ZoBcd36yzIO4ToQ2UHdV9EOItBGx/qbKgEG gOSA0WNdOlUEKh18iL2OiOGj8HgA9i6wI3r5VrfsRyezLCmuRLbne0WFJzyr3CJb5EwDFKk0A5Lmw 4v9pFRhZE0hXi7yNJNkWnahaeESqL26a08xFnKKBQ2GpKYXs2p2YGHguH7rWPQdldXTgBKH8TfUN7 Xon+4K8OA==; Original-Received: from ip5f5abab6.dynamic.kabel-deutschland.de ([95.90.186.182] helo=void) by zplane.randomsample.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l68nu-0000Zu-Ex; Sun, 31 Jan 2021 10:13:58 +0100 In-Reply-To: (Stefan Monnier's message of "Fri, 29 Jan 2021 18:11:35 -0500") Received-SPF: pass client-ip=2a03:4000:42:1a1:9400:eeff:feb4:c8a0; envelope-from=deng@randomsample.de; helo=zplane.randomsample.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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:263655 Archived-At: > And please, after testing it, tell me how it went, regardless if you > encountered problems or not. I've been running this now for a few hours without problems. -David