home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1793 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.6 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!mailgzrz.tu-berlin.de!garfield
  2. From: garfield@cs.tu-berlin.de (Sven Delmas)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: Tcl with emacs or epoch
  5. Date: 11 Nov 1992 11:55:26 GMT
  6. Organization: Techn. Univ. Berlin (Germany)
  7. Lines: 25
  8. Distribution: world
  9. Message-ID: <GARFIELD.92Nov11125525@avalanche.cs.tu-berlin.de>
  10. References: <BLK.92Nov8163051@vanity.mitre.org>
  11. NNTP-Posting-Host: avalanche.cs.tu-berlin.de
  12. In-reply-to: blk@mitre.org's message of Sun, 8 Nov 1992 21:30:51 GMT
  13.  
  14. In article <BLK.92Nov8163051@vanity.mitre.org> blk@mitre.org (Brian L. Kahn) writes:
  15.  
  16.    Has anyone produced patches to incorporate tk/tcl into emacs or epoch?
  17.    I looked in the FAQ and docs, but couldn't find a reference.
  18. I wrote a emacs widget that makes emacs a Tk widget. You can send
  19. emacs-lisp code to emacs (from Tcl), and send Tcl code to Tcl (from
  20. emacs). Perhaps this may help you. I think merging Tcl directly with
  21. emacs (linking it with Tcl) will not work, as the "extension" language
  22. of emacs is emacs-lisp, and having two extension languages for one
  23. program will lead into trouble (not only conceptual, but also for the
  24. implementation :-). If you want to take a look at the widget, it is
  25. named TkEmacs, and can be found on barkley.
  26.  
  27. Sven.
  28.  
  29. P.S. the widget was not written by me alone. The emacs-lisp part was
  30. written by Juergen Nickelsen.
  31.  
  32. --
  33. ----
  34.   Sven Delmas (Techn. Univ. Berlin)
  35.     garfield@cs.tu-berlin.de
  36. ----
  37.   For every problem there is a solution which is simple, clean and wrong.
  38.                                                   Henry Louis Mencken
  39.