[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7596: 23.2.90; fill-flowed with DELETE-SPACE option does not work
From: |
Kazuhiro Ito |
Subject: |
bug#7596: 23.2.90; fill-flowed with DELETE-SPACE option does not work |
Date: |
Thu, 09 Dec 2010 08:48:00 +0900 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/23.2.90 (i386-mingw-nt5.1.2600) MULE/6.0 (HANACHIRUSATO) |
When I start emacs (emacs-23 branch) with -Q and evaluate below code,
I receive unexpected result.
(with-temp-buffer
(insert "ABC \nDEF")
(fill-flowed nil t)
(buffer-string))
It returns
"ABC
DEF"
But I expect
"ABCDEF"
I expect DELETE-SPACE option corresponds to "DelSp" parameter in
RFC3676 and works so. Plesse see attached patch.
--
Kazuhiro Ito
flow-fill.el.diff
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#7596: 23.2.90; fill-flowed with DELETE-SPACE option does not work,
Kazuhiro Ito <=