ajinux / winghci

Automatically exported from code.google.com/p/winghci
Other
0 stars 0 forks source link

WinGHCi freezes, reinstall doesn't help. #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried to :set prompt "λ> "
2. WinGHCi crashed. After starting again if freezes after visualizing the 
window.
3. After reinstall of Haskell platform everything remains the same - WinGHCi 
freezes after start.

What is the expected output? What do you see instead?
The WinGHCi window is Not Responding.

What version of the product are you using? On what operating system?
WinGHCi - the one that comes with Haskell Platform 2012.4.0.0. OS - Windows 7 
Ultimate x64.

Please provide any additional information below.
Tried to find any remaining .conf files after the second uninstall of Haskell 
Platform that may cause the problem but couldn't find any. Meanwhile GHCi works 
just fine in cmd.

Original issue reported on code.google.com by kpresna...@gmail.com on 11 Jan 2013 at 3:32

Attachments:

GoogleCodeExporter commented 8 years ago
After deleting the row  GHCi_PROMPT_COMBO3 REG_SZ "λ> " in 
HKEY_CURRENT_USER\SOFTWARE\Haskell\WinGHCi 1.0.6 everything is back to normal 
with WinGHCi. 

Original comment by kpresna...@gmail.com on 11 Jan 2013 at 3:58

Attachments:

GoogleCodeExporter commented 8 years ago
That's because of the way WinGHCi works with Unicode strings with symbols 
outside of the current system code page. See issue #4, "Lousy Unicode support 
in WinGHCi..." — I tried :set prompt "λ> " in patched WinGHCi and it worked 
like a charm. And unpatched one hangs on me too — unless I set my "Language 
for non-Unicode programs" to Greek.

Original comment by Joker...@gmail.com on 21 Feb 2013 at 4:52