[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] multiple commands
From: |
Mike Meyer |
Subject: |
Re: [RP] multiple commands |
Date: |
Tue Nov 20 19:17:02 2001 |
Ben Leslie <address@hidden> types:
> bind e exec ratpoison -c focusleft; ratpoison -c "select emacs"
> in my .ratpoisonrc .
>
> This works and all but is kinda silly launching two processes just so
> I can issue two commands.
>
> So my question is can I do something like:
> bind e focusleft; select emacs
Try this:
bind e exec ratpoison -c focusleft -c "select emacs"
That works in the version in cvs; I'm not sure about the last release.
<mike
--
Mike Meyer <address@hidden> http://www.mired.org/home/mwm/
Q: How do you make the gods laugh? A: Tell them your plans.