Georg Bauhaus <[email protected]> writes: > On 04 Feb 2014, at 15:49, Stephen Leake <[email protected]> > wrote: > >> 5.0.1 is in Gnu ELPA; enjoy! > > Thank you. The new manual section on project files is > clear and simple.
Thanks. > Some library level renamings do no work yet. There are > comments in ada-grammar.wy that give a hint of a possible > explanation, > > library_unit_renaming_declaration > ;; : package_renaming_declaration > : generic_renaming_declaration > ;; | subprogram_renaming_declaration > ; > > > Just FTR, my two tests, > > function Foo return Character; > function Bar return Character renames Foo; > > with Ada.Text_IO; > package TIO renames Ada.Text_IO; You apparently have more Ada code to test with than I do :). The fix is to uncomment the lines in library_unit_renaming_declaration; package_renaming_declaration and subprogram_renaming_declaration are already defined. Will be in 5.0.2 -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
