Stephen Leake <[email protected]> writes:

> Georg Bauhaus <[email protected]> writes:
>
>> with point in the parameter list of
>>
>> procedure Choose
>>   (X, Y, Z : Integer;
>>    Preference : access function (A, B : Integer) return Boolean);
>>
>> C-c C-a turns it into
>>
>> procedure Choose
>>   (X, Y, Z    :        Integer;
>>    Preference : access Integer);
>
> Yes, I recently fixed this. It now produces:
>
>    procedure Choose
>      (X, Y, Z    :        Integer;
>       Preference : access function (A, B : Integer) return Boolean);
>
> I think that fix was after 5.1.8, but I can't tell; I just discovered
> that attempting to install 5.1.8 from Gnu ELPA crashes Emacs! And it
> isn't mentioned in my mtn commit logs or NEWS (sigh). More later.

I've confirmed that this was fixed after 5.1.8, but I still can't
isolate the fix, so I can't give you a small patch. You'll have to
wait for a new release, or update to the current mtn.

Apparently I'm letting my configuration management skills get sloppy,
sigh.

I have not identified the cause of the crash; that will take longer.
People have said they've installed 5.1.8; was that from Gnu ELPA?

-- 
-- Stephe

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

Reply via email to