Path: utzoo!attcan!uunet!mailrus!tut.cis.ohio-state.edu!mstar!mstar.morningstar.com!bob From: bob@MorningStar.Com (Bob Sutterfield) Newsgroups: comp.emacs Subject: Re: advice on creating a large TAGS file Message-ID: Date: 27 Jun 90 20:00:39 GMT References: Sender: news@MorningStar.COM (USENET Administrator) Reply-To: bob@MorningStar.Com (Bob Sutterfield) Organization: Morning Star Technologies Lines: 15 In-Reply-To: pierson@encore.com's message of 27 Jun 90 14:19:40 GMT In article pierson@encore.com (Dan L. Pierson) writes: In article bob@MorningStar.Com (Bob Sutterfield) writes: ...are there any tools for merging multiple Emacs TAGS files? cat works fine Indeed so. Sigh. It was too simple. vi tags files were single-line entries, so they could be merged with sort(1) and friends. Do you really want the tags sorted? Hmmm... upon further reflection, I guess I don't. That was the preconception that obscured my thinking. Thanks!