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

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

bug#14973: Unfill for Emacs


From: Jambunathan K
Subject: bug#14973: Unfill for Emacs
Date: Sun, 28 Jul 2013 22:29:47 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> You need a special command to replace one character by another?

This is what I use for deleting newlines and thus create "long" lines.
Seem to work well for me.

,----
| M-^ runs the command delete-indentation, which is an interactive
| compiled Lisp function in `simple.el'.
| 
| It is bound to M-^.
| 
| (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.
`----






reply via email to

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