help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Need help in building etags for emacs on MacOS


From: Lucius Fox
Subject: Need help in building etags for emacs on MacOS
Date: Wed, 8 Apr 2009 00:30:41 -0700

Hi,

i am trying to following the steps here
http://frodo.syminet.com/~deep/emacside.html to build etags for emacs.

Assuming CODEDIR to be the top-level source directory, first update
your ~/.bashrc like so:
alias mktags='cd $CODEDIR && etags `find $CODEDIR -name "*.[h|c]"` && cd -'
Then run:

source ~/.bashrc
mktags

but when i try that on MacOS, I get this error:

$  mktags
-bash: /usr/bin/etags: Argument list too long


Can you please tell me how to get it to work?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]