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: master cd479aa8bd: Fix some byte-compilation warnings about subr-x Date: Sat, 25 Jun 2022 10:00:53 +0300 Message-ID: <83pmixb522.fsf@gnu.org> References: <165607413783.20334.11744394178269063383@vcs2.savannah.gnu.org> <20220624123538.4424AC01685@vcs2.savannah.gnu.org> <874k09u2q8.fsf@igel.home> <87o7yhln3c.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6266"; mail-complaints-to="usenet@ciao.gmane.io" Cc: schwab@linux-m68k.org, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 25 09:04:57 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 1o4zqj-0001Mu-Cc for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jun 2022 09:04:57 +0200 Original-Received: from localhost ([::1]:55042 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4zqh-0000jf-Un for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Jun 2022 03:04:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52170) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4zmv-0007nc-Vg for emacs-devel@gnu.org; Sat, 25 Jun 2022 03:01:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4zmv-0007jy-36; Sat, 25 Jun 2022 03:01: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=3SCe7cTZiCAJ73V9mDrMcjsWxXSp9rhP5h8LLGIio/0=; b=MFBe1JONzPUS Bep+Ksubm0uRUMu566inG1s0OPInEddV8xcU/tLoaDQ46pv6jfUT9G3QxCXTSBgZd0Z3qZoGehKea TQJqV44OTt8Efp4kQC2yklQ2ZE1hbv7qXJWJB8qf+9N0b0g1+vuaeCb298DT/SBBOFT3boywkp7BF o/n8d7JZm0DyWNsJi5YbnPbgPOwncG0tb2xaO2k+ZtiW6X0s7xOiB7IBcROd5/FtCk29Lgg+g/M+t LoqCmjL0SakVORBzLqaFVkhqT91UOnyLloidtiFyrtbtHsnNVhh/SpvYDktcMHhBhOOmJcGpESuLc r4dwAZ2Q8YyvNP12vNsY9A==; Original-Received: from [87.69.77.57] (port=4185 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 1o4zms-0006Pr-9O; Sat, 25 Jun 2022 03:00:59 -0400 In-Reply-To: <87o7yhln3c.fsf@gnus.org> (message from Lars Ingebrigtsen on Sat, 25 Jun 2022 00:21:11 +0200) 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:291582 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sat, 25 Jun 2022 00:21:11 +0200 > > Andreas Schwab writes: > > > Eager macro-expansion failure: (void-function file-relative-name) > > > > Error: void-function (file-relative-name) > > mapbacktrace((closure ((prin1 . prin1) t) (evald func args _flags) > > (let ((args args)) (if evald (progn (princ " ") (funcall prin1 func) > > (princ "(")) (progn (princ " (") (setq args (cons func args)))) (if > > args (while (progn (funcall prin1 (car args)) (setq args (cdr args))) > > (princ " "))) (princ ")\n")))) > > Ouch. I've now reverted that patch and will investigate more tomorrow. Perhaps related to this: I get the following warnings with the current master: In end of data: progmodes/elisp-mode.el:1795:36: Warning: the function `string-limit' is not known to be defined. In end of data: term/haiku-win.el:238:36: Warning: the function `string-empty-p' is not known to be defined. In isearch-fold-quotes-mode: isearch.el:4570:25: Warning: `replace-regexp-in-string' called with 2 arguments, but requires 3-7 isearch.el:4571:25: Warning: `replace-regexp-in-string' called with 2 arguments, but requires 3-7 isearch.el:4572:25: Warning: `replace-regexp-in-string' called with 2 arguments, but requires 3-7 In end of data: isearch.el:4568:23: Warning: the function `thread-last' is not known to be defined. In end of data: files.el:5079:13: Warning: the function `string-empty-p' is not known to be defined. In end of data: replace.el:270:27: Warning: the function `string-remove-suffix' is not known to be defined.