all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [21.3] BUG: fill-paragraph/fill-prefix ignores first line
@ 2004-11-12  9:59 Jari Aalto
  0 siblings, 0 replies; only message in thread
From: Jari Aalto @ 2004-11-12  9:59 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
In GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195)
 of 2003-03-28 on buffy

Run this to see demonstration of the bug:

(with-temp-buffer
  (let ((str "One Line here and some text \
Second line here and some text \
Third line here and some text\n")
        (fill-column 20)
        (fill-prefix ">> "))
    (insert str)
    (display-buffer (current-buffer))
    (read-string "Text before [press] ")
    (goto-char (point-min))
    (fill-paragraph nil)
    (read-string "Text after fill [press] ")))

BEFORE:

One Line here and some text Second line here and some text Third line here and some text

AFTER:

One Line here and
>> some text Second
>> line here and
>> some text Third
>> line here and
>> some text

The first line should also have ">> "

Jari

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-12  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-12  9:59 [21.3] BUG: fill-paragraph/fill-prefix ignores first line Jari Aalto

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.