[slang-users] autoload loads two times
John E. Davis
davis at space.mit.edu
Tue Jul 25 18:37:33 EDT 2006
Jörg Sommer <joerg at alea.gnuu.de> wrote:
>can someone explain why the stkcheck file is loaded two times?
[...]
>% xjed -batch -l /tmp/bug.sl -l /tmp/bug.sl
>loading /tmp/bug.sl
>0
>loading /usr/share/jed/jed-extra/stkcheck.slc
>loading /tmp/bug.sl
>0
>loading /usr/share/jed/jed-extra/stkcheck.slc
>#v-
What version of xjed are you using? How does jed-extra/stkcheck.sl
differ from the version distributed with slang?
# xjed -batch -n -l /tmp/bug.sl -l /tmp/bug.sl
loading /usr/local/jed/lib/site.sl
loading /usr/local/jed/lib/os.sl
loading /usr/local/jed/lib/menus.sl
loading /usr/local/etc/jed.conf
loading /usr/local/jed/lib/compress.sl
loading /usr/local/jed/lib/modeinfo.sl
loading /tmp/bug.sl
loading /usr/local/share/slsh/stkcheck.sl
1
loading /tmp/bug.sl
1
# xjed --version
jed version: 0.99.18/Unix
Compiled with GNU C 3.3
S-Lang version: pre2.0.7-47
*** Compiled against S-Lang 20006 but linked to 20007
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/local/jed
Thanks,
--John
More information about the slang-users-l
mailing list