From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Re: Invalid function: # Date: Tue, 1 Feb 2022 22:50:29 -0500 Message-ID: <25081.65413.960926.955710@orion.rgrjr.com> References: <25081.36483.169578.574268@orion.rgrjr.com> <83fsp26iuh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18167"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 02 04:56:36 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 1nF6l2-0004Yr-EC for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Feb 2022 04:56:36 +0100 Original-Received: from localhost ([::1]:39190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF6l1-0001VD-0T for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Feb 2022 22:56:35 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nF6fO-00079h-IK for emacs-devel@gnu.org; Tue, 01 Feb 2022 22:50:47 -0500 Original-Received: from rgrjr.com ([69.164.211.47]:54966) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF6fK-0007B2-Bg; Tue, 01 Feb 2022 22:50:43 -0500 Original-Received: from rgrjr.com (c-73-16-206-7.hsd1.ma.comcast.net [73.16.206.7]) by rgrjr.com (Postfix on openSUSE) with ESMTP id E42D61D6BAE; Wed, 2 Feb 2022 03:50:42 +0000 (UTC) Original-Received: from orion.rgrjr.com (orion.rgrjr.com [192.168.0.3]) by scorpio.rgrjr.com (Postfix on openSUSE GNU/Linux) with ESMTP id 37D9A5FEAC; Tue, 1 Feb 2022 22:50:32 -0500 (EST) In-Reply-To: <83fsp26iuh.fsf@gnu.org> X-Mailer: VM 7.19 under Emacs 29.0.50 Received-SPF: none client-ip=69.164.211.47; envelope-from=rogers-emacs@rgrjr.homedns.org; helo=rgrjr.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:285765 Archived-At: From: Eli Zaretskii Date: Wed, 02 Feb 2022 05:35:50 +0200 > 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"? Actually, Alan Mackenzie has already sent me a patch off-list that mostly fixes the problem; sorry for the bother . . . -- Bob