[xmonad] 2013-02-09 change to XMonad.Prompt.Shell breaks shell completion

md143rbh7f md143rbh7f at gmail.com
Thu Jan 30 20:04:57 UTC 2014


The following change from 2013-02-09 breaks shell completion for me:
    hunk ./XMonad/Prompt/Shell.hs 65
    +    commandToComplete _ c = c

It seems to be passing the entire string into compgen in order to get the
file completions, but it should only pass the last word. I propose
reverting this change. Comments are appreciated.

(CCing c.lopez at kmels.net, who originally wrote the patch.)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140130/3ae935c5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: shellPromptCompleteLastWord.patch
Type: text/x-diff
Size: 13144 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20140130/3ae935c5/attachment.patch>


More information about the xmonad mailing list