emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: viper-ex


From: Lars Ingebrigtsen
Subject: Re: Towards a cleaner build: viper-ex
Date: Thu, 13 Jun 2019 01:21:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

In ex-tag:
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.

I thought this was going to be trivial to fix, but:

          (if (string= tag "")
              (find-tag ex-tag t)
            (find-tag-other-window ex-tag))

find-tag:

If second arg NEXT-P is t (interactively, with prefix arg), search for
another tag that matches the last tagname or regexp used.

--

But xref-find-definitions doesn't have a next-p argument...  

-- 
(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]