|
From: Soren A <sor...@fa...> - 2002-12-04 03:13:48
|
Earnie Boyd <ear...@ya...> wrote around 03 Dec 2002 news:3DE...@ya...: > This update modifies all paths that are not path lists to the forward > slash style c:/foo and modifies all paths in path lists to the back > slash style c:\foo;c:\bar. Earnie, it sure seems like this rc is broken. I am trying to use what was working before, an invocation of my GVIM editor (GVIM=VIM for Win32 Gui): My shell function includes local WAWA=$(pwd -W) $GVIMexe $GVIMopt --remote-send "<Esc>:echo $WAWA " ; and what gets sent to the application is a command to cd to: \MSYS\1.0\MSYS\1.0\home\sorenboss ;-(. I wish that my slashes, carefully asked for by using `pwd -W`, would not be messed with; and I wish that the leading directories not be doubled. If I check the content of $WAWA before sending the command, it contains correct data (i.e. `/bin/echo $WAWA` gives "D:/msys/1.0/etc/.profile"). Best, Soren A -- Yes, it's really Sören, not Soren. |