GNU bug report logs -
#72150
'fill-region' works incorrectly
Previous Next
Full log
Message #14 received at 72150 <at> debbugs.gnu.org (full text, mbox):
tags 72150 notabug
close 72150
thanks
> Cc: the_wurfkreuz <at> proton.me
> Date: Wed, 17 Jul 2024 10:03:13 +0200
> From: Stephen Berman via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> 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 <at> 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.
No further comments, so I'm closing this non-bug.
This bug report was last modified 293 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.