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

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

bug#38591: closed (26.1; ada-mode 6.2.1 ada-align occasionally misaligns


From: GNU bug Tracking System
Subject: bug#38591: closed (26.1; ada-mode 6.2.1 ada-align occasionally misaligns named parameter associations)
Date: Fri, 31 Jan 2020 14:13:02 +0000

Your message dated Fri, 31 Jan 2020 06:12:42 -0800
with message-id <address@hidden>
and subject line closed by ada-mode version 7.0.1
has caused the debbugs.gnu.org bug report #38591,
regarding 26.1; ada-mode 6.2.1 ada-align occasionally misaligns named parameter 
associations
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38591: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38591
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; ada-mode 6.2.1 ada-align occasionally misaligns named parameter associations Date: Fri, 13 Dec 2019 14:12:00 +0100
X-Debbugs-CC: address@hidden
Package: emacs, ada-mode
Version: 26.1
Severity: minor

In the following procedure call:

      Create_Update
        (The_F                  => New_F,
         Query                 => Query,
         S  => G (J),
         P                     => P,
         Route                   => R);

place point on the line containing The_Flight and do M-^ (delete-indentation)
then move point down then do C-c C-a (ada-align).  Actual result:

      Create_Update (The_F => New_F,
                     Query => Query,
                     S     => G (J),
                     P     => P,
                   Route   => R);

Note how the arrows are correctly aligned but the name of the last parameter isn't; what is worse, the number of spaces between route and => is incorrect, so fixing the problem requires manual intervention (C-c TAB does not suffice).

This happens only in a few cases. I will send a complete source file that
reproduces, in private.

--
Ludovic Brenta.



--- End Message ---
--- Begin Message --- Subject: closed by ada-mode version 7.0.1 Date: Fri, 31 Jan 2020 06:12:42 -0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)
-- 
-- Stephe


--- End Message ---

reply via email to

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