GNU bug report logs -
#14973
Unfill for Emacs
Previous Next
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 #8 received at 14973 <at> debbugs.gnu.org (full text, mbox):
Just one terminology point: what you describe and implement is not
unfilling. These are fill commands, not unfill commands.
Unfilling is the inverse of filling. Unfilling undoes the last filling
operation on the same region or whatever. It restores contiguous
whitespace chars that were collapsed, etc.
What you have instead might be called "join lines" or "remove line
breaks". But even those names do not accurately characterize it, because
it also fills: it insists on the kind of whitespace separation imposed
by filling: no contiguous whitespace chars (except possibly indentation
and after sentence ends).
That does not mean that this could not be useful. But we might not want
to falsely advertise what it does.
The best characterization of what this code does is "fill as one line".
(But even that assumes a line length less than `most-positive-fixnum'.)
And that is my suggestion:
`fill-paragraph-as-one-line'
`fill-region-as-one-line'
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.