jed-users mailing list

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

Re: When a new version of JED will be released?


Marko Mahnic <marko.mahnic@xxxxxxxx> wrote:
>We would need pascal-type strings (with explicit length info)
>in JED for the function to work on such systems.

S-Lang supports binary strings, e.g.,

   b = "hello\0world";
   bstrlen (b) ==> 11

However, the S-Lang *define_key routines take C strings.  In practice
this is not a problem since these routines map the two character
sequence "^@" to \0.

--John


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


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