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,7624df5e57d09688 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-07 11:26:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!newspeer.monmouth.com!news-feed.ifi.uio.no!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: config files proposal Date: Fri, 7 Jun 2002 18:26:18 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CFF15E7.9A697B40@cs.tu-berlin.de> <3D00767D.9020100@airmail.net> <3D00E812.E3735093@san.rr.com> <3D00EE9A.FB8EA1E@san.rr.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1023474378 14390 129.241.83.78 (7 Jun 2002 18:26:18 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 7 Jun 2002 18:26:18 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25468 Date: 2002-06-07T18:26:18+00:00 List-Id: On Fri, 07 Jun 2002 17:33:53 GMT, Darren New wrote: > Preben Randhol wrote: >> >> On Fri, 07 Jun 2002 17:06:02 GMT, Darren New wrote: >> > If you're going to only allow alphanumberic keys, you might as well >> > accept ; # and -- as comments. >> >> Yes thought I would like to have only: -- > > Oh, I should also comment that if you're *not* going to follow the windows > .ini file format, chances are the default extension shouldn't be ".ini". :-) The package shouldn't care about the filename, just the content. I like the : Program.Name := Glosa Program.Version := 0.8 etc... more than the [Program] Name=Glosa Version=0.8 style too :-)