all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17190: 24.4.50; fill-flow checks quoted lines after deleting leading space
@ 2014-04-05  7:12 Kazuhiro Ito
  2019-08-15  0:20 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Kazuhiro Ito @ 2014-04-05  7:12 UTC (permalink / raw)
  To: 17190

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





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-16 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05  7:12 bug#17190: 24.4.50; fill-flow checks quoted lines after deleting leading space Kazuhiro Ito
2019-08-15  0:20 ` Lars Ingebrigtsen
2019-08-15  9:59   ` Kazuhiro Ito
2019-08-15 23:59     ` Lars Ingebrigtsen
2019-08-16  1:00       ` Lars Ingebrigtsen
2019-08-16 14:31         ` Kazuhiro Ito

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.