emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: tags


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: tags
Date: Sat, 15 Jun 2019 18:11:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

27% of the remaining Warning: lines are related to the introduction of
the new xref code, I think:

emulation/viper-ex.el:2019:16:Warning: `find-tag' is an obsolete function (as
    of 25.1); use `xref-find-definitions' instead.
emulation/viper-ex.el:2020:14:Warning: `find-tag-other-window' is an obsolete
    function (as of 25.1); use `xref-find-definitions-other-window' instead.
eshell/esh-mode.el:499:6:Warning: `find-tag' is an obsolete function (as of
    25.1); use `xref-find-definitions' instead.
textmodes/reftex-global.el:101:6:Warning: tags-query-replace called with 4
    arguments, but accepts only 2-3
vc/vc-dir.el:826:4:Warning: tags-query-replace called with 4 arguments, but
    accepts only 2-3

These functions are obsolete (or are called with the wrong number of
arguments), but as far as I can tell, there are no direct substitutions
for these functions (or arguments).

As Emacs 25.1 was a while ago, it would be really nice if somebody were
to write the glue code what would allow us to get rid of these
warnings.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




reply via email to

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