Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!cs.utexas.edu!ut-emx!ibmchs!auschs!pedz From: pedz@pedz.austin.ibm.com (Perry Smith) Newsgroups: comp.emacs Subject: Re: Force exact matching of tag name Message-ID: Date: 9 Feb 90 15:41:08 GMT References: <9002021705.AA06173@sn1987a.compass.com> <2119@kim> Sender: news@auschs.ibm.com Organization: IBM AWD, Austin, TX Lines: 7 In-reply-to: kim@spock's message of 5 Feb 90 14:00:02 GMT My solution to the problem was to change the search to a re-search so that \< and \> could be used along with any other regular expression construct. The one pitfall is that '_' is not a word character in the TAGS file normally and that screws things up as well (but can be fixed fairly easily). pedz