[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] printing output to terminal?
From: |
Shawn Betts |
Subject: |
Re: [RP] printing output to terminal? |
Date: |
10 Feb 2005 18:33:13 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Joe Corneli <address@hidden> writes:
> Thanks. See below the continued weirdness.
>
> [~]% ratpoison -c "getenv PATH"
> /usr/bin:/bin:/usr/sbin:/sbin:/Users/arided:/usr/X11R6/bin
> [~]% ratpoison -c "exec echo $PATH"
> [~]%
>
>
> versus,
>
> [~]% echo $PATH
> /sw/bin:/sw/sbin:/Users/arided/bin/:/sw/bin/:/usr/local/bin/:/Users/arided/bin/:/sw/bin/:/usr/local/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/Users/arided:/usr/X11R6/bin
How do you start ratpoison? Are you starting it from the same shell
you echo'd $PATH? Can you run this:
$ DISPLAY=:0 ratpoison &
$ ratpoison -c "genenv PATH"
SOMEPATH
$ ratpoison -c "exec echo $PATH"
SOMEPATH2
$
-Shawn
- Re: [RP] Sending of any key in top keymap, (continued)
- Re: [RP] Sending of any key in top keymap, Joe Corneli, 2005/02/07
- Re: [RP] Sending of any key in top keymap, Martin Samuelsson, 2005/02/08
- Re: [RP] Sending of any key in top keymap, Joshua Neuheisel, 2005/02/08
- Re: [RP] Sending of any key in top keymap, Joe Corneli, 2005/02/08
- [RP] printing output to terminal?, Joe Corneli, 2005/02/08
- Re: [RP] printing output to terminal?, Trent Buck, 2005/02/08
- Re: [RP] printing output to terminal?, Joshua Neuheisel, 2005/02/09
- Re: [RP] printing output to terminal?, Shawn Betts, 2005/02/09
- Re: [RP] printing output to terminal?, Joe Corneli, 2005/02/09
- Re: [RP] printing output to terminal?, Joe Corneli, 2005/02/09
- Re: [RP] printing output to terminal?,
Shawn Betts <=
- [RP] more with the scripts..., Joe Corneli, 2005/02/08
- Re: [RP] more with the scripts..., Martin Samuelsson, 2005/02/10
- Re: [RP] more with the scripts..., Joe Corneli, 2005/02/10
- Re: [RP] more with the scripts..., Trent Buck, 2005/02/10
- Re: [RP] more with the scripts..., Joe Corneli, 2005/02/10
Re: [RP] Sending of any key in top keymap, Martin Samuelsson, 2005/02/26