After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767837 - Support componds with words separated by dashes
Support componds with words separated by dashes
Status: RESOLVED FIXED
Product: gspell
Classification: Other
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gspell maintainers
gspell maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-19 09:16 UTC by Sébastien Wilmet
Modified: 2016-08-08 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2016-06-19 09:16:28 UTC
Support componds with words separated by dashes.

For example: parallel-installable.

This can be implemented in gspell-text-iter.c, the same way as for word contractions with an apostrophe.
Comment 1 Sébastien Wilmet 2016-08-08 15:45:22 UTC
Fixed in commit 8c96144f8bfbe3aea1bc3ae1a2015609af917dc8.

Only the ASCII dash '-' is taken into account. It would not be difficult to add Unicode dashes, if needed.