From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: delete-trailing-whitespace and binary files Date: Tue, 06 Jun 2006 22:20:43 -0400 Message-ID: References: <85r7289d21.fsf@lola.goethe.zz><857j3z5g98.fsf@lola.goethe.zz> <50102.128.165.116.131.1149625542.squirrel@webmail.lanl.gov> <32953.128.165.123.239.1149628562.squirrel@webmail.lanl.gov> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1149646867 1515 80.91.229.2 (7 Jun 2006 02:21:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jun 2006 02:21:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 07 04:21:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnnfF-0003ve-4F for ged-emacs-devel@m.gmane.org; Wed, 07 Jun 2006 04:20:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnnfE-0004oT-Ay for ged-emacs-devel@m.gmane.org; Tue, 06 Jun 2006 22:20:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fnnf3-0004oE-4K for emacs-devel@gnu.org; Tue, 06 Jun 2006 22:20:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fnnf2-0004o2-Hh for emacs-devel@gnu.org; Tue, 06 Jun 2006 22:20:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fnnf2-0004nz-DT for emacs-devel@gnu.org; Tue, 06 Jun 2006 22:20:44 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnnmX-0000Pl-Ai for emacs-devel@gnu.org; Tue, 06 Jun 2006 22:28:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fnnf1-0006ZU-CM; Tue, 06 Jun 2006 22:20:43 -0400 Original-To: herring@lanl.gov In-reply-to: <32953.128.165.123.239.1149628562.squirrel@webmail.lanl.gov> (herring@lanl.gov) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55768 Archived-At: 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? Yes, you're right (though I don't see a need to include vertical tab; nobody really uses that).