[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] ratpoison key binding
From: |
Shawn Betts |
Subject: |
Re: [RP] ratpoison key binding |
Date: |
Wed, 15 Mar 2006 19:41:34 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) |
evaristegalois <address@hidden> writes:
> Just installed ratpoison and it works great with one exception: when I try
> calling xterm with C-t x and the configuration file below all I get is a
> message telling me ``/bin/sh -c "xterm" finished (127)'' but I want it, of
> course, to just open an xterm window for me. What's wrong? (The same happens
> when I want to call up emacs. xbindkeys is installed properly.)
the return code 127 is bash telling you the command coundn't be
found. So you need to either add xterm's path to the PATH env var or
give it an absolute path.
-Shawn