Unnecessary tar-compress-uuencodes

David C Lawrence tale at cs.rpi.edu
Fri Jul 13 09:43:17 AEST 1990


In <3124 at psueea.UUCP> kirkenda at eecs.cs.pdx.edu (Steve Kirkendall) writes:

   5) Tabs should be expanded to spaces.  The extraction program should convert
      groups of spaces back into tabs.

... only if that is from whence they came.  I extremely rarely use
tabs.  Hate 'em, in fact.  You'd have a different copy of the sources
if you just changed all groups of spaces back to tabs based on some
pre-conceived notion of what a tab width is ("8 spaces" is not always
the right answer).  In some cases this could be VERY important if you
did it inside some literal that was important to the code.  (In the
cases of patches it is not as important because patch(1) does have a
flag to ignore these sorts of differences when checking to see that an
update is right, and you could always warn people to use it.)

   6) The program that creates the archive should give a warning message when
      a file's whitespace is likely to be reformated.  For example, spaces at
      the end of a line are a no-no.

I don't think this adequately addresses the above concern.
-- 
   (setq mail '("tale at cs.rpi.edu" "tale at ai.mit.edu" "tale at rpitsmts.bitnet"))



More information about the Alt.sources.d mailing list