
Wed, 11/01/2006 - 02:34
Forums:
Tonight I simply can't let go of WOK.
Has anyone successfully used WOK with Emacs? The woksh.el file has a line:
(require 'wok-comm)
but there is no wok-comm. And who should I ask for the CDL Emacs mode mentioned in the WOK manual?
Good night,
Torsten
Sat, 11/11/2006 - 16:02
We use wok with xemacs on windows and linux, without pb. What is excatly your pb?
Sat, 11/11/2006 - 16:03
We use wok with xemacs on windows and linux, without pb. What is excatly your pb?
Fri, 11/17/2006 - 18:33
The biggest problem was that I did not have wok-comm.el which I now received. I unearthed an old cdl-mode.el from version 3.1 which kind of works. So far connection on M-x woksh in emacs is not completely automatic. For some reason tixwish does not automatically source .tixwishrc and the rest of the initialisation does not run (from woksh.el):
(if (not (eq iport 0))
(if (not (wok-connectedp))
(progn
(insert "source .tixwishrc") ;; my Insertion (send-string nil "source .tixwishrc") did not work
(comint-send-input)
(send-string nil (format "wokemacs_init %d\n" iport))
(wok-connect-to-controller "localhost" iport)
(send-string nil "auto_load wok_cd_proc\n")
;(erase-buffer)
)))))
Do you use iwok?
Cheers, Torsten