From: Nurullah Akkaya <nurullah@nakkaya.com>
To: Lucius Fox <lucius.fox08@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Need help in building etags for emacs on MacOS
Date: Wed, 8 Apr 2009 14:36:30 +0300 [thread overview]
Message-ID: <32bebcba0904080436x5c2e8b42s705e7e1ceafca2cd@mail.gmail.com> (raw)
In-Reply-To: <528a76e70904080030l30dacf4dv43ee14a2b209cc5b@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 766 bytes --]
On Wed, Apr 8, 2009 at 10:30 AM, Lucius Fox <lucius.fox08@gmail.com> wrote:
> Hi,
>
> i am trying to following the steps here
> http://frodo.syminet.com/~deep/emacside.html<http://frodo.syminet.com/%7Edeep/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?
>
>
>
I use
find . -type f -name \"*.java\" | etags -
to create tags for java files on OS X.
--
Nurullah Akkaya
http://nakkaya.com
[-- Attachment #2: Type: text/html, Size: 1252 bytes --]
prev parent reply other threads:[~2009-04-08 11:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-08 7:30 Need help in building etags for emacs on MacOS Lucius Fox
2009-04-08 11:36 ` Nurullah Akkaya [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=32bebcba0904080436x5c2e8b42s705e7e1ceafca2cd@mail.gmail.com \
--to=nurullah@nakkaya.com \
--cc=help-gnu-emacs@gnu.org \
--cc=lucius.fox08@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.