Path: utzoo!mnetor!uunet!mcvax!diku!ncrsecp!jd From: jd@ncrsecp.Copenhagen.NCR.dk (Jesper Dybdal) Newsgroups: comp.emacs Subject: Re: ada tags support under gnuemacs Message-ID: <977@ncrsecp.Copenhagen.NCR.dk> Date: 16 Mar 88 17:06:49 GMT References: <954@ncrsecp.Copenhagen.NCR.dk> Organization: NCR Systems Engineering Copenhagen Lines: 21 Summary: ctags-compatible gnuemacs tags function - I forgot a Lisp function In article <954@ncrsecp.Copenhagen.NCR.dk>, I write: > In article <249@conky.cme-durer.ARPA>, leake@cme-durer.ARPA (Stephe Leake) > writes: > > Does anyone have a gnuemacs utility for reading a ctags file? > > Yes, here it is. > ... However, I forgot that vi-tag uses a function which is in pure Lisp at our site - sorry. To make it work, please add the following simple function definition to vi-tags.el: (defun buffer-match-substring (n) "Returns (buffer-substring (match-beginning n) (match-end n))). jd 87-06-23." (buffer-substring (match-beginning n) (match-end n))) -- Jesper Dybdal Jesper.Dybdal@Copenhagen.NCR.dk NCR Corporation Jesper.Dybdal@Copenhagen.NCR.com Systems Engineering - Copenhagen ...!mcvax!diku!ncrsecp!jesper.dybdal