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: 109fba,ea99940253996e3e X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,ea99940253996e3e X-Google-Attributes: gid103376,public X-Google-Thread: 108717,ea99940253996e3e X-Google-Attributes: gid108717,public X-Google-Thread: f43e6,ea99940253996e3e X-Google-Attributes: gidf43e6,public X-Google-ArrivalTime: 2003-10-04 01:45:40 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!cyclone-sf.pbi.net!216.218.192.242!news.he.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread1.news.atl.earthlink.net.POSTED!not-for-mail From: Matt Gregory User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.software-eng,comp.programming,comp.lang.c++,comp.lang.ada Subject: Re: ISO Studies of underscores vs MixedCase in Ada or C++ References: <2cfd1a4e.0309252032.3e3c0a1a@posting.google.com> <266426e1.0309280217.15508f70@posting.google.com> In-Reply-To: <266426e1.0309280217.15508f70@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Sat, 04 Oct 2003 08:45:39 GMT NNTP-Posting-Host: 67.72.195.69 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.news.atl.earthlink.net 1065257139 67.72.195.69 (Sat, 04 Oct 2003 01:45:39 PDT) NNTP-Posting-Date: Sat, 04 Oct 2003 01:45:39 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.software-eng:42 comp.programming:337 comp.lang.c++:753 comp.lang.ada:201 Date: 2003-10-04T08:45:39+00:00 List-Id: James Dow Allen wrote: > (I usually rewind a file with "lseek(fd, 0L, 0)" because I can't > remember if 0 is SEEKSET or SEEK_SET.) The Vim editor is cool for things like this because you can add your own words to the syntax highlighting. I write Windows programs and I have over a hundred typedef's and constants in my word list. Actually, Vim's C syntax file comes with the standard C constants and typedef's highlighted.