From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Fernando Nasser Cc: Grant Edwards , Mo DeJong , insight@sources.redhat.com Subject: Re: TODO list (REPOST) Date: Wed, 11 Oct 2000 10:26:00 -0000 Message-id: <87r95nth6y.fsf@creche.cygnus.com> References: <39E333E8.641C0E85@cygnus.com> <20001011082659.A1894@visi.com> <39E4711F.CB9231FF@cygnus.com> X-SW-Source: 2000-q4/msg00060.html >>>>> "Fernando" == Fernando Nasser writes: Fernando> Yes, that is the idea. A modification in Mo's patch that Fernando> will default to -w if the name contains "insight" and to -nw Fernando> otherwise would do that. The GNU Coding Standards ask that the program's behavior not depend on the name of the program: Please don't make the behavior of a utility depend on the name used to invoke it. It is useful sometimes to make a link to a utility with a different name, and that should not change what it does. Tom