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

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

Re: Whitespace deletion


From: August Karlstrom
Subject: Re: Whitespace deletion
Date: Fri, 09 Dec 2005 01:05:40 GMT
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

Kevin Rodgers wrote:
August Karlstrom wrote:
 > Is there an Emacs command that works like just-one-space, but also
 > deletes newlines?
 >
 > Example:
 >
 > I want to   -!-
 >
 >    join these two lines
 >
 > should become
 >
 > I want to -!-join these two lines

Does this help?

,----[ C-h k M-^ ]
| M-^ runs the command delete-indentation
|    which is an interactive compiled Lisp function in `simple'.
| (delete-indentation &optional ARG)
|
| Join this line to previous and fix up whitespace at join.
| If there is a fill prefix, delete it from the beginning of this line.
| With argument, join this line to following line.
`----

No. Did you try it on my example?


August

--
I am the "ILOVEGNU" signature virus. Just copy me to your
signature.  This email was infected under the terms of the GNU
General Public License.


reply via email to

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