Menu

#337 There is a temporary file name in TAGS

open
nobody
None
5
2012-09-14
2012-09-14
akicho8
No

I can not jump properly if there are temporary files in the TAGS file

$ brew install ctags --HEAD

$ ctags --version
Exuberant Ctags Development, Copyright (C) 1996-2009 Darren Hiebert
Compiled: Sep 14 2012, 11:51:16
Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex

$ ctags -e -o ~/tmp/RUBYLIB_TAGS --Ruby-kinds=-f --exclude='*.html' --exclude='*.js' -R /usr/local/rvm/rubies/default/lib/ruby/1.9.1 `rvm gemdir`/gems

$ grep -n /var/folders/ ~/tmp/RUBYLIB_TAGS | head -3
43:/var/folders/9c/_62dfc8502g_d5r05zyfwlxh0000gn/T//tags.3dWwVG,160
63:/var/folders/9c/_62dfc8502g_d5r05zyfwlxh0000gn/T//tags.KZHWdY,99
164:/var/folders/9c/_62dfc8502g_d5r05zyfwlxh0000gn/T//tags.g03oF6,271

part in ~/tmp/RUBYLIB_TAGS

/var/folders/9c/_62dfc8502g_d5r05zyfwlxh0000gn/T//tags.3dWwVG,160
module Jacobian Jacobian 23,676
def isEqual(a,b,zero=0.0,e=1.0e-8) isEqual 27,803
def dfdxi(f,fx,x,i) dfdxi 44,1106
def jacobian(f,fx,x) jacobian 76,1890

Discussion


Log in to post a comment.