On 09.09.13 11:51, Georg Bauhaus wrote:

> Does not work for me right now,
> something is broken here. Pressing
> tab always removes all indentation.
> 
> I notice that wisi uses old style CL
> abbreviations like "cdddr". I guess
> then that I should (require 'cl) before
> ada-mode?

(The latter CL-part is done, but doesn't fix the former.)

Example. the package body is indented once the syntax
is complete and correct, the spec isn't:

package Tasks is

type T is null record;

protected type P is
entry Foo;
end P;

end Tasks;

package body Tasks is

   protected body P is
      entry Foo when True is
      begin
         null;
      end Foo;
   end P;

end Tasks;


_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org

Reply via email to