jed-users mailing list

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

Re: [jed-users] Jed does not read .sql in jed_library_path


Sergei Naumov <vomus@xxxxxxxxxx> wrote:
> Hi!
> I am usng Jed for many years and finally found that I need to install a 
> additional mode, sql.sl. I downloaded it from jedmodes.sourceforge.io, placed 
> into ~/.jed, compiled it and edited my .jedrc like this:
>
> variable Jed_Home_Library = "~/.jed";

Jed will not perform tilde expansion automatically.  If you want the
above to be expanded, then use:

   variable Jed_Home_Library = expand_filename("~/.jed");

Thanks,
--John
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


[2019 date index] [2019 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]