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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e7151167e0767ecc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Feasibility of using Ada in new development Date: 08 Sep 2004 08:26:00 -0400 Organization: Cuivre, Argent, Or Message-ID: References: <8429999a.0408231027.2850e800@posting.google.com> <19b0e504.0408300906.15164bf3@posting.google.com> <19b0e504.0408310911.1e885c26@posting.google.com> <0Q2Zc.2443$TG.1908@trndny01> <19b0e504.0409020718.40a57082@posting.google.com> <9tednWJ_s_4bBarcRVn-qw@megapath.net> <413D720E.70802@crs4.it> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1094646381 24274 212.85.156.195 (8 Sep 2004 12:26:21 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 8 Sep 2004 12:26:21 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-OriginalArrivalTime: 08 Sep 2004 12:26:10.0908 (UTC) FILETIME=[062BA9C0:01C4959F] X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:3473 Date: 2004-09-08T08:26:00-04:00 Georg Bauhaus writes: > Jacob Sparre Andersen wrote: > : Stephen Leake wrote: > : > :> Emacs solves the "Text_IO" case by allowing users to specify > :> exceptions to the default capitalization rule. I expect a "good IDE" > :> to do the same. > : > : How do I do that? (both in general and per-project) > > "The idea is to create a dictionary of exceptions, and store it > in a file. This file should contain one identifier per line, with the > casing you want to force. The default name for this > file is `~/.emacs_case_exceptions'. You can of course change this > name, through the variable `ada-case-exception-file'." > > >From the Ada mode info file. It also explains the variables that > control casing. In addition, I've extended the "emacs project file" defined by ada-mode to allow specifying the case exception file. See http://www.toadmail.com/~ada_wizard/ -- -- Stephe