auctex-devel
[Top][All Lists]
Advanced

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

Re: [can't compile the main branch]: SOLVED


From: Tassilo Horn
Subject: Re: [can't compile the main branch]: SOLVED
Date: Thu, 25 Apr 2024 10:06:57 +0200
User-agent: mu4e 1.12.4; emacs 30.0.50

Arash Esbati <arash@gnu.org> writes:

>> If you have more than those, yes:
>>
>> In bib-find-next:
>> bib-cite.el:944:8: Warning: ‘find-tag’ is an obsolete function (as of
>> 25.1); use ‘xref-find-definitions’ instead.
>>
>> In end of data:
>> tex-info.el: Warning: the function ‘cl-member’ might not be defined at
>> runtime.
>>
>> In toolbarx-process-dropdown-group:
>> toolbar-x.el:886:10: Warning: in defcustom: missing :type keyword parameter
>> toolbar-x.el:886:10: Warning: in defcustom: fails to specify containing
>> group
>
> Would it make sense to add the dynvars-check rule to the GNUmakefile?
> I never really understood how that works.  Can you have a look at it,
> please?

Done.  Strange enough, it doesn't catch the cl-member warning above and
also not the ones Uwe mentioned, i.e.;

--8<---------------cut here---------------start------------->8---
plain-tex.el:46:6: Warning: the function ‘TeX-install-toolbar’ is not known to 
be defined.
tex.el:5155:38: Warning: the function ‘TeX-fold-mode’ is not known to be 
defined.
tex.el:3690:36: Warning: the function ‘font-latex-setup’ is not known to be 
defined.
latex.el:7137:6: Warning: the function ‘LaTeX-install-toolbar’ is not known to 
be defined.
latex.el:3494:4: Warning: the function ‘multi-prompt-key-value’ is not known to 
be defined.
latex.el:2491:17: Warning: the function ‘multi-prompt’ is not known to be 
defined.
style/pstricks.el:655:15: Warning: the function ‘multi-prompt-key-value’ is not
known to be defined.
--8<---------------cut here---------------end--------------->8---

That's what I get:

❯ make dynvars-check
...
--8<---------------cut here---------------start------------->8---
In bib-find-next:
bib-cite.el:944:8: Warning: ‘find-tag’ is an obsolete function (as of 25.1); 
use ‘xref-find-definitions’ instead.

In TeX-Omega-mode:
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1664:23: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1660:20: Warning: ‘TeX-Omega-mode’ is an obsolete variable (as of 
11.86); use ‘TeX-engine’ instead.
tex.el:1665:29: Warning: ‘TeX-Omega-mode’ is an obsolete function (as of 
11.86); use ‘TeX-engine-set’ instead.
tex.el:6077:45: Warning: ‘TeX-dollar-sign’ is an obsolete variable (as of 
AUCTeX 9.9d++).
tex.el:6079:29: Warning: ‘TeX-dollar-string’ is an obsolete variable (as of 
AUCTeX 9.9d++).
tex.el:6080:25: Warning: ‘TeX-dollar-string’ is an obsolete variable (as of 
AUCTeX 9.9d++).

In toolbarx-process-dropdown-group:
toolbar-x.el:886:10: Warning: in defcustom: missing :type keyword parameter
toolbar-x.el:886:10: Warning: in defcustom: fails to specify containing group
--8<---------------cut here---------------end--------------->8---

Bye,
  Tassilo



reply via email to

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