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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham 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-13 21:58:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Format of .adp files? Date: 14 Nov 2002 05:58:48 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <3dcfc6ce$0$308$bed64819@news.gradwell.net> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1037253526 14743 62.49.19.209 (14 Nov 2002 05:58:46 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Thu, 14 Nov 2002 05:58:46 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:30849 Date: 2002-11-14T05:58:48+00:00 List-Id: Stephen Leake writes: > There is a file of exceptions to the normal capitalization rule, so > things like Ada.Text_IO are done correctly (the _IO violates the > normal rule). That's the file that should be specified in the .adp > file. I've been using the supported version of ada-mode, so I may be a bit off from the 3.6 version, but I'm pretty sure that (a) the case exception file is a customization thing, not a .adp thing (I'm not sure I totally agree with that) (b) you can have more than one. Running C-h C-v ada-case-exception-file here says ada-case-exception-file's value is ("~/.emacs_case_exceptions") Documentation: *List of special casing exceptions dictionaries for identifiers. The first file is the one where new exceptions will be saved by Emacs when you call `ada-create-case-exception'. These files should contain one word per line, that gives the casing to be used for that word in Ada files. If the line starts with the character *, then the exception will be used for substrings that either start at the beginning of a word or after a _ character, and end either at the end of the word or at a _ character. Each line can be terminated by a comment. You can customize this variable. Defined in `ada-mode'.