Issue 338 in xmonad: XMonad.Util.Paste.pasteString

Status: Started Owner: vogt.adam Labels: Type-Defect Priority-Medium Component-Contrib New issue 338 by vogt.adam: XMonad.Util.Paste.pasteString http://code.google.com/p/xmonad/issues/detail?id=338 newfish in #xmonad had trouble pasting urls with pasteString. Note that the difficulties with stringToKeysym are already noted in the module's documentation. What steps will reproduce the problem? 1. Add a binding for
, ( "M-S-b", pasteString "http://code.google.com" )
What is the expected output? What do you see instead?
It pastes httpcodegooglecom
I've pushed a patch that changes the paste to "http;//code.google.com",
which is still wrong with the ';' vs ':'. I believe that other :
Sat Nov 14 17:37:26 EST 2009 Adam Vogt

Comment #1 on issue 338 by dripstone.blendercn: XMonad.Util.Paste.pasteString http://code.google.com/p/xmonad/issues/detail?id=338 if I press M-S-b in a urxvt window, first the problem vogt.adam mentioned appears, second I could not input correct characters in the console any more. -- 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

Comment #2 on issue 338 by abimel...@gmail.com: XMonad.Util.Paste.pasteString https://code.google.com/p/xmonad/issues/detail?id=338 Seems to be working for me? -- 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
participants (1)
-
codesite-noreply@google.com