jed-users mailing list

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

XJed do not set XWINDOWS with -batch


Hi,

one example:
#v+
$ cat /tmp/test.sl
message("You run "+
#ifdef XWINDOWS
        "XJed"
#else
        "Jed"
#endif
        );
$ jed -batch -n -l /tmp/test.sl
...
You run Jed
$ xjed -batch -n -l /tmp/test.sl
...
You run Jed
#v-

Why this?

A second problem, that arises with this issue: You can't use precompiled
slang files with different jed types. Currently I use the .slc files
build with jed with xjed. This fails, if they include XJed specific code.

What about this?

Jörg.

BTW: Why XWINDOWS with S? It's not Windows, it's X WINDOW.
-- 
Mathematiker beim Kuchenessen (aus dem wahren Leben):
J: Du überlegst wohl, wie du das Stück am optimalsten teilst?
K: Ja, ich wende gerade den Simplex-Algorithmus darauf an.
C: Schau mal, da hast du schon vier Ecken.

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


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