Issue 552 in xmonad: Prompt.Workspace wrong completion

Status: New Owner: ---- New issue 552 by fistonbe...@gmail.com: Prompt.Workspace wrong completion http://code.google.com/p/xmonad/issues/detail?id=552 This happens with workspaces with names containing spaces and is related to the default implementation for nextCompletion and commandToComplete (class XPrompt) which shouldn't be used here. 1. type the name of a workspace which contains spaces on a workspace prompt; 2. hit tab; 3. workspaces whose name start with the last word on prompt are shown. The whole prompt should be used for completion. I made a patch long ago but didn't find a way to send it. It is attached. I don't think XMonad will ever prompt for a list of workspace names separated by spaces. Attachments: bundle 10.1 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

Comment #1 on issue 552 by ondrej.g...@gmail.com: Prompt.Workspace wrong completion http://code.google.com/p/xmonad/issues/detail?id=552 AFAIK there is a similar issue with Prompt.RunOrRaise and Prompt.LaunchApp. However, Prompt.Shell escapes the spaces correctly, perhaps the code used in that module should be standardized. -- 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