ada-mode-users
[Top][All Lists]
Advanced

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

Ada mode 6.2.1: size clause not honoring ada-indent-broken


From: SCHOEPFLIN Markus
Subject: Ada mode 6.2.1: size clause not honoring ada-indent-broken
Date: Wed, 4 Dec 2019 11:32:57 +0000

In the following code snippet, the line marked with (1) is unexpectedly not 
indented. Shouldn't it be indented by the value of ada-indent-broken?

---%<---
procedure TEST is

   type FOO_T is
      record
         N : INTEGER;
      end record;

   FOO_BYTE_SIZE : constant INTEGER := 4;

   for FOO_T'SIZE use
   FOO_BYTE_SIZE * 8; -- (1)

begin
   null;
end;
--->%---

The following customization variables are set in my .emacs:

'(ada-auto-case t)
'(ada-case-identifier (quote upper-case))
'(ada-end-name-optional t)
'(ada-indent 3)
'(ada-indent-comment-col-0 t)

-- 
Regards,
Markus



reply via email to

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