home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / tcl / 1323 < prev    next >
Encoding:
Text File  |  1992-09-08  |  937 b   |  23 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!walter!grumpy!bytor
  3. From: bytor@grumpy.bellcore.com (Ross Huitt)
  4. Subject: Re: wish -- command line editing
  5. Message-ID: <1992Sep8.181845.24105@walter.bellcore.com>
  6. Sender: bytor@grumpy (Ross Huitt)
  7. Nntp-Posting-Host: grumpy.ctt.bellcore.com
  8. Organization: Bellcore
  9. References: <17mav8INNb5m@agate.berkeley.edu> <55220005@hpfcbig.SDE.HP.COM> <189ipjINNd1b@agate.berkeley.edu> <1992Sep5.073337.9071@cs.ubc.ca>
  10. Date: Tue, 8 Sep 92 18:18:45 GMT
  11. Lines: 10
  12.  
  13. I've been using the GNU readline library for my core Tcl shells.
  14. It works just fine. However, I can't figure out how to get readline
  15. working seamlessly with Tk. Since the Tk file handler mechanism
  16. ends up buffering stdin a line at a time, I can't get the readline
  17. library to read stdin interactively. There's probably something
  18. I can do with FNDELAY to resolve the problem, but I've had other
  19. priorities...
  20.  
  21. Ross Huitt
  22. bytor@ctt.bellcore.com
  23.