
11 May
2014
11 May
'14
1:10 a.m.
Status: New Owner: ---- New issue 569 by pashev.i...@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