On Thu, Aug 21, 2008 at 5:23 PM, Peter Scott <[EMAIL PROTECTED]> wrote:
> On Thu, 21 Aug 2008 14:31:07 +0530, Amit Saxena wrote: > > Assuming you are getting the buggy code for the first time and you need > to > > track which line contains that curly brace which is causing that problem, > > what your modified approach be ? > > Load the code into Emacs. Ensure cperl-mode is enabled. Mark the whole > buffer (control-space at the beginning, then move point to the end). > Execute M-x indent-region, Look to see where the indentation goes "off". > > -- > Peter Scott > http://www.perlmedic.com/ > http://www.perldebugged.com/ > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > http://learn.perl.org/ > > > How can we enable indentation with in "vi" (and not "vim") on Solaris for Perl Code ? Regards, Amit Saxena