From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#58148: 29.0.50; Wrong number of arguments in keymap-set--anon-cmacro Date: Sat, 01 Oct 2022 22:17:18 +0300 Organization: LINKOV.NET Message-ID: <86mtafqrpd.fsf@mail.linkov.net> References: <86tu4r4bsb.fsf@mail.linkov.net> <8735cbxspd.fsf@gnus.org> <86v8p72syz.fsf@mail.linkov.net> <87wn9mii56.fsf@gnus.org> <861qru8ay3.fsf@mail.linkov.net> <87pmfd6nse.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19156"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 58148@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 01 21:24:10 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 1oei5q-0004lS-S7 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Oct 2022 21:24:10 +0200 Original-Received: from localhost ([::1]:47426 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oei5p-0000Ab-9r for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Oct 2022 15:24:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41724) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oei5i-0000AK-BQ for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:24:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46640) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oei5i-0005EB-3S for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oei5h-0008CV-LA for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:24:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Oct 2022 19:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58148 X-GNU-PR-Package: emacs Original-Received: via spool by 58148-submit@debbugs.gnu.org id=B58148.166465223431511 (code B ref 58148); Sat, 01 Oct 2022 19:24:01 +0000 Original-Received: (at 58148) by debbugs.gnu.org; 1 Oct 2022 19:23:54 +0000 Original-Received: from localhost ([127.0.0.1]:45718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oei5a-0008CB-FA for submit@debbugs.gnu.org; Sat, 01 Oct 2022 15:23:54 -0400 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:59559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oei5Y-0008Bk-Dz for 58148@debbugs.gnu.org; Sat, 01 Oct 2022 15:23:52 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 9AB521BF203; Sat, 1 Oct 2022 19:23:45 +0000 (UTC) In-Reply-To: <87pmfd6nse.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 30 Sep 2022 14:37:37 +0200") 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:244158 Archived-At: >> Warning: Optimization failure for keymap-set: Handler: keymap-set--anon-cmacro >> (wrong-number-of-arguments # 2) > > Still not seeing the problem, unfortunately -- > > emacs -Q > M-: (setq debug-on-error t) > > (keymap-set d `C-M-i' > > No errors, and nothing in *Messages*, with or without debug-on-error. I tried again to bootstrap with extra clean, but still the same error. We need someone to try this out too that could help to clarify where is the problem 🧐