emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: delete-trailing-whitespace and binary files


From: Stuart D. Herring
Subject: Re: delete-trailing-whitespace and binary files
Date: Tue, 6 Jun 2006 14:16:02 -0700 (PDT)
User-agent: SquirrelMail/1.4.3a-11.EL3

I wrote:

> This seems wrong to me in two respects.  It doesn't do anything to NUL,
> which was the original problem character; instead, it marks as punctuation
> ^I (TAB), ^J (LFD), ^L (FFD), and ^M (CR), which should probably be left
> as whitespace.  One could also make a case that such characters as ^?
> (VTB) should remain whitespace, although I've never seen anyone use that
> one.

I didn't mean ^? (DEL); I just hadn't looked up which character was
vertical tab and forgot to fill it in before sending.  I should have
written ^I (HT: horizontal tab, or TAB), ^J (LF: line feed, or newline),
^L (FF: form feed), ^M (CR: carriage return), and ^K (VT: vertical tab);
one out of five ASCII abbreviations isn't bad, is it?

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]