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

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

[debbugs-tracker] bug#36278: closed (26.1; ada-mode 6.0.0 auto-casing no


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36278: closed (26.1; ada-mode 6.0.0 auto-casing no longer honors the casing of the declaration)
Date: Sun, 18 Aug 2019 16:59:02 +0000

Your message dated Sun, 18 Aug 2019 09:58:37 -0700
with message-id <address@hidden>
and subject line close
has caused the debbugs.gnu.org bug report #36278,
regarding 26.1; ada-mode 6.0.0 auto-casing no longer honors the casing of the 
declaration
to be marked as done.

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


-- 
36278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36278
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 26.1; ada-mode 6.0.0 auto-casing no longer honors the casing of the declaration Date: Tue, 18 Jun 2019 13:59:11 +0200
Package: emacs, ada-mode
X-Debbugs-CC: address@hidden
Severity: minor

Hello,

In ada-mode 5.2, auto-casing honors the casing of the declaration of an
entity but ada-mode 6.2 does not; instead it forces the user to create
a casing exception on every declaration that uses "non-standard" casing.
In our large code base this causes frustration as programmers often
introduce local upper-case acronyms to shorten some names, e.g.

procedure A (The_Flight : in Flight.T) is
   FTFX : Flight.Fixed_Info.T renames The_Flight.Fixed_Info;
begin
   FTFX.Foo := True;
end A;

Supposing a procedure A that is hundreds of lines long with dozens of
uses of FTFX, ada-mode 6.0 is unhelpful when forcing the casing down
to Ftfx.  Adding casing exceptions for such local uses is not really
appealing.

Would it be difficult to use casing-as-declaration by default with the
new parser in 6.x?

--
Ludovic Brenta.



--- End Message ---
--- Begin Message --- Subject: close Date: Sun, 18 Aug 2019 09:58:37 -0700 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]