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.devel Subject: Re: Invalid function: # Date: Wed, 02 Feb 2022 05:35:50 +0200 Message-ID: <83fsp26iuh.fsf@gnu.org> References: <25081.36483.169578.574268@orion.rgrjr.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20437"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Bob Rogers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 02 04:39:39 2022 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 1nF6Uc-00054y-MM for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Feb 2022 04:39:38 +0100 Original-Received: from localhost ([::1]:50560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF6Ub-0006E6-BL for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Feb 2022 22:39:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45180) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6Rx-0003sD-Nq for emacs-devel@gnu.org; Tue, 01 Feb 2022 22:36:55 -0500 Original-Received: from [2001:470:142:3::e] (port=52286 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6RL-0002gn-DC; Tue, 01 Feb 2022 22:36:51 -0500 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=gtgLHgKHmK1B5Dydes896g1pAcTT94aAl6U+Mu1fzr0=; b=l7xiRt/v78/b xql90KOvAqqACPxHMWTjMevwCSNiBeCKv7gn1mO/Thluauds8tc1cQMrEvYjs/yX50T+GBIA/YKkF J79AViAFKbjxNUPF95pDybl0dfmaNm72lNGupHpnaPkRL3w91v8eEEUzGBCVvGtNRPR1d2jwbRLRX JEbdx6FYm7A0WBmYIbU+nt6+Q5lutTJBHklu5Ch4CnOgoz6PeEO7zz8GOe2VWEL8MNKWMkYAnM96s jDsizPgbShfQm23FN6ct6LrNszHSjbBfWtx4M7+mIMCPGwxV8DaB3j7NWx20oQw8y2UErU21UnAKO qRL5u+Z6/52T4fbZT6pWAQ==; Original-Received: from [87.69.77.57] (port=2428 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 1nF6R2-0000BY-Ug; Tue, 01 Feb 2022 22:36:15 -0500 In-Reply-To: <25081.36483.169578.574268@orion.rgrjr.com> (message from Bob Rogers on Tue, 1 Feb 2022 14:48:19 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:285764 Archived-At: > Date: Tue, 1 Feb 2022 14:48:19 -0500 > From: Bob Rogers > > I am noticing that in master updated just a few minutes ago, > compiling a defconst or defvar form in the buffer via compile-defun gets > the following error: > > Invalid function: # > > Byte-compiling the file and loading it works normally. Thanks, but can you please show a complete recipe starting from "emacs -Q"?