GNU bug report logs - #14973
Unfill for Emacs

Previous Next

Package: emacs;

Reported by: Xue Fuqiao <xfq.free <at> gmail.com>

Date: Sun, 28 Jul 2013 06:37:01 UTC

Severity: wishlist

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 14973 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Xue Fuqiao <xfq.free <at> gmail.com>
Cc: 14973 <at> debbugs.gnu.org
Subject: Re: bug#14973: Unfill for Emacs
Date: Sun, 28 Jul 2013 17:53:58 +0300
> Date: Sun, 28 Jul 2013 14:36:05 +0800
> From: Xue Fuqiao <xfq.free <at> gmail.com>
> 
> There are fill-{paragraph, column}, but I didn't find an unfill command,
> can we add them (maybe in fill.el)?
> 
> (defun unfill-paragraph ()
>   "Replace newline characters in current paragraph by single spaces.
> 
> This command does the inverse of `fill-paragraph'."
>   (interactive)
>   (let ((fill-column most-positive-fixnum))
>     (fill-paragraph nil)))

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




This bug report was last modified 3 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.