From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#55414: 29.0.50; Byte compilation error for the modus-themes Date: Fri, 27 May 2022 18:24:18 +0000 Message-ID: References: <3DF7C76B-81C7-4BF6-93E1-0849A322FEDC@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15508"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Protesilaos Stavrou , 55414@debbugs.gnu.org, Stefan Monnier , acm@muc.de, Lars Ingebrigtsen , Eli Zaretskii To: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri May 27 21:57:34 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1nug5W-0003p8-OH for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 May 2022 21:57:34 +0200 Original-Received: from localhost ([::1]:49550 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nug5V-0000kD-7G for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 May 2022 15:57:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nuedy-0007ZL-FL for bug-gnu-emacs@gnu.org; Fri, 27 May 2022 14:25:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41889) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nuedy-0004q5-5X for bug-gnu-emacs@gnu.org; Fri, 27 May 2022 14:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nuedx-0004WX-VC for bug-gnu-emacs@gnu.org; Fri, 27 May 2022 14:25:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 May 2022 18:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55414 X-GNU-PR-Package: emacs Original-Received: via spool by 55414-submit@debbugs.gnu.org id=B55414.165367587117348 (code B ref 55414); Fri, 27 May 2022 18:25:01 +0000 Original-Received: (at 55414) by debbugs.gnu.org; 27 May 2022 18:24:31 +0000 Original-Received: from localhost ([127.0.0.1]:35786 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nuedS-0004Vk-Vw for submit@debbugs.gnu.org; Fri, 27 May 2022 14:24:31 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:12911 helo=mail.muc.de) by debbugs.gnu.org with smtp (Exim 4.84_2) (envelope-from ) id 1nuedN-0004VR-Hz for 55414@debbugs.gnu.org; Fri, 27 May 2022 14:24:29 -0400 Original-Received: (qmail 34236 invoked by uid 3782); 27 May 2022 18:24:19 -0000 Original-Received: from acm.muc.de (p4fe15b6f.dip0.t-ipconnect.de [79.225.91.111]) (using STARTTLS) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 27 May 2022 20:24:18 +0200 Original-Received: (qmail 5751 invoked by uid 1000); 27 May 2022 18:24:18 -0000 Content-Disposition: inline In-Reply-To: <3DF7C76B-81C7-4BF6-93E1-0849A322FEDC@acm.org> X-Submission-Agent: TMDA/1.3.x (Ph3nix) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:233220 Archived-At: Hello, Mattias. On Fri, May 27, 2022 at 18:53:34 +0200, Mattias Engdegård wrote: > 27 maj 2022 kl. 15.59 skrev Alan Mackenzie : > > Thanks! But you've reduced the functionality - you're removed the code > > which handled records. Why? Any chance you could restore this, at > > least until the issues around it have been resolved. > Certainly, anything can be changed. Then please do it. > But records don't need to be handled there since symbols are never > read with position inside those. This is a poor argument. Records are typically not read as such by the reader. They are created by macro expansion from cl-defstruct or the like. These expansions contain symbols with position. > In other words there is no way this could affect how the code behaves, > is there? I may be wrong, but I think there is. However, the burden of proof is on your side. Please fulfil it. -- Alan Mackenzie (Nuremberg, Germany).