GNU bug report logs -
#8990
23.3; ffap is confused by C++-style comments
Previous Next
Reported by: Dave Abrahams <dave <at> boostpro.com>
Date: Sun, 3 Jul 2011 06:48:02 UTC
Severity: minor
Tags: fixed, patch
Merged with 7229,
24057
Found in versions 23.1, 23.3, 25.1.50
Fixed in version 26.1
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #13 received at control <at> debbugs.gnu.org (full text, mbox):
tags 24057 patch
quit
Kaushal Modi <kaushal.modi <at> gmail.com> writes:
> Btw if you don't mind explaining:
> - How did you detect that minor missing space? Do you have a minor mode? Or
> do you have a check function?
I enable ocd-mode in my brain while reading patches ;)
> - Being used to using single spaces at end of sentences, I always forget
> adding double spaces.
More seriously, I've gotten used to using double spaces and so single
spaced sentences stand out to me more now.
> Is there a robust way to ensure that sentences always
> end in double spaces in commit messages and in the docstrings?
The trouble is that sometimes a period followed by a space doesn't end a
sentence, e.g., in "Mr. Foo". Actually, this ambiguity is what
convinced me to switch over to double spacing. Such cases might be rare
enough in commit messages and docstrings that we could get away with
some automatic warning on all matches for "\\sw[.] \\<" though.
>
> The attached patch has the double space fixed in the commit message.
Thanks, I will push to master in a couple of days.
This bug report was last modified 8 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.