emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master cd479aa8bd: Fix some byte-compilation warnings about subr-x


From: Eli Zaretskii
Subject: Re: master cd479aa8bd: Fix some byte-compilation warnings about subr-x
Date: Sat, 25 Jun 2022 10:00:53 +0300

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: emacs-devel@gnu.org
> Date: Sat, 25 Jun 2022 00:21:11 +0200
> 
> Andreas Schwab <schwab@linux-m68k.org> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]