help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Deleting chunks of whitespace


From: Richard V. Molen
Subject: Re: Deleting chunks of whitespace
Date: 15 Nov 2002 09:24:35 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Moore, Mathew L" <MooreML@BATTELLE.ORG> writes:

> Hello,
> 
> Is there a quick command sequence that allows me to delete all of the
> whitespace between the point and the next non-whitespace character---sort of
> like the way M-d deletes from the point to the end of a word?

How about fixup-whitespace?

;;suck up excess      whitespace
(global-set-key [f12] 'fixup-whitespace)

-- 
Richard V. Molen

Warning!!
Signature under construction, safety glasses required.


reply via email to

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