On Tue, Aug 14, 2001 at 06:01:10AM -0400, Steve Revilak wrote:
> So what's the selling point of perl-mode? Out of the box, I find it
> much easier to read; some of cperl's low-contrast highlightings are
> just a little hard on my eyes. I could never get used to the
> trailing-underline-as-you-type thing either.
This "feature" annoyed me too. This is how I fixed it in my .emacs:
(setq cperl-invalid-face nil)
Oh, and to stay on thread... Emacs with cperl-mode for coding, the
ptkdb debugger for serious debugging. I used Komodo on Windows, and
it's very slow.
Ted