I haven't had any trouble. I think IIRC it may be confused a little by
given/when, but not badly.
Paul Anderson -- VE3HOP
On 2012-09-12, at 12:20 PM, Vic Sage wrote:
>
> On Sep 12, 2012, at 5:59 AM, Paul Anderson wrote:
>
>> Install PDE from CPAN and it'll work alright. It works f
On Sep 12, 2012, at 5:59 AM, Paul Anderson wrote:
> Install PDE from CPAN and it'll work alright. It works fine for me on 5.16.1.
So it does.
I was concerned that PDE hadn't been updated in four years. But I gather it
works well with all the recent syntax?
V
--
To unsubscribe, e-mail:
Another thing to look out for in PDE is a line like:
use 5.14;
It appears that newer versions of perl will interpret this as version 5.140,
not 5.14. You need a zero, like so:
use 5.014;
Then it will interpret it properly.
>From my ~/.emacs:
(defalias 'perl-mode 'cperl-mode)
(setq cperl-hai
On Sep 11, 2012, at 11:45 PM, Shlomi Fish wrote:
> Hi pangj,
>
> On Wed, 12 Sep 2012 12:28:54 +0800
> pangj wrote:
>
>> Have been coding perl with VIM always.
>>
>
> Good for you, but the original question was about Emacs and it is a legitimate
> question.
I had no idea how popular Vi/Vim
On 12-Sep-2012, at 9:38, Vic Sage wrote:
> I'd like to hear some recommendations from this list for customizations to
> emacs for coding Perl.
>
> One seemingly respected site, http://emacswiki.org/emacs/PerlLanguage, has a
> lot of links but unfortunately some are pretty dated. For example
Install PDE from CPAN and it'll work alright. It works fine for me on 5.16.1.
Paul Anderson -- VE3HOP
On 2012-09-12, at 12:08 AM, Vic Sage wrote:
> I'd like to hear some recommendations from this list for customizations to
> emacs for coding Perl.
>
> One seemingly respected site,
Hi pangj,
On Wed, 12 Sep 2012 12:28:54 +0800
pangj wrote:
> Have been coding perl with VIM always.
>
Good for you, but the original question was about Emacs and it is a legitimate
question. There are many other possible editors that can be recommended,
but they are out of the scope of this thr
> >
> > There's also my Emacs config: https://github.com/genehack/emacs (the Perl
> > stuff is mostly in etc/perl.el)
>
> Okay, this looks good but I don't know how to install it. I have a .emacs
> file and a .emacs.d directory in my home directory; you have an init.el file
> and bin, etc, and
On Sep 11, 2012, at 10:24 PM, John SJ Anderson wrote:
> Well, there's the 'Tweakers Anonymous' talk I gave at YAPC…
>
> * slides: http://www.slideshare.net/genehackdotorg/tweakers-anonymous-13313552
> * video: http://www.youtube.com/watch?v=A3_lY-zlzik
Okay - good points to keep in mind.
>
> T
Have been coding perl with VIM always.
I'd like to hear some recommendations from this list for
customizations to emacs for coding Perl.
One seemingly respected site, http://emacswiki.org/emacs/PerlLanguage,
has a lot of links but unfortunately some are pretty dated. For
example, the Perl D
On Tuesday, September 11, 2012 at 9:08 PM, Vic Sage wrote:
> I'd like to hear some recommendations from this list for customizations to
> emacs for coding Perl.
>
> One seemingly respected site, http://emacswiki.org/emacs/PerlLanguage, has a
> lot of links but unfortunately some are pretty date
I'd like to hear some recommendations from this list for customizations to emacs for coding Perl.One seemingly respected site, http://emacswiki.org/emacs/PerlLanguage, has a lot of links but unfortunately some are pretty dated. For example, the Perl Develop Environment, http://search.cpan.org/dist
12 matches
Mail list logo