[Github-comments] [geany] Fix hang in reflow command (and small improvements around) (#852)

Matthew Brush notifications at xxxxx
Wed Jan 6 04:35:26 UTC 2016


> @codebrainz for space, if we mean ascii space we should do as @b4n did and use the literal space rather than using some foreign function.

If we mean space, yeah, but if we want to support tabs and friends (I assume we do), using `g_ascii_isspace()` (part of GLib) makes perfect sense and doesn't have the problems that `isspace()` from stdlib has.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/852#issuecomment-169217633
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160105/b8bdd60e/attachment.html>


More information about the Github-comments mailing list