Hello,
I have been getting wine from CVS for a while now, and have been looking through the source. How do people who work with the wine code browse around in the source tree? I found that 'ctags -e -R' can be used with emacs, which works OK, but I was wondering if there is a better method.
Thanks,
Blake Leverett
On Tue, 16 Mar 2004 09:10:17 -0700, Blake Leverett wrote:
I have been getting wine from CVS for a while now, and have been looking through the source. How do people who work with the wine code browse around in the source tree? I found that 'ctags -e -R' can be used with emacs, which works OK, but I was wondering if there is a better method.
I use make etags, personally I find it works very well.
thanks -mike