jed-users mailing list

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

[Jed-users-l] jed path problems


Hi there,

I'm using xjed and jed-extra. After installing ubuntu 11.10
I do experience problems.

  +--------------------------------------------------------
  | jens@torte:~$ xjed --version
  | jed version: 0.99.19/Unix
  |  Compiled with GNU C 4.4
  | S-Lang version: 2.2.4
  | *** Compiled against S-Lang 20202 but linked to 20204
  | 
  | jed compile-time options:
  |  +LINE_ATTRIBUTES +BUFFER_LOCAL_VARS +SAVE_NARROW +TTY_MENUS
  |  +EMACS_LOCKING +MULTICLICK +SUBPROCESSES +DFA_SYNTAX +ABBREVS
  |  +COLOR_COLUMNS +LINE_MARKS +GPM_MOUSE +IMPORT
  | 
  | Using JED_ROOT=/usr/share/jed
  +--------------------------------------------------------

Seems it begins with the very first line in my ~/.jedrc:

  require("libdir");
  
which results in:

  Traceback: evalfile
  /usr/share/slsh/require.sl:60:require:Open failed
  Traceback: evalfile

After changing this line to 

  require("/usr/share/jed/jed-extra/libdir.sl");
  
this fatal problem disappears. However, some more things do not work.
I get "Unable to open sl_utils. Check the value of the S-Lang load
path." and other similar errors. 

However, there is /etc/jed.d/50jed-extra.sl which contains

  +--------------------------------------------------------
  | private variable extra_lib = "/usr/share/jed/jed-extra/";
  | $1 = path_concat(extra_lib, "libdir.slc");
  | #if (file_status($1) != 1)
  | #stop
  | #endif
  | 
  | % Add (and initialize) library directories
  | % ----------------------------------------
  | 
  | () = evalfile($1);
  | 
  | % Utilities (required by the other modes)
  | % append_libdir(extra_lib + "utils/"), 1);           % append and initialize
  | append_libdir(path_concat(extra_lib, "utils/"), 0);  % do not initialize
  +--------------------------------------------------------

And the file is there, too:
    
  +--------------------------------------------------------
  | jens@torte:~$ ls -l /usr/share/jed/jed-extra/utils/sl_utils.sl 
  | -rw-r--r-- 1 root root 11919 2008-01-11 15:42 /usr/share/jed/jed-extra/utils/sl_utils.sl
  +--------------------------------------------------------

...oh, but now I see:  
  
  +--------------------------------------------------------
  | jens@torte:~$ ls -l /usr/share/jed/jed-extra/libdi*
  | -rw-r--r-- 1 root root 6531 2009-02-16 18:40 /usr/share/jed/jed-extra/libdir.sl
  +--------------------------------------------------------

libdir.slc is _not_ there. After renaming the requirement from
libdir.slc to libdir.sl, everything is fine again...

Well, so I guess I should file this at the ubuntu bug tracker -- or at
debian? Is there a maintainer around here?

Best regards,
Jens
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


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