in reply to Taking the emacs plunge

>4.How much, if any lisp, will I need to learn?
None, write your .emacs in Perl ;-)

--
perl -pew "s/\b;([mnst])/'$1/g"

Replies are listed 'Best First'.
Re: Re: Taking the emacs plunge
by drewbie (Chaplain) on Apr 26, 2002 at 19:50 UTC
    Excellent! Leave it to those crafty hackers to get perl into emacs. I should still probably get the equivalent of "Learning LISP" though. ;-)
      Honestly you don't need to know lisp unless you plan on writing your own modes (which I'm sure you could do with Perlmacs). Usually you're just setting various values, and loading a few modes.

      --
      perl -pew "s/\b;([mnst])/'$1/g"