* Need help in building etags for emacs on MacOS
@ 2009-04-08 7:30 Lucius Fox
2009-04-08 11:36 ` Nurullah Akkaya
0 siblings, 1 reply; 2+ messages in thread
From: Lucius Fox @ 2009-04-08 7:30 UTC (permalink / raw)
To: help-gnu-emacs
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?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-08 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 7:30 Need help in building etags for emacs on MacOS Lucius Fox
2009-04-08 11:36 ` Nurullah Akkaya
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.