First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 10154
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karl Trygve Kalleberg (RETIRED) <karltk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stephen Boulet <stephen@theboulets.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 10154 depends on: Show dependency tree
Bug 10154 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-11-03 16:15 0000
A bug in Tk prevents tcltk apps in linux from being able to use <control>-v
pasting in apps like idle.py (part of python).

The workaround is to comment out these lines in the file
"/usr/lib/tk8.3/text.tcl", which is part of dev-lang/tk-8.3.3-r2 like so:

#if {[string compare $tcl_platform(platform) "windows"]} {
#bind Text <Control-v> {
#    if {!$tk_strictMotif} {
#       tkTextScrollPages %W 1
#    }
#}
#}

If I knew how to use sed I'd write a script to do that.  ;)

Here's a link to the Tk bug report:

http://sourceforge.net/tracker/?func=detail&aid=605277&group_id=12997&atid=112997

------- Comment #1 From Karl Trygve Kalleberg (RETIRED) 2002-11-11 10:49:39 0000 -------
Fixed. Available for testing as dev-lang/tk-8.3.3-r3.

------- Comment #2 From Stephen Boulet 2002-11-14 08:14:24 0000 -------
The fix works for me. You can paste now.

Note that this fixes the issue where you can't paste. There is still the Tk bug
were pasting over highlighted text  won't replace the highlighted text though.
Hopefully the next version of Tk solves that one.

First Last Prev Next    No search results available      Search page      Enter new bug