home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2333 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!spool.mu.edu!agate!linus!linus.mitre.org!news!mbunix!blk
  3. From: blk@mitre.org (Brian L. Kahn)
  4. Subject: Re: Emacs Re: TCL as widget server
  5. In-Reply-To: thayer@cs.columbia.edu's message of Sun, 10 Jan 1993 05:16:38 GMT
  6. Message-ID: <BLK.93Jan11110821@vanity.mitre.org>
  7. Sender: news@linus.mitre.org (News Service)
  8. Nntp-Posting-Host: vanity.mitre.org
  9. Organization: The MITRE Corp. Bedford, MA
  10. References: <BLK.93Jan8162050@vanity.mitre.org> <C0MHBr.Lq@cs.columbia.edu>
  11. Distribution: comp
  12. Date: Mon, 11 Jan 1993 16:08:21 GMT
  13. Lines: 30
  14.  
  15. I wrote:
  16.    >I would like to use TCL to add scrollbars to emacs.  I don't want to
  17.  
  18. In article <C0MHBr.Lq@cs.columbia.edu> thayer@cs.columbia.edu (Charles Thayer) writes:
  19.    I don't know about parenting to another processes window (my guess is
  20.    you've got to modify emacs to get the x-window's id, and if you can do 
  21.    that you might as well add the whole thing to emacs instead :)
  22.  
  23. I think I'm barking up the wrong tree.  X gets me confused, I'm not
  24. really sure what reparenting does.  My favorite variant of emacs is
  25. epoch, which is X-aware.  Epoch has a function that will reparent an
  26. epoch screen under another xwindow id.  Maybe there isn't anything
  27. that needs doing - maybe I just create a frame with wish, get the Xid,
  28. and ask epoch to reparent under it?  So maybe what I need to ask is
  29. these two questions:
  30.  How do I get the Xid of a frame under wish?
  31.  How can I give a child to a frame?
  32.  
  33.  
  34.    But, I think the point is probably moot, since their is a lucid-emacs
  35.    (which has x-windows support), tkemacs, and (of course) mxedit.
  36.  
  37. Oh no, the point is not moot.  Lemacs has no scroll bars, tkemacs has
  38. been modified quite a bit (I want to use standard distribution), and
  39. mxedit isn't really emacs at all, is it? 
  40.  
  41. B<
  42. --
  43. B<   Brian Kahn   blk@mitre.org   "may the farce be with you"
  44.  
  45.