- Subject: Re: Search and other functions don't work
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Fri, 17 Jul 2009 23:27:56 -0400
Cesar Romani <cesar.romani@xxxxxxxxx> wrote:
> slsh --help
[...]
> Default search path: C:/msys/1.0/local/share/slsh
Try creating a file called defaults.sl in the jed lib directory that
contains:
append_to_slang_load_path ("C:/msys/1.0/local/share/slsh");
The forward slashes should not cause problems, but if they do then use:
append_to_slang_load_path ("C:\msys\1.0\local\share\slsh"R);
Note the use of the R suffix on the string.
[...]
> But I get always the "Directory <directory> is invalid" message when I
> open a file. And when I edit a file and save it, it becomes read-only.
This stems from the sys_chmod function in win32.c. It is possible
that the function is broken.
What does:
slsh> stat_file("/some/directory/that/exists");
produce (when run in slsh)?
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2009 date index]
[2009 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]