[xmonad] Issue 569 in xmonad: GenerateManpage regex issue
codesite-noreply at google.com
codesite-noreply at google.com
Sun May 11 05:10:09 UTC 2014
Status: New
Owner: ----
New issue 569 by pashev.i... at gmail.com: GenerateManpage regex issue
http://code.google.com/p/xmonad/issues/detail?id=569
util/GenerateManpage.hs uses "xK_(\\w+)" which cannot work on some
platforms, e. g. illumos (opensolaris). It even does not work if
Text.Regex.Posix is built with bundled regex sources (like on windows).
I suggest to use "xK_([[:alnum:]]+)" instead.
See http://osdyson.org/issues/169 and http://osdyson.org/news/64 ;-)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the xmonad
mailing list