Package: xchat
Version: 2.6.4-2
Followup-For: Bug #375487
at compiling, if gtkspell is disabled, this problem doesn't happen.
I compiled xchat with "configure --disable-spell" and tested.
Then I can type japanese correctry.
and I looked into source of Xchat. maybe here is the point of problem.
/xchat-2.6.4/src/fe-gtk/fkeys.c
-- line 318 --
#if defined(USE_GTKSPELL) && !defined(WIN32)
/* gtktextview has no 'activate' event, so we trap ENTER here */
case GDK_Return:
case GDK_KP_Enter:
if (!(evt->state & GDK_CONTROL_MASK))
{
g_signal_stop_emission_by_name (G_OBJECT (wid),
"key_press_event");
mg_inputbox_cb (wid, sess->gui);
}
#endif
-- line 327 --
if (!(evt->state & GDK_CONTROL_MASK))
I think need to modify this line to only enable when XIM is OFF.
I m not similar with GTK, so I don't know how to trap XIM(immodule?) on
GTK.
anyone. plz help.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=ja_JP.utf8, LC_CTYPE=ja_JP.utf8 (charmap=UTF-8) (ignored: LC_ALL
set to ja_JP.utf8)
Versions of packages xchat depends on:
ii libatk1.0-0 1.11.4-2 The ATK accessibility toolkit
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libcairo2 1.0.4-2 The Cairo 2D vector graphics libra
ii libdbus-1-2 0.62-4 simple interprocess messaging syst
ii libdbus-glib-1-2 0.62-4 simple interprocess messaging syst
ii libfontconfig1 2.3.2-7 generic font configuration library
ii libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib
ii libglib2.0-0 2.10.3-2 The GLib library of C routines
ii libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface
ii libpango1.0-0 1.12.3-1 Layout and rendering of internatio
ii libperl5.8 5.8.8-6 Shared Perl library
ii libpng12-0 1.2.8rel-5.1 PNG library - runtime
ii libssl0.9.8 0.9.8b-2 SSL shared libraries
ii libx11-6 2:1.0.0-6 X11 client-side library
ii libxcursor1 1.1.5.2-5 X cursor management library
ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar
ii libxfixes3 1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.0-5 X11 Input extension library
ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra
hi xchat-common 2.6.4-2 Common files for X-Chat
ii zlib1g 1:1.2.3-12 compression library - runtime
xchat recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]