help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Paren Numbers


From: Artist
Subject: Paren Numbers
Date: 1 Mar 2003 22:58:04 -0800

Hi, 
 I code in LISP and Perl and I like to know How I can number the
parans temporarily. Especially when having compiler error in perl,
some time I have to guess where I am missing the parens. So if there
are numbering.. ie..

{ some test
  { somet other text
    }
}

should be converted

{1 some text
   {2 
      some other text
    2}
1}

that would be useful.

Thanks,
Artist


reply via email to

[Prev in Thread] Current Thread [Next in Thread]