GNU bug report logs - #1920
Ada-mode: issues with label indenting

Previous Next

Package: emacs;

Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>

Date: Thu, 15 Jan 2009 09:35:04 UTC

Severity: normal

Fixed in version emacs/23.2

Done: Stephen Leake <stephen_leake <at> stephe-leake.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Juanma Barranquero" <lekktu <at> gmail.com>
To: "Emacs Bug Tracker" <submit <at> debbugs.gnu.org>
Subject: bug#1920: 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: stephen_leake <at> stephe-leake.org


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;




This bug report was last modified 15 years and 137 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.