home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2240 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.1 KB

  1. Path: sparky!uunet!spool.mu.edu!think.com!ames!data.nas.nasa.gov!mustang.mst6.lanl.gov!nntp-server.caltech.edu!nntp-server.caltech.edu!tromey
  2. From: tromey@cns.caltech.edu (Tom Tromey)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Bind bug, Tk3.0
  5. Date: 23 Dec 92 14:14:25
  6. Organization: California Institute of Technology
  7. Lines: 23
  8. Message-ID: <TROMEY.92Dec23141425@kant.cns.caltech.edu>
  9. NNTP-Posting-Host: kant.cns.caltech.edu
  10.  
  11. I'm using Tk 3.0 and Tcl 6.5.  I've applied all known patches (two to
  12. tkWm.c, one to tkBind.c, and one to tkCanvLine.c).  I also added a
  13. patch of my own to tkWm.c which implements the "wm raise" and "wm
  14. lower" commands.  I don't think this makes any difference.
  15.  
  16. Type in the following at the wish prompt:
  17.  
  18. canvas .zot
  19. pack append . .zot left
  20. bind <q> exit
  21.  
  22. Pressing "q" in the window has no effect.  This same script worked
  23. under Tk 2.3.
  24.  
  25. Let me register my vote for a patchlevel.h or moral equivalent to make
  26. reporting bugs easier.
  27.  
  28. Tom
  29. --
  30. tromey@cns.caltech.edu
  31. "In a riddle whose answer is chess, what is the only prohibited word?"
  32. I thought a moment and replied, "The word chess".
  33.     -- Jorge Luis Borges
  34.