>> Sometimes I add a path to $PATH after login (i.e. after >> source the .cshrc),
How do you do that? Did you export it? If you just do set PATH=whatever in a shell, it will only apply in the shell, not to processes started by the shell, you need to do setenv PATH=whatever or perhaps at an appropriate point set the environment variable to equal the shell variable with something like setenv PATH=$PATH Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
