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 14:10:44 +0200 Message-ID: <83bkpm6htn.fsf@gnu.org> References: <83mt9754ww.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1226"; 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 13:11:32 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 1oqvXm-000Ac9-RW for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 04 Nov 2022 13:11:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oqvXP-0003kk-VZ; Fri, 04 Nov 2022 08:11:08 -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 1oqvXO-0003jB-Es for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 08:11:06 -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 1oqvXO-0005H5-6C for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 08:11:06 -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=CTf7FwdBngYaVmONLh1K7Y/uyTpn/NYsFW7CXLpqQx4=; b=WSg9DhKpd+ia yVIchN1GMwyjTnowKpSMmB7hWqckqqrqyvVqiHUxWg46CjJ9COHQhadJHQbQPIikV+cKYCGNRz9Q1 kD8qbTDYxc5LmAFQ0cwiG5ZETQtlChftDfpEMPFK3xrMB2PHL04n45cwD1D7D0YGXmIAX4SOrYR8+ U8S7kjVToS1ZVan4HHKv5iHjh5BKd+LHHZzsjU8c13XKx1KcwbySbMEUu76SAB34tYIGT9i8lAju1 1jU9kelqP+UF+nePIh050iC49jmVWm47uRjLCQjFOCiENck6AKkBR97xFfCVApkwTQxrrVlulbxJ0 JIDgk0S+E1gzTyJXQyiagQ==; 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 1oqvX6-0007fB-T7 for help-gnu-emacs@gnu.org; Fri, 04 Nov 2022 08:11:05 -0400 In-Reply-To: (message from Evan Aad on Fri, 4 Nov 2022 13:43:14 +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:140646 Archived-At: > From: Evan Aad > Date: Fri, 4 Nov 2022 13:43:14 +0200 > > No, this doesn't happen with "emacs -Q". Then the reason for the errors is in the site-init files your Emacs loads at startup. You should look at those site-init files and find which one of them causes the problem.