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

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

Not taking indented text with fill-paragraph


From: Cecil Westerhof
Subject: Not taking indented text with fill-paragraph
Date: Wed, 08 Dec 2010 15:08:00 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

I have often some text like the folowing:

First some text which is a description of the list that follows the
text:
    item 1
    item 2
    item 3
    item 4

Sometimes you change something an you get:

First some initial text which is a description of the list that follows the
text:
    item 1
    item 2
    item 3
    item 4

When using M-q you get:

First some initial text which is a description of the list that follows
the text: item 1 item 2 item 3 item 4

But I would prefer:

First some initial text which is a description of the list that follows
the text:
    item 1
    item 2
    item 3
    item 4

Is there a way to change the behaviour of fill-paragraph?

One solution is to mark the text which is the description, before giving
M-q, but I would prefer a solution where this is not necessary. ;-}

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


reply via email to

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