Discussion:
[xmonad] Issue 606 in xmonad: recompile error window has bad escaping
c***@google.com
2015-06-07 12:37:17 UTC
Permalink
Status: New
Owner: ----

New issue 606 by ***@gmail.com: recompile error window has bad escaping
https://code.google.com/p/xmonad/issues/detail?id=606

What steps will reproduce the problem?
1. xmonad --recompile with error
2. look at output window that opens (see attached screenshot)


What version of the product are you using? On what operating system?

0.11.1


Attachments:
screen.jpg 94.8 KB
--
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
c***@google.com
2015-06-07 17:25:17 UTC
Permalink
Comment #1 on issue 606 by ***@gmail.com: recompile error window has
bad escaping
https://code.google.com/p/xmonad/issues/detail?id=606

More specifically, it's producing UTF8-encoded output; but xmessage is
ancient and doesn't speak UTF8, only ISO8859-1. Possibly just forcing
LANG=C on ghc would work --- but I'm not sure if that would then disallow
UTF8 in source files (ghc's encoding handling is a little strange for
historical reasons).
--
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
c***@google.com
2015-06-09 14:04:29 UTC
Permalink
Comment #2 on issue 606 by ***@gmail.com: recompile error window has
bad escaping
https://code.google.com/p/xmonad/issues/detail?id=606

We could use zenity or Xmessage, but those depend on gtk2/3.
--
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
Loading...