Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!ames!amdahl!pacbell!indetech!lrs From: lrs@indetech.UUCP (Lynn Slater) Newsgroups: comp.emacs Subject: Re: Etags problems Keywords: tags Message-ID: <3493@spinel.indetech.uucp> Date: 29 Jun 89 15:12:56 GMT References: Reply-To: lrs@indetech.UUCP (Lynn Slater) Organization: Independence Technologies, Inc. Fremont, CA Lines: 23 >I have etag'd all my sources for a program that I am maintaining. > If I have a routine named > foo() > and > dofoo() A simple change to find-tag will do it. Replace (if (not (search-forward tagname nil t)) with (if (not (re-search-forward tagname nil t)) Warning: users of this change must be very familar with regular expressions or risk being bewildered by tags. A more practical solution might be to tag on " foo". Note: maybe this question should have gone to Gnu.emacs.bug =============================================================== Lynn Slater -- {sun, ames, pacbell}!indetech!lrs or lrs@indetech.uucp 42075 Lawrence Place, Fremont Ca 94538 Office (415) 438-2048; Home (415) 796-4149; Fax (415) 438-2034 ===============================================================