From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,72bd3676155508c5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-14 07:02:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!peernews3.colt.net!newsfeed.stueberl.de!feed.news.nacamar.de!news.belwue.de!news.uni-stuttgart.de!uniol!news From: Timo Warns Newsgroups: comp.lang.ada Subject: Re: Format of .adp files? Date: 14 Nov 2002 14:57:04 GMT Organization: C. v. Ossietzky Universitaet Oldenburg - Fachbereich Informatik Message-ID: References: <3dcfc6ce$0$308$bed64819@news.gradwell.net> Reply-To: timow@nwn.de NNTP-Posting-Host: schotter.informatik.uni-oldenburg.de User-Agent: slrn/0.9.7.3 (SunOS) Xref: archiver1.google.com comp.lang.ada:30875 Date: 2002-11-14T14:57:04+00:00 List-Id: Preben Randhol wrote: > Stephen Leake wrote: > > > "with system.address_to_access_conversions" > > in Vim for the standard library packages (and procedures and functions) > I intended to make this possible: > > with System.Add and then you should be able to hit to complete the > rest. You could add Ada support to exuberant-ctags then. Thus, other programs would benefit as well. > > It helps meet style guidelines. I would never enforce the > > Can you point me to where this is? I'm a bit uncertain if this is a GNAT > style guide or the Ada style guide. As I understand, Ada is not case > sensitive although I use casing myself. Have a look at http://www.informatik.uni-stuttgart.de/ifi/ps/ada-doc/\ style_guide/sec_3a.html#3.1.3 Timo