Date: Mon, 23 Nov 1998 19:26:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Oliver Roese cc: djgpp AT delorie DOT com Subject: Re: Rhide: How to configure the searching facilities! In-Reply-To: <73brtu$av5@tim.xenologics.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 23 Nov 1998, Oliver Roese wrote: > Grep.exe is started with a parameter missing (the -H parameter is needed.) Alternatively, append "NUL" to the list of the file names you submit to Grep, and it will turn on the line-numbers output (that's what -H does) automatically. > ("Id-Utils" is available from any djgpp-mirror for example from > ftp://teeri.oulu.fi/pub/msdos/programming/djgpp2/ Look for "Idu32b.zip" and > "Idu32d.zip". > A good tagfilegenerator is available from > http://fly.hiwaay.net/~darren/ctags/.) > > Wouldnt it be nice to use them? Or, you could use Emacs, which already has an interface for ID-utils (and for Grep, and for Diff, end...) and comes with a tagifying program that understands almost any programming language on Earth. ;-) > 2) "lid.exe" dont understand C-syntax. If you search a common symbol your > message-window will be flooded with a lot of references. This is not true. The `mkid' program that builds the data-base *is* language-sensituive, and so the symbols in the data-base are C symbols, not simple strings.