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.

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;


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

Reply via email to