From xemacs-m  Mon Apr 21 12:05:15 1997
Received: from greatdane.webnexus.com (greatdane.webnexus.com [165.227.96.3])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA25001
	for <xemacs-beta@xemacs.org>; Mon, 21 Apr 1997 12:05:14 -0500 (CDT)
Received: from apprentice.silicon-sorcery.com (apprentice.silicon-sorcery.com [205.179.145.161])
	by greatdane.webnexus.com (8.8.5/8.8.5/WN-1.2) with ESMTP id KAA16813;
	Mon, 21 Apr 1997 10:05:02 -0700 (PDT)
Received: from mage.silicon-sorcery.com (mage [128.0.0.100]) by apprentice.silicon-sorcery.com (8.7.5/8.7.3) with ESMTP id JAA24654; Mon, 21 Apr 1997 09:35:09 -0700 (PDT)
Received: (from mac@localhost)
	by mage.silicon-sorcery.com (8.8.5/8.8.5) id JAA29642;
	Mon, 21 Apr 1997 09:36:18 -0700 (PDT)
Date: Mon, 21 Apr 1997 09:36:18 -0700 (PDT)
Message-Id: <199704211636.JAA29642@mage.silicon-sorcery.com>
From: <mac@silicon-sorcery.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: amir@ndsoft.com
Cc: xemacs-beta@xemacs.org (XEmacs Beta List)
Subject: Nice package - remove trailing spaces
In-Reply-To: <9704201221.AA19504@ndsoft.com>
References: <9704201221.AA19504@ndsoft.com>
X-Mailer: VM 6.23 under 20.1 XEmacs Lucid (beta11)
Reply-To: mac@silicon-sorcery.com
X-Face:  h&j3qWe;+!`nKY~1T%IspQ[^}[s#|*2T68-NmG<hqK)^/6IlKy[e$tI,N'{!_v&R_m*f#8O
 au_+w3/b!3pF$H/]J(Q6Z)*:&Jy/.OGPM?7*<kyi}r/3Pf3hd[(J+%lmXp/;0e-EY_s2Dy{M|t


Amir J. Katz writes:
 > IMHO, this little gem should go into XE distribution (assuming that
 > the author is willing to support it).
 > All it does is to remove all trailing spaces throughout the buffer(s).
 > Especially useful in C files when you accidentally add a space after
 > a continuation character and wonder why the compiler emits 56 error
 > messages...
 >
 > Written by Paul D. Smith <psmith@BayNetworks.com>

	And what I've always done to remove spaces is

M-x picture-mode RET C-c C-c

	

