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

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

[Giordano] Bug#340211: ADA-Mode: "Symbol's function definition is void:


From: Jérôme Marant
Subject: [Giordano] Bug#340211: ADA-Mode: "Symbol's function definition is void: ada-indent"
Date: Mon, 21 Nov 2005 23:09:46 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

Here is a bug report about ada-mode which was received at Debian.
I could reproduce it in the CVS trunk as well.

Thanks.

PS: I'm CC'ing the ada-mode maintainer

==========

Package: emacs21
Version: 21.4a-1
Severity: normal


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]

==========

-- 
Jérôme Marant




reply via email to

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