[Emacs-ada-mode] PATCH: Change ada-mode.el to recognized Ada05 keywords

Jordan Bettis jordanb at hafd.org
Sat Jun 28 21:09:54 PDT 2008


Hi. I've modified ada-mode.el to recognize the overriding,
synchronized, and interface keywords.

It seems to be working well, the only slight trouble is that in the
ada05 rationale, they show indentation for overriding functions like
this:

overriding
function foo (...) return ...;

and ada-mode indents it like this:

overriding
  function foo (...) return ...;

I'm not entirely sure how to make it do the former (and rather like
the latter anyway).

-- 
Jordan Bettis -- Chicago Il.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ada-mode.el.ada05.patch
Type: text/x-diff
Size: 7507 bytes
Desc: not available
Url : http://stephe-leake.org/pipermail/emacs-ada-mode_stephe-leake.org/attachments/20080628/272696ac/attachment.bin 


More information about the Emacs-ada-mode mailing list