Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56324 - xchat 2.0.10 cjk preedit string bug patch..
Summary: xchat 2.0.10 cjk preedit string bug patch..
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-07-07 06:14 UTC by Jung Tae-young
Modified: 2004-07-31 05:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
net-irc/xchat/xchat-2.0.10-r1.ebuild (xchat-2.0.10-r1.ebuild,2.25 KB, text/plain)
2004-07-07 06:15 UTC, Jung Tae-young
Details
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch (xchat-2.0.10-preeditstring.patch,646 bytes, patch)
2004-07-07 06:16 UTC, Jung Tae-young
Details | Diff
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch (xchat-2.0.10-preeditstring_new.patch,523 bytes, patch)
2004-07-31 00:26 UTC, Jung Tae-young
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jung Tae-young 2004-07-07 06:14:41 UTC
There's preedit string bug in nick completion(or channel completion) with tab..



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jung Tae-young 2004-07-07 06:15:35 UTC
Created attachment 34908 [details]
net-irc/xchat/xchat-2.0.10-r1.ebuild
Comment 2 Jung Tae-young 2004-07-07 06:16:24 UTC
Created attachment 34909 [details, diff]
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch

here's the patch for the bug..
Comment 3 foser (RETIRED) gentoo-dev 2004-07-12 07:34:25 UTC
net-irc takes most care of xchat lately
Comment 4 Sven Wegener gentoo-dev 2004-07-18 16:56:53 UTC
Which bug does this patch exactly fix?
Comment 5 Jung Tae-young 2004-07-18 19:45:32 UTC
In cjk environment.. we need more than one input to make one CJK character..

so Input Module has pre-edit buffer to save incomplete character..
thus gtk_entry_get_text miss the last character (it's completed when typed tab..)

to avoid missing the last character, we need force IM context reset to commit the pre-edit string to gtk_entry_buffer..





Comment 6 Sven Wegener gentoo-dev 2004-07-23 16:26:23 UTC
As you're the reporter of the upstream bug report at
http://sourceforge.net/tracker/index.php?func=detail&aid=986958&group_id=239&atid=100239
you already received zed's reply. I'm waiting for his decision how to fix this.
Comment 7 Jung Tae-young 2004-07-31 00:24:44 UTC
here is zed's new patch :D

Comment 8 Jung Tae-young 2004-07-31 00:26:04 UTC
Created attachment 36503 [details, diff]
net-irc/xchat/files/xchat-2.0.10-preeditstring.patch

zed's new patch
Comment 9 Sven Wegener gentoo-dev 2004-07-31 05:34:32 UTC
Commited to CVS, please test.