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

Brandon Allbery allbery.b at gmail.com
Thu Sep 13 17:20:51 CEST 2012


On Thu, Sep 13, 2012 at 2:22 AM, Alfredo Di Napoli <
alfredo.dinapoli at gmail.com> wrote:

>     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.
> *
>

I think you misunderstood; as I read it (and as I would expect it to work
given the above descrtiption) that would be

    urxvt --hold -e sh -c 'echo a'

-- 
brandon s allbery                                      allbery.b at gmail.com
wandering unix systems administrator (available)     (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120913/76483291/attachment.htm>


More information about the Haskell-Cafe mailing list