in reply to Re: [Emacs] patching cperl-mode to highlight syntax without POD newlines
in thread [Emacs] patching cperl-mode to highlight syntax without POD newlines

Many thanks, but unfortunately your patch is introducing new problems, bc indentation gets confused now and it fails on longer code.

=h1 ------------------------------------------------------- DEFAULT_getaction => bla bla => blubber di blub =cut ------------------------------------------------------ sub DEFAULT_getaction{ my( $cmd, $sth, @row , $jahrpr ) ; # ... }

Thanks for your efforts!!!

Could you plz tell me which lines you changed, I have problems identifying differences between the + and - section.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^2: [Emacs] patching cperl-mode to highlight syntax without POD newlines
  • Download Code

Replies are listed 'Best First'.
Re^3: [Emacs] patching cperl-mode to highlight syntax without POD newlines
by duelafn (Parson) on Apr 27, 2015 at 15:06 UTC

    Well, darn — indeed it does seem to be behaving inconsistently, apparently I didn't test well enough. As for changes, I literally did the simplest thing possible and commented out that chunk of code — there are no actual code changes. Apparently I commented out some critical state updates. I'll try to poke at it more still and will let you know if I find something.

    Good Day,
        Dean

      Doh ... I somehow thought the semicolons were part of the patch format. :D

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!