Package: tk8.4
Version: 8.4.11-1
Severity: normal
Tags: l10n

The following code does not work with XIM (after I confirm
selected character in IME, it disappears; but i do get the
input printed on the console).

text .x
pack .x
bind .x <Key> { puts "Key %A"; }

Meanwhile the following code works OK:

text .x
pack .x
bind .x <Key> { puts Key; }

This seems to be library problem, not of the package, but
i have not yet managed to find a way to report it properly
to Tk developers.

Danya

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages tk8.4 depends on:
ii  libc6                    2.3.5-4         GNU C Library: Shared libraries an
ii  libx11-6                 4.3.0.dfsg.1-14 X Window System protocol client li
ii  tcl8.4                   8.4.11-1        Tcl (the Tool Command Language) v8
ii  xlibs                    6.8.2.dfsg.1-7  X Window System client libraries m

Versions of packages tk8.4 recommends:
ii  mlterm [x-terminal-emula 2.9.2-2         MultiLingual TERMinal
ii  xterm [x-terminal-emulat 6.8.2.dfsg.1-11 X terminal emulator

Versions of packages related to XIM:
ii  canna          3.7p3-2        A Japanese input system (server and dictiona
ii  im-switch      1.3            Input method switch framework
ii  kinput2-canna  3.1-5          An input server for X11 applications that wa
ii  kinput2-common 3.1-5          Files shared among kinput2 packages
ii  libcanna1g     3.7p3-2        Canna Runtime Library

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to