Any suggestions to what happened here?
Apparently, there are different paths in the terminal and X11:
Terminal:
christof% echo $PATH
/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/
X11R6/bin
X11:
christof% echo $PATH
$PATH:/usr/bin:/usr/sbin:/usr/local/bin:/sw/bin:/sw/sbin:~/bin:~/
sbin:~/usr/bin:~/usr/sbin:~/usr/local/bin:~/usr/local/sbin
/usr/local/sbin:/usr/X11R6/bin:/bin:/sbin/:/usr/X11R6/bin
In the first case, the R version (v1.7) from Fink is searched for, in
the second case the newly installed RAqua version (v1.8).
My questions:
How and where can I permanently change the path for both the Terminal
and X11?
Can I still use RAqua within Xemacs that I installed from Fink?