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

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

Re: Text mode auto-fill


From: Tyler Smith
Subject: Re: Text mode auto-fill
Date: 14 Jun 2007 06:30:39 GMT
User-agent: slrn/0.9.8.1pl1 (Debian)

On 2007-06-14, Peter Gordon <peter@pg-consultants.com> wrote:
> I am using text mode with auto-fill.
>
> I have a paragraph like this.
>
> 1. This is example text on a line and this is the 
> next line.
>
>
> As you can see the line underneath is aligned with the marker and not
> with the text. On Xemacs it works.
>
> What do I have to set to get the alignment that I want.

Check the manual entry for adaptive filling. My setup behaves as you
want, I think you just need to fix your
adaptive-fill-first-line-regexp variable. Mine is:

adaptive-fill-first-line-regexp's value is 
"\\`[   ]*\\'\\|[       ]*[-[:alnum:]]*>+[      ]*"

HTH,

Tyler



reply via email to

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