Sven Joachim <svenj...@gmx.de> writes:

>> Please start with 'emacs -Q', load the Ada mode files explicitly so
>> you know exactly which ones you are using, and see if you still get
>> the bug.
>
> I still get it in `emacs -Q' for the input mentioned in the bug report:
>
> --8<---------------cut here---------------start------------->8---
> use Text_IO, Ada.Integer_Text_IO;
>
> package body pSacco is
>
>         task body Sacco is
>         palline : Integer := 10;
>         request : array (1 .. 4) of Integer;
>
>         begin
>         request := (0, 0, 0, 0);
>
>     ACCETTA : loop
> --8<---------------cut here---------------end--------------->8---
>

You must execute 'ada-mode' first. Then I get the same error.

I've traced it to an error in ada-get-indent-loop; I'll submit a patch
to Emacs CVS.

I have ada-label-indent set to 0 in my .emacs; that avoids this error.

Thanks for following up on this.

-- 
-- Stephe



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to