Results 1 to 1 of 1
Hi,
i have install Emacs and im trying to able the possibility to go to the definition of a function or a variable:
You can find this text below here ...
- 02-20-2010 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 22
etags: no input files specified.
Hi,
i have install Emacs and im trying to able the possibility to go to the definition of a function or a variable:
You can find this text below here:
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
Now, inside ~./.bashrc i have this line:
My problem: when i execute "mktags", it says:Code:alias mktags='cd /opt/lampp/htdocs/rs && etags `find /opt/lampp/htdocs/rs -name "*.[h|c]"` && cd -'
etags: no input files specified.
Try `etags --help' for a complete list of options.
What's wrong?
Javi


Reply With Quote
