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

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

bug#17190: 24.4.50; fill-flow checks quoted lines after deleting leading


From: Kazuhiro Ito
Subject: bug#17190: 24.4.50; fill-flow checks quoted lines after deleting leading space
Date: Sat, 05 Apr 2014 16:12:40 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (x86_64-w64-mingw32) MULE/6.0 (HANACHIRUSATO)

When I evaluate the below code, I receive unexpected result.

(with-temp-buffer
  (require 'flow-fill)
  (insert " > ABC \nDEF\n")
  (fill-flowed)
  ;; (mime-display-text/plain-flowed)
  (buffer-string))

->
"> ABC 
DEF
"
But I expect the below result.

"> ABC DEF
"

-- 
Kazuhiro Ito





reply via email to

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