emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#35925: closed (perl-mode wrecks formats)


From: GNU bug Tracking System
Subject: bug#35925: closed (perl-mode wrecks formats)
Date: Sun, 01 Oct 2023 02:18:02 +0000

Your message dated Sat, 30 Sep 2023 19:17:01 -0700
with message-id 
<CADwFkmkDfbJHdRTrfF__gGeDhQ1uWEkZVr9fxcANi2dhubZ9zg@mail.gmail.com>
and subject line Re: bug#35925: perl-mode wrecks formats
has caused the debbugs.gnu.org bug report #35925,
regarding perl-mode wrecks formats
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
35925: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35925
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: perl-mode wrecks formats Date: Mon, 27 May 2019 21:11:05 +0800
In perl-mode,

format FH =
@<< @# @<< @### @<<<<< @# @<<<< @#
(split)[0..5, 7..8]
.
write FH;

becomes

format FH =
    @<< @# @<< @### @<<<<< @# @<<<< @#
    (split)[0..5, 7..8]
    .
    write FH;

wrecking output indentation and even introducing a syntax error on the "." line.

(See man perlform.)

Seen with C-x h TAB, emacs-version "26.1".



--- End Message ---
--- Begin Message --- Subject: Re: bug#35925: perl-mode wrecks formats Date: Sat, 30 Sep 2023 19:17:01 -0700
Version: 30.1

Mauro Aranda <maurooaranda@gmail.com> writes:

> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>
>> In perl-mode,
>>
>> format FH =
>> @<< @# @<< @### @<<<<< @# @<<<< @#
>> (split)[0..5, 7..8]
>> .
>> write FH;
>>
>> becomes
>>
>> format FH =
>>     @<< @# @<< @### @<<<<< @# @<<<< @#
>>     (split)[0..5, 7..8]
>>     .
>>     write FH;
>>
>> wrecking output indentation and even introducing a syntax error on the "."
>  line.
>>
>> (See man perlform.)
>>
>> Seen with C-x h TAB, emacs-version "26.1".
>
> AFAICS, perl-mode doesn't recognize a format declaration when indenting.
> I attach a patch that adds a check, plus some tests.

Thanks, installed on master.

[1: 7caa3f5499b]: 2023-10-01 04:13:17 +0200
  Fix indentation in perl-mode (Bug#35925)
  
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=7caa3f5499b1ca4b6d66c1655a4e0d6903755679


--- End Message ---

reply via email to

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