Giordano <[EMAIL PROTECTED]> writes:
> I was writing this piece of Ada code (Emacs was in Ada-mode) and when I tried > to begin a new paragraph after I > wrote the word "loop", Emacs complained with this statement: "Symbol's > function definition is void: ada-indent" and > after that I couldn't type anything else. I had to disable "Auto Indent After > Return" in Ada::Options menu to keep on > writing. > > ------------------------[code] > 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 > > ------------------------[/code] Hi, I could reproduce it. BTW, what expression are you trying to write? (I used to program in Ada but I don't remember everything about it). Are you sure you are writing valid code? Thanks. -- Jérôme Marant

