Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Thanks for joining the list
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shlomi Fish  
View profile  
 More options Jun 4 2009, 7:55 am
From: Shlomi Fish <shlo...@iglu.org.il>
Date: Thu, 04 Jun 2009 14:55:20 +0300
Local: Thurs, Jun 4 2009 7:55 am
Subject: Re: [vim-perl] Thanks for joining the list
On Thursday 04 June 2009 01:21:40 Andy Lester wrote:

> Wow, 40 subscribers in 18 hours.  Not bad.

> What cool stuff are y'all doing with Vim and Perl and how can we get
> the rest of the programmer public to take advantage of those marvelous
> advances you're using?

Hi!

I'm doing most of my programming (and text editing in general) in Vim, and
that includes Perl programming. Most of the vim functionality I've been using
is programming language-neutral, and I've been blogging about various tips
I've discovered here:

http://community.livejournal.com/shlomif_tech/tag/vim

And previously here:

http://shlomif.livejournal.com/tag/vim

I'm using the perl-support vim plug-in, which has some nice features, but can
also be annoying. For example, when I type "\@" in insert-mode, it insert a
weird "my @..." declaration. Turns out that after typing \ one has to wait a
little before being able to continue because the perl-support bounded that
key. I also did not get used to using the perl-support code generation
feature, and I noticed that in a way, it was not adapted for more serious
code. For example when generating a function it does:

sub func
{
        my ($param1, $param2) = @_;

}

Instead of:

sub mymethod
{
        my ($self, $args) = @_;

}

I created and released a few Vim scripts:

http://www.vim.org/account/profile.php?user_id=499

I no longer use the xmms play and enqueue. The perl-test-manage.vim is now
mostly implemented using Test::Count (and thus I need to release a new version
of it.). range-search.vim is still relevant and I'm still using it.

Regards,

        Shlomi Fish

> xoxo,
> Andy

> --
> Andy Lester => a...@petdance.com => www.theworkinggeek.com => AIM:petdance

--
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Interview with Ben Collins-Sussman - http://xrl.us/bjn8s

God gave us two eyes and ten fingers so we will type five times as much as we
read.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.