% ctags -R
するとctags: no input files specified.
Try `ctags --help' for a complete list of options.
って頑に言われる。ひとまず言われた通り
ctags --help
してみると-Rオプションのところに
-R, --no-regex
Don't create tags from regexps for the following files.
とか書いてある。なんかおかしい。ctags --version
してみるとctags (GNU Emacs 24.1)
Copyright (C) 2012 Free Software Foundation, Inc.
This program is distributed under the terms in ETAGS.README
なんか違う。
前にhomebrewでemacs24入れたりしたときにおかしくなったのだろうか。
ともあれ、コレジャナイので入れ直す。
% brew install ctags
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link ctags'
とか言われたので、言われた通りにする。% brew link ctags
できたようなのであらためて
% ctags -R
ちゃんとtagsファイル出来た。
0 件のコメント:
コメントを投稿