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 04:01:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: config files proposal Date: Fri, 7 Jun 2002 11:01:37 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CFF15E7.9A697B40@cs.tu-berlin.de> <3D00767D.9020100@airmail.net> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1023447697 29333 129.241.83.82 (7 Jun 2002 11:01:37 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 7 Jun 2002 11:01:37 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:25443 Date: 2002-06-07T11:01:37+00:00 List-Id: On Fri, 07 Jun 2002 04:01:49 -0500, Jason King wrote: > A few thoughts on windows .ini style. > 1) The separator for value and key is '=' not ':='. If we use an .ini > file it should not break .ini file conventions. > 2) Standard .ini files use ';' as a comment to eol indicator, e.g. > ; this is a comment Yes but on unix it is very common that # is the mark for comments.