From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Eager macro-expansion failure Date: Fri, 04 Nov 2022 13:34:55 +0200 Message-ID: <83mt9754ww.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20137"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 04 12:35:20 2022 Return-path: Envelope-to: geh-help-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 1oquym-00054T-1n for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 04 Nov 2022 12:35:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oquyV-00014X-DE; Fri, 04 Nov 2022 07:35:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oquyT-000149-ET for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 07:35:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oquyT-00083h-5P for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 07:35:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9kpYTVUVFfV55rPhjpOWVoSQ2OQQ6cwIFYXlNU28d/E=; b=l+8/VWhFqU0E IZ00u44LrCZYy4+N6i6o/ZEffOBA/pBEaIIAUduqqxRYQJwFpArEygAxzCKIW2DRXxRuUfuXcxs2b oa0OtSRf/0G3SptosOcpND8lMMwX1yGa20+07Y7xPydAVeq5nonKw6KLgMj28upQL/+GVwxMPdrD4 nj2N41fv9jnvjcyVgdKdCgq4eiP8RYPFu1Wfi0QnvPaRKc6H9E9TTAK/ujaLEYMgC0AXIfyeJTuGJ L2XPcIXVS9eYi9xcIbk3zgArb6a/NrZXgVQxJG+ZYm7a9wy/FpWvnPAwdRaiJ6ZKesAxRVymEqf8z oDK9R+Alz6PcjAs/g+OOVQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oquyS-0000WD-LI for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 07:35:00 -0400 In-Reply-To: (message from Evan Aad on Fri, 4 Nov 2022 10:51:52 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: "help-gnu-emacs" Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:140641 Archived-At: > From: Evan Aad > Date: Fri, 4 Nov 2022 10:51:52 +0200 > > When I start Emacs from the terminal the following message appears: > > Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) > Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) > Error loading autoloads: (wrong-number-of-arguments (3 . 4) 2) > > Despite the message, the Emacs GUI shows up and seems to function > fine. However, I would like to resolve whatever issue it is that > causes this message to appear. I don't want this message appearing in > the terminal upon Emacs startup. > > Further details: > > 1. I don't have an Init file. > 2. OS: macOS Catalina, version 10.15.7 > 3. Emacs version: 28.2 (9.0) Does this happen with "emacs -Q"?