jed-users mailing list

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

AW: Defining a very long list of keywords, define_keywords_n(...) and add_keywords(...)


Hello John und Günther,

thanks for your answer.
At first I simply had one line of code, with the huge string in it. S-Lang
said 'String too long for buffer'. I tried to split it across two lines,
like that:
  () = define_keywords_n ($1,
"abs.babs.hadd.aadd.badd.haddihand.tcaddncallacalliclo.hcls.hclz.h"
 
"min.bmin.hmin.umov.amov.dmov.umsubsmul.hmul.qmul.u", 5, 0);
but sorrily I didn't try
  () = define_keywords_n ($1,
"abs.babs.hadd.aadd.badd.haddihand.tcaddncallacalliclo.hcls.hclz.h"
                                             +
"min.bmin.hmin.umov.amov.dmov.umsubsmul.hmul.qmul.u", 5, 0);

It works :-)

Thanks a lot,
Jens


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


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