Hi, Bram. > > I am a bit confused. Using Exuberant Ctags I can generate tags files > for Java source, but the paths are generated as Windows paths, which > vim on Cygwin doesn't understand (of course). > > How do I generate tags files that Cygwin will understand? > > I installed Exuberant Ctags "Source and binary for Windows 98/NT/2000/ > XP" and put in my Cygwin path..
Well, you can install a lot of tools on Cygwin and call then in a Windows prompt. I use this a lot. But you must be very careful using a Windows tool on Cygwin. At all, you should avoid do that. If you are using Vim on Cygwin you should install Exuberant CTags on Cygwin. This will work as expected. I use Vim and GVim on Windows and use Exuberant CTags on Windows. Works fine. I use CScope installed on my Cygwin package, from a windows prompt. Also works fine. I use "ls", "d (the directory listing tool)", "man", "info" and all others tools in the Cygwin package from a Windows shell. All works fine for me. I have Python and Perl installed on Cygwin and use the scripts from the Windows shell. Also all works fine. In this case I had to do a little batch script to call the ".py" or ".pl" files using Python or Perl. Too easy. Off course the "\cygwin\bin" directory is on my Windows PATH environment variable. Best Regards, Alessandro --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
