all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Juri Linkov <juri@jurta.org>, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: filling bug in text-mode
Date: Tue, 11 Oct 2005 10:31:25 -0400	[thread overview]
Message-ID: <jwv1x2s1626.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <85y850frgr.fsf@lola.goethe.zz> (David Kastrup's message of "Tue, 11 Oct 2005 09:22:28 +0200")

>> The patch below fixes the bug.  It assumes that more than one
>> successive periods should allow breaking even if they are followed
>> by just one space.
>> 
>> That's not correct--it SHOULD demand two spaces or a newline,
>> after three periods, just as it does after one period.

> Why?  A single period can signify a part of an abbreviation, like in
> Richard M. Stallman, but I can't see three periods doing the same.

IIRC the problem is what to do when filling

    foo bar...
    baz

Should it turn into

    foo bar... baz
or
    foo bar...  baz

By making "bar... baz" unbreakable we make sure that we can always choose
the second option.


        Stefan

  reply	other threads:[~2005-10-11 14:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-05 20:40 filling bug in text-mode Werner LEMBERG
2005-10-07 21:52 ` Juri Linkov
2005-10-08 22:57   ` Richard M. Stallman
2005-10-09  6:06     ` Juri Linkov
2005-10-10  4:14       ` Richard M. Stallman
2005-10-10  6:14         ` Juri Linkov
2005-10-10 13:44           ` Werner LEMBERG
2005-10-10 23:48           ` Richard M. Stallman
2005-10-11  4:34             ` Werner LEMBERG
2005-10-11 22:42               ` Richard M. Stallman
2005-10-14 11:42                 ` Juri Linkov
2005-10-11  7:22             ` David Kastrup
2005-10-11 14:31               ` Stefan Monnier [this message]
2005-10-11 22:43                 ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1x2s1626.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.