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

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

[Emacs-bug-tracker] bug#1920: marked as done (Ada-mode: issues with labe


From: Emacs bug Tracking System
Subject: [Emacs-bug-tracker] bug#1920: marked as done (Ada-mode: issues with label indenting)
Date: Thu, 14 Jan 2010 01:04:02 +0000

Your message dated Wed, 13 Jan 2010 20:03:48 -0500
with message-id <address@hidden>
and subject line Re: 1920 Ada-mode: issues with label indenting
has caused the Emacs bug report #1920,
regarding Ada-mode: issues with label indenting
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact address@hidden
immediately.)


-- 
1920: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1920
Emacs Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Ada-mode: issues with label indenting Date: Thu, 15 Jan 2009 10:27:38 +0100
Package: emacs,ada-mode
Version: 22.1,23.0.60
X-Debbugs-CC: address@hidden


There are several issues with indentation of labels in Ada mode:

procedure Label_Test is
begin
   if True then
      null;
  Label1:
      null;
      <<Label2>>   -- ada-label-indent not working?
          if False then
          null;    -- then-part not correctly indented
          else
             null;
          end if;
   end if;
end Label_Test;



--- End Message ---
--- Begin Message --- Subject: Re: 1920 Ada-mode: issues with label indenting Date: Wed, 13 Jan 2010 20:03:48 -0500 User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt)
Package: emacs,ada-mode
Version: 23.2

I've fixed this bug in my working sources; I'll submit a patch to
Juanma to commit to CVS for 23.2.

-- 
-- Stephe


--- End Message ---

reply via email to

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