[xmonad] Issue 315 in xmonad: XMonad.Prompt completion and NumLock cause nonsense characters to appear

codesite-noreply at google.com codesite-noreply at google.com
Mon Sep 28 00:10:42 EDT 2009


Updates:
	Summary: XMonad.Prompt completion and NumLock cause nonsense characters to  
appear
	Status: Accepted
	Labels: Priority-Critical Milestone-Release0.9

Comment #8 on issue 315 by SpencerJanssen: XMonad.Prompt completion and  
NumLock cause nonsense characters to appear
http://code.google.com/p/xmonad/issues/detail?id=315

Comprehensive steps to reproduce:

1. Turn on numlock
2. Open a shellPromptHere with the config in XMonad.Config.Sjanssen (this  
is probably
not necessary, only including this information for completeness)
3. Type "xter"
4. Press Tab
5. Note that Esc, Enter and Backspace make a box glyph appear in the prompt  
rather
than their usual behavior
6. Turn off numlock, note that everything seems to work correctly again

I suspect that after the event loop enters or exits completion mode, the  
standard
handlers aren't restored.  I can also confirm that this issue happened  
somewhere
during the recent prompt changes.

This should be pretty easy to fix, but it's important that we get it done  
before 0.9.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list