[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 11:42:49 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Benjamin Lewis <bclewis@cs.sfu.ca> writes:
> Not quite what you want, but you could check out `delete-horizontal-space'
> and 'just-one-space', bound by default to `M-\' and 'M-<SPC>' respectively.
These key bindings are nice since they mesh well with M-d.
On another editor there was a function like that I miss...
if the cursor is at the end of line, pull up the next line (like C-k)
else
if the cursor is on non-whitespace, delete all characters to end of line
that are non-whitespace.
else
if the cursor is on whitespace, delete all characters to the end of line
that are whitespace.
Does anyone have such a function?
--
Richard V. Molen
Warning!!
Signature under construction, safety glasses required.
- Deleting chunks of whitespace, Moore, Mathew L, 2002/11/15
- Re: Deleting chunks of whitespace, Richard V. Molen, 2002/11/15
- Re: Deleting chunks of whitespace, Benjamin Rutt, 2002/11/15
- RE: Deleting chunks of whitespace, Moore, Mathew L, 2002/11/15
- Re: Deleting chunks of whitespace, Benjamin Lewis, 2002/11/15
- Re: Deleting chunks of whitespace,
Richard V. Molen <=
- Re: Deleting chunks of whitespace, Benjamin Lewis, 2002/11/15
- Re: Deleting chunks of whitespace, Richard V. Molen, 2002/11/15
- Re: Deleting chunks of whitespace, Ehud Karni, 2002/11/16
- Message not available
- Re: Deleting chunks of whitespace, Richard V. Molen, 2002/11/18
- Re: Deleting chunks of whitespace, Ehud Karni, 2002/11/18
- Message not available
- Re: Deleting chunks of whitespace, Richard V. Molen, 2002/11/18
Re: Deleting chunks of whitespace, Kai Großjohann, 2002/11/16