[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: TAGS in win32 emacs
From: |
Shai Kamin |
Subject: |
RE: TAGS in win32 emacs |
Date: |
Thu, 28 Jun 2001 12:48:38 -0500 |
to create TAGS files on a Windows system, you need to run etags.exe which is
supposed to be in your 'bin' directory of emacs.
> -----Original Message-----
> From: help-gnu-emacs-admin@gnu.org
> [mailto:help-gnu-emacs-admin@gnu.org]On Behalf Of Kai Gro?johann
> Sent: Thursday, June 28, 2001 11:32
> To: Blue, Neil
> Cc: help-gnu-emacs@gnu.org
> Subject: Re: TAGS in win32 emacs
>
>
> On Thu, 28 Jun 2001, Neil Blue wrote:
>
> > I am new to emacs lisp, and I am following the tutorial at:
> >
> http://www.delorie.com/gnu/docs/emacs-lisp-intro/emacs-lisp-in
tro_62.html
>
> however I am unable to find the src directory or the TAGS file in
> the win 32 distro. Please could anyone tell me where this is.
You can get the Emacs source tarball emacs-20.7.tar.gz from
ftp.gnu.org and its mirrors. There you will find a directory
emacs-20.7/src. The TAGS file doesn't exist, but I guess "make tags"
might help -- at least on a Unix system. Not sure how to create the
TAGS file on a Windows system.
For finding my way around *.el files, I like to use M-x find-function
RET.
But tags are very useful for other kinds of code -- C code, Perl code,
...
kai
--
~/.signature: No such file or directory
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnu-emacs