NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
my .emacs settings (Score:1)
First, make sure that you have the latest cperl-mode. A lot of distributions don't include the latest one. Your file cperl-mode.el should be at least version 4.32. Find it on CPAN (I think). That fixes some problems with indentation.
My indenting style is probably different than yours, but this from my ~/.emacs might at least give you some ideas:
The only problem I have with that is that it indents every continued line by two from each previous line, rather than indenting all of them by two from the first line.
Reply to This