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: Invalid function: # Date: Tue, 1 Feb 2022 14:48:19 -0500 Message-ID: <25081.36483.169578.574268@orion.rgrjr.com> 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="29536"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 02 02:39:38 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 1nF4cT-0007SR-QE for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Feb 2022 02:39:37 +0100 Original-Received: from localhost ([::1]:51330 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nF4cS-0007a0-HW for ged-emacs-devel@m.gmane-mx.org; Tue, 01 Feb 2022 20:39:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35614) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEz8g-0002uE-Ff for emacs-devel@gnu.org; Tue, 01 Feb 2022 14:48:30 -0500 Original-Received: from rgrjr.com ([69.164.211.47]:54856) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nEz8e-0004o5-Vw for emacs-devel@gnu.org; Tue, 01 Feb 2022 14:48:30 -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 6327E1D6BAE for ; Tue, 1 Feb 2022 19:48:31 +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 931785FECC; Tue, 1 Feb 2022 14:48:20 -0500 (EST) 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, 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:285754 Archived-At: 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. -- Bob Rogers http://www.rgrjr.com/