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,b5b666dfe354c6a6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-05 04:08:35 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-04!supernews.com!telocity-west!TELOCITY!hub1.meganetnews.com!newsfeed.sjc.globix.net!cyclone-sf.pbi.net!64.245.249.51!sfo2-feed1.news.algx.net!dca6-feed2.news.algx.net!allegiance!newsfeed1.cidera.com!Cidera!news100.world-online.no!news100.world-online.no!nntp.newmedia.no!news.netcom.no!news.equant.no!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: GPS Date: Sun, 5 May 2002 11:08:34 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <87g01a1j7u.fsf@deneb.enyo.de> <50c1a1b.0205042003.58c56db5@posting.google.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1020596914 6895 129.241.83.78 (5 May 2002 11:08:34 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sun, 5 May 2002 11:08:34 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:23556 Date: 2002-05-05T11:08:34+00:00 List-Id: On 4 May 2002 21:03:03 -0700, Zach Swanson wrote: > I was just speaking to a friend of mine about this tonight. We > concluded that its important for an application to "look pretty", as > it gives the often uninformed end user a false sense of security about > the program. I think it partly accounts for why MS software does so > well; not only are the products useful but they "appear" to be > "professionaL" with slick graphic interfaces. The visual presentation Yes you assume that the nice interface mirrors the nice interior of the program. Unfortunately it is not so in many cases. I like the tkcvs program though I don't find the interface so slick as many of the other cvs programs. But tkcvs has more/better features and less messy to use. Now I'm looking into the cvs scripts for vim 6.x. tkcvs: URL => http://www.twobarleycorns.net/tkcvs.html others: URL => http://freshmeat.net/search?q=cvs > of a piece of software seems to go a long way toward deciding its > longevity. I myself am victim to this... I still use MS Outlook rather > than other not-so-buggy free equivelent email clients because I like > the the layout and the look of its interface. case OS is when Linux => Try.Evolution (URL => "http://www.ximian.com/products/ximian_evolution/"); when Windows => Try.Eudora; (URL => "http://www.eudora.com/"); when others => null; end case; ;-) Preben