all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 72150@debbugs.gnu.org
Cc: the_wurfkreuz@proton.me
Subject: bug#72150: 'fill-region' works incorrectly
Date: Wed, 17 Jul 2024 10:03:13 +0200	[thread overview]
Message-ID: <87ed7se98e.fsf@gmx.net> (raw)
In-Reply-To: <Y9mgU3cGl5SR64T88agd5rnbtH5vhrUvCxiD6BHa4sH0S9aOlfJ_AyHsqYaCQKWqIOby070GA8fyouMGN-Vcw0jt3XARWw32CfQ3dcBQkmY=@proton.me> (the wurfkreuz via's message of "Wed, 17 Jul 2024 07:13:29 +0000")

On Wed, 17 Jul 2024 07:13:29 +0000 the_wurfkreuz via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> wrote:

> If i set '(setq-default fill-column 79)' and then try to format the text below
> with the 'fill-region' command:
>
> "If you mount a filesystem over a directory that already contains files, those
> files become hidden and are not counted in the disk usage of the mount
> point. However, the space they occupy is still used on the underlying
> filesystem."
>
> Then instead of getting this formatting:
>
> If you mount a filesystem over a directory that already contains files, those
> files become hidden and are not counted in the disk usage of the mount point.
> However, the space they occupy is still used on the underlying filesystem.
>
> I get this:
>
> If you mount a filesystem over a directory that already contains files, those
> files become hidden and are not counted in the disk usage of the mount
> point. However, the space they occupy is still used on the underlying
> filesystem.

This is because the user option `sentence-end-double-space' has the
default value t.  Change it to nil to make fill-region give the result
you expect.

Steve Berman





  reply	other threads:[~2024-07-17  8:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17  7:13 bug#72150: 'fill-region' works incorrectly the_wurfkreuz via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-07-17  8:03 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-08-04  7:15   ` Eli Zaretskii

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=87ed7se98e.fsf@gmx.net \
    --to=bug-gnu-emacs@gnu.org \
    --cc=72150@debbugs.gnu.org \
    --cc=stephen.berman@gmx.net \
    --cc=the_wurfkreuz@proton.me \
    /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.