jed-users mailing list

[2009 Date Index] [2009 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Search and other functions don't work


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]