On Sun, Jan 9, 2011 at 5:12 PM, Parrot <[email protected]> wrote: > #1922: Review Parrot's 'make help' > ---------------------+------------------------------------------------------ > Reporter: jkeenan | Owner: jkeenan > Type: cage | Status: assigned > Priority: normal | Milestone: > Component: docs | Version: 2.10.0 > Severity: low | Keywords: > Lang: | Patch: > Platform: | > ---------------------+------------------------------------------------------ > > Comment(by jkeenan): > > `make tags-vi` and `make tags-emacs` are two targets with which I am not > familiar. Can anyone describe their purpose? > > In any event, I got inconsistent results. Both appeared to work on Linux; > both appeared to fail on Darwin. Attaching outputs of each target. > > Thank you very much. > > kid51
"tags-vi" generates a tags file for vi. (so you can do "vi -t <function name>" and have vi open the correct file of the definition and start you on that line. (I don't use vi, but assume the other does the same.) Presumably (since you don't show the failure) you just don't have tags installed on darwin. (works here on darwin) -- Will "Coke" Coleda _______________________________________________ parrot-tickets mailing list [email protected] http://lists.parrot.org/mailman/listinfo/parrot-tickets
