> On Friday, July 5th, 2024 at 14:02, Stefan Monnier via Mailing list for Emacs changes emacs-diffs@gnu.org wrote: > > > branch: master > > commit bd86a6c4fde1aa42ea9e8b5434f0cb63f8d52684 > > Author: Stefan Monnier monnier@iro.umontreal.ca > > > > Commit: Stefan Monnier monnier@iro.umontreal.ca > > > > perl-mode.el: Improve indent after hanging open-paren > > > > Make the indentation of the code right after an open paren/brace > > use the same rule as already used to indent the corresponding > > matching paren/brace. > > > > * lisp/progmodes/perl-mode.el (perl-calculate-indent): > > Use `perl-indent-new-calculate`s "virtual" indentation instead of > > approximating it with `current-indentation`. Sorry, I sent this to Stefan but not to emacs-devel... Is it possible this causes a test failure in cperl-test-bug-64364? It does appear to do so here, and the new indentation behavior seems weird to me (though I'm not using Perl much anymore, so maybe this is the New Way). I believe the attached patch might restore the intended behavior... Pip