Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Dr Bean
On Thu, 28 Sep 2006, Kevin Old wrote: > I've installed Perl::Tags from cpan and setup ftplugin/perl.vim like > the docs. I loaded a perl script to see how Perl::Tags worked and > nothing happened. I verified it was being loaded by :scriptnames and > it was. I started writing some perl code and

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Kevin Old
I've installed Perl::Tags from cpan and setup ftplugin/perl.vim like the docs. I loaded a perl script to see how Perl::Tags worked and nothing happened. I verified it was being loaded by :scriptnames and it was. I started writing some perl code and nothing happened. How do I execute the tags?

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-27 Thread Dr Bean
On Fri, 21 Jul 2006, Hakim Cassimally wrote: > Have you got PERL5LIB set to look in lib/ and t/ ? > Module::Locate defaults to looking at @INC. > You could set this in your environment variables. Rather than this alternative, I like the next one: > Of course, it would be nice if Perl::Tags would

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-21 Thread Hakim Cassimally
Have you got PERL5LIB set to look in lib/ and t/ ? Module::Locate defaults to looking at @INC. You could set this in your environment variables. Of course, it would be nice if Perl::Tags would look at: use lib qw( ); declarations and add those to where it looks for modules... By the way,

Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-07-21 Thread Dr Bean
On Wed, 12 Jul 2006, Dr Bean wrote: > On Wed, 12 Jul 2006, Hakim Cassimally wrote: > > Also... at the moment the script in the manpage doesn't have a mapping > > to refresh the tags file. If you defined the sub after opening the > > file, it won't be seen until you close and reopen. (I'll proba

Re: perlcomplete.vim -- anyone working on this?

2006-07-16 Thread Peter Hodge
It may be worthwhile e-mailing the author to let them know that their modification of the iskeyword is not ideal. After all, ftplugin scripts *should* be setting iskeyword to something useful, but if it is not done properly it can cause major hastles. regards, Peter --- Vigil <[EMAIL PROTECTE

Re: perlcomplete.vim -- anyone working on this?

2006-07-16 Thread Vigil
Oh. Grr, I hate it when plugins go changing the absolute value of your settings. I had a perl_doc.vim ftplugin that was "setlocal iskeyword=a-z,A-Z,48-57,:,/,."ing, which must have been being sourced after perl.vim. Thanks, Peter. On Mon, 17 Jul 2006, Peter Hodge wrote: I do believe that if

Re: perlcomplete.vim -- anyone working on this?

2006-07-16 Thread Peter Hodge
Hello, I do believe that if you 'set verbose=2' and then 'set isk?' vim will tell you where it was last set. I was having the same problem Saturday night when the ftplugin/php.vim was adding '$' to isk. I found that adding "set isk-=$" to ~/.vim/ftplugin/php.vim did *not* work, but adding it to

Re: perlcomplete.vim -- anyone working on this?

2006-07-16 Thread Vigil
I put 'set iskeyword+=_' (I've tried numerous quoting around the underscore) but ':set iskeyword?' keeps saying "iskeyword=a-z,A-Z,48-57,:,/,.". I just can't get the underscore into iskeyword. What's the command to see where a setting was last defined? On Wed, 12 Jul 2006, Hakim Cassimally wro

Re: perlcomplete.vim -- anyone working on this?

2006-07-12 Thread Dr Bean
On Wed, 12 Jul 2006, Hakim Cassimally wrote: > Also... at the moment the script in the manpage doesn't have a mapping > to refresh the tags file. If you defined the sub after opening the > file, it won't be seen until you close and reopen. (I'll probably fix > this soon, but patches welcome :-)

Re: perlcomplete.vim -- anyone working on this?

2006-07-11 Thread Hakim Cassimally
On 12/07/06, Vigil <[EMAIL PROTECTED]> wrote: This is perfect - thank you! One issue, though (although I suspect this is more to do with vim): it did not recognise a (locally defined) sub whose filename contained an underscore. Check what you have set for iskeyword. On my vim: iskeywor

Re: perlcomplete.vim -- anyone working on this?

2006-07-11 Thread Dr Bean
On Tue, 11 Jul 2006, Vigil wrote: > This is perfect - thank you! > One issue, though (although I suspect this is more to do with vim): it did > not recognise a (locally defined) sub whose filename contained an > underscore. You mean the sub name contained an underscore? Perl::Tags finds subs

Re: perlcomplete.vim -- anyone working on this?

2006-07-11 Thread Vigil
This is perfect - thank you! One issue, though (although I suspect this is more to do with vim): it did not recognise a (locally defined) sub whose filename contained an underscore. On Mon, 10 Jul 2006, Hakim Cassimally wrote: On 28/05/06, Vigil <[EMAIL PROTECTED]> wrote: > I would just like

Re: perlcomplete.vim -- anyone working on this?

2006-07-10 Thread Dr Bean
On Mon, 10 Jul 2006, Hakim Cassimally wrote: > You might also want to try my recently released perl module > Perl::Tags... It has the advantage of being embeddable within > Vim, so you can incrementally add to a tags file as you edit. > > http://search.cpan.org/~osfameron/Perl-Tags/lib/Perl/Tags

Re: perlcomplete.vim -- anyone working on this?

2006-07-10 Thread Hakim Cassimally
On 28/05/06, Vigil <[EMAIL PROTECTED]> wrote: > I would just like ctags to work with perl :-/ ctags already works with Perl (up to a point) though the bundled pltags.pl script is slightly better. You might also want to try my recently released perl module Perl::Tags, which is a slightly moderni

Re: perlcomplete.vim -- anyone working on this?

2006-05-28 Thread Vigil
I would just like ctags to work with perl :-/ On Fri, 12 May 2006, �� � wrote: I for one would appreciate a perlcomplete.vim script. -- .

RE: perlcomplete.vim -- anyone working on this?

2006-05-11 Thread David Fishburn
> -Original Message- > From: Kevin Old [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 09, 2006 3:46 PM > To: vim@vim.org > Subject: perlcomplete.vim -- anyone working on this? > > Hello, > > I was shocked that there wasn't a perlcomplete.vim in the &

Re: perlcomplete.vim -- anyone working on this?

2006-05-11 Thread Виктор Кожухаров
> Kevin Old wrote: > > Hello, > > > > I was shocked that there wasn't a perlcomplete.vim in the source and > > would like to create one or help someone who's writing one. > > > > Contact me if I an be of help, > > > Kevin > > -- > > Kevin Old > > [EMAIL PROTECTED] I for one would appreciate a pe

Re: perlcomplete.vim -- anyone working on this?

2006-05-10 Thread Keith Corwin
Awesome! Thanks! Aaron Griffin wrote: On 5/9/06, Keith Corwin <[EMAIL PROTECTED]> wrote: Anyone know of good work-arounds or alternatives? Yeah, write one. It's not all that hard.

Re: perlcomplete.vim -- anyone working on this?

2006-05-09 Thread Aaron Griffin
On 5/9/06, Keith Corwin <[EMAIL PROTECTED]> wrote: Anyone know of good work-arounds or alternatives? Yeah, write one. It's not all that hard.

Re: perlcomplete.vim -- anyone working on this?

2006-05-09 Thread Keith Corwin
I myself was shocked by the lack of not only perlcomplete.vim, but of javacomplete.vim. :) I found IComplete (http://stud4.tuwien.ac.at/~e0125672/icomplete/) which is intended for C++ and kinda-works for Java, but I'm finding it lacking for anything Java-specific (it seems to not recognize int

perlcomplete.vim -- anyone working on this?

2006-05-09 Thread Kevin Old
Hello, I was shocked that there wasn't a perlcomplete.vim in the source and would like to create one or help someone who's writing one. Contact me if I an be of help, Kevin -- Kevin Old [EMAIL PROTECTED]