Search the web
Sign In
New User? Sign Up
taglist · Vim taglist (source browser) plugin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
problem working with matlab (.m) files under Cygwin/WinXP   Message List  
Reply | Forward Message #423 of 448 |
Hi All-

I had problems to make taglist work with matlab (.m) files.

I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They
work perfectly together with taglist plugin for all other supported file-types:
C++, java, vim...... except matlab.

Matlab files should be now supported by the newly released ctags ver. 5.8, and I
can verify this by running the following ctags command on a matlab source file,
say, "kuchange.m":
ctags -f - --format=2 --excmd=pattern --fields=nks kuchange.m
which generates output tags like:
EnergyLevel kuchange.m /^function Em=EnergyLevel(lori,kori,aori,bori)$/;"
f line:83
......
......

The problem is, when I edit "kuchang.m" in vim, and load the taglist sidebar, no
tags are shown in the taglist sidebar, not even the filename "kuchange.m".

Also, in vim the ":set ft ?" command outputs "filetype=matlab". That means vim
does recognize its filetype as "matlab".

I'm really confused with which step goes wrong. I would appreciate it if
anybody could give some hints.

--Hui

BTW: I came across a similar problem mentioned recently in this mailing list,
with only filenames shown in the taglist sidebar. This problem appeared when
using downloaded ctags win32-executable directly. It's gone after I downloaded
ctags source code and use the executable compiled under Cygwin.






Sun Jul 26, 2009 11:52 pm

stcalamitas
Offline Offline
Send Email Send Email

Forward
Message #423 of 448 |
Expand Messages Author Sort by Date

Hi All- I had problems to make taglist work with matlab (.m) files. I'm running vim under Cygwin, with exuberant ctags version 5.8 compiled. They work...
stcalamitas
Offline Send Email
Jul 26, 2009
11:53 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help