[Haskell-cafe] [ANN] Cumino 0.2 - Now supports pretty indentation through stylish-haskell

Alfredo Di Napoli alfredo.dinapoli at gmail.com
Thu Sep 13 08:22:43 CEST 2012


>
> Nice bridge between vim and tmux!


Thanks!


> Would you mind add supporting for `urxvtc'?
> urxvtc's -e option is followed by a list of options instead of a string.
>
>     urxvtc -e sh -c 'echo a'
>     xterm -e echo a
>

I would like to, and in fact I've already tried, but urxvt is trickier than
other shells. Using the command you gave me does not create a new window,
tested both on XMonad and Gnome. This is
the error you can see using the option "-hold", this way:

 urxvt --hold -e "echo a"

This opens a new window with the error: *urxvt: Unable to exec child.
*
Any idea?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120913/e806acf0/attachment.htm>


More information about the Haskell-Cafe mailing list