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

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

Re: auto-fill breaks line too early


From: Michael Heerdegen
Subject: Re: auto-fill breaks line too early
Date: Thu, 18 Oct 2012 10:33:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Hi,


the doc of `fill-paragraph' reveals the mystery:

| If `sentence-end-double-space' is non-nil, then period followed by one
| space does not end a sentence, so don't break a line there.

The default value is t. So, no, it's not a bug.  Customize
`sentence-end-double-space' to nil to change the behavior.


Michael.


> I type the following (single) line in Emacs 24 [1] (started as emacs -Q):
>
> --------------------
> A study of the number of relevant documents for queries may provide
> some insights about the collections when juxtaposed across the FIRE
> years. Voorhees and
> --------------------
>
> I turn on auto-fill-mode, place cursor on i (for insight) and hit C-x f to
> set fill column to 73. Then I go to the end of the line and hit space. This
> produces:
>
> --------------------
> A study of the number of relevant documents for queries may provide some
> insights about the collections when juxtaposed across the FIRE
> years. Voorhees and  
> --------------------
>
> Why does auto-fill break the line before years instead of after? This
> happens across emacs versions, whenever there is a sentence break close to
> the fill-column. If I delete the period, the line break is inserted after
> years as expected.
>
> Is this a bug or a feature? Is there a workaround or should I file a bug /
> look in the code?
>
> Many thanks,
> Mandar.
>
>
>
> [1] GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 3.2.0) of
> 2012-09-19 on litembilla, modified by Debian



reply via email to

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