From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Moore, Mathew L" Newsgroups: gmane.emacs.help Subject: RE: Deleting chunks of whitespace Date: Fri, 15 Nov 2002 12:42:36 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <2F05A390F72A0A409390E016D23E45E8042DC067@ns-bco-mse4.im.battelle.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1037384105 4225 80.91.224.249 (15 Nov 2002 18:15:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 18:15:05 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Ckzg-000160-00 for ; Fri, 15 Nov 2002 19:15:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CkzB-0006Yb-00; Fri, 15 Nov 2002 13:14:33 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CkVL-0005OI-00 for help-gnu-emacs@gnu.org; Fri, 15 Nov 2002 12:43:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CkVH-0005NL-00 for help-gnu-emacs@gnu.org; Fri, 15 Nov 2002 12:43:41 -0500 Original-Received: from bclcl1.im.battelle.org ([131.167.1.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CkVG-0005Mw-00 for help-gnu-emacs@gnu.org; Fri, 15 Nov 2002 12:43:39 -0500 Original-Received: from ns-bco-scn1.im.battelle.org ([131.167.1.122]) by BCLCL1 (PMDF V5.1-10 #U2779) with SMTP id <01KOWB993A8U8Y6C4Y@BCLCL1> for help-gnu-emacs@gnu.org; Fri, 15 Nov 2002 12:43:44 EST Original-Received: from 131.167.1.91 by ns-bco-scn1.im.battelle.org (InterScan E-Mail VirusWall NT); Fri, 15 Nov 2002 12:42:37 -0500 Original-Received: by ws-bco-mse1.milky-way.battelle.org with Internet Mail Service (5.5.2655.55) id ; Fri, 15 Nov 2002 12:42:37 -0500 Original-To: "'rvmolen@bambecksystems.com'" , help-gnu-emacs@gnu.org, "'Bingham, Jay'" X-Mailer: Internet Mail Service (5.5.2655.55) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3641 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3641 > > > 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) > Perfect. Thanks for everyone's assistance! --Matt