I can confirm the behavior that Omen sees:

$ dpkg --list '*jed*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  jed            1:0.99.19-2.1  editor for programmers (textmode version)
ii  jed-common     1:0.99.19-2.1  S-Lang runtime files for jed and xjed
un  xjed           <none>         (no description available)
$ dpkg --list '*slang*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  libslang2:amd6 2.2.4-12       S-Lang programming library - runtime version
ii  libslang2-modu 2.2.4-12       Shared modules for S-Lang language
$ jed --version
jed version: 0.99.19/Unix
 Compiled with GNU C 4.6
S-Lang version: 2.2.4

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
$ jed -batch -quiet -f
loading /usr/share/jed/lib/site.sl
loading /usr/share/jed/lib/os.sl
loading /usr/share/jed/lib/menus.sl
Unable to open jed.rc.  Check the value of the S-Lang load path.
Traceback: evalfile
/usr/share/jed/lib/site.sl:3098:command_line_hook:Open failed
  Local variables for command_line_hook:
        Integer_Type n = 2
        Integer_Type i = 2
        String_Type file = "-quiet"
        Integer_Type depth = 0
        Undefined_Type next_file = Undefined_Type
        Undefined_Type tmp = Undefined_Type
        String_Type init_file = "jed.rc"
        Undefined_Type next_file_arg = Undefined_Type
        Undefined_Type hookfun = Undefined_Type
Error encountered while executing command_line_hook
$ strace -estat jed -batch -quiet -f
<snip>
stat("/usr/share/slsh", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/slsh", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/slsh/help", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/slsh/local-packages", 0x7fffb71a3500) = -1 ENOENT (No such 
file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/defaults.sl", 0x7fffb71a3040) = -1 
ENOENT (No such file or directory)
stat("/usr/etc", 0x7fffb71a3210)        = -1 ENOENT (No such file or directory)
stat("/etc/jed.conf", 0x7fffb71a33e0)   = -1 ENOENT (No such file or directory)
stat("/home/mh/.jedrc", 0x7fffb71a3980) = -1 ENOENT (No such file or directory)
stat("jed.rc", 0x7fffb71a37b0)          = -1 ENOENT (No such file or directory)
stat("jed.rc", 0x7fffb71a35e0)          = -1 ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/jed.rc", 0x7fffb71a1680) = -1 ENOENT 
(No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/jed.rc.slc", 0x7fffb71a16a0) = -1 
ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/jed.rc.sl", 0x7fffb71a16a0) = -1 
ENOENT (No such file or directory)
stat("/usr/share/jed/lib\10/usr/share/slsh/jed.rc.slc", 0x7fffb71a1680) = -1 
ENOENT (No such file or directory)
Unable to open jed.rc.  Check the value of the S-Lang load path.
Traceback: evalfile
/usr/share/jed/lib/site.sl:3098:command_line_hook:Open failed
  Local variables for command_line_hook:
        Integer_Type n = 2
        Integer_Type i = 2
        String_Type file = "-quiet"
        Integer_Type depth = 0
        Undefined_Type next_file = Undefined_Type
        Undefined_Type tmp = Undefined_Type
        String_Type init_file = "jed.rc"
        Undefined_Type next_file_arg = Undefined_Type
        Undefined_Type hookfun = Undefined_Type
Error encountered while executing command_line_hook
$

Moving away my ~/.jed didn't help, I don't have a ~/.jedrc.

Greetings
Marc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to