* Gtk: Multi_key ceases to work
@ 2003-01-21 14:26 Kai Großjohann
2003-01-24 20:08 ` Jan D.
0 siblings, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2003-01-21 14:26 UTC (permalink / raw)
With many applications (including Emacs using the default toolkit),
it worked to assign the Multi_key keysym to some keycode. Then I
could type Multi_key followed by " followed by a, say, to generate
ä. And Multi_key followed by s and then s again generated ß.
But now I've compiled Emacs with Gtk (it's really great, btw!) and
this ceases to work. Emacs beeps (or flashes, because of
visible-bell) when I hit the Multi_key.
What do I do now? Is this a bug in the Gtk port or a bug in Kai?
--
Ambibibentists unite!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Gtk: Multi_key ceases to work
2003-01-21 14:26 Gtk: Multi_key ceases to work Kai Großjohann
@ 2003-01-24 20:08 ` Jan D.
2003-01-25 16:21 ` Jan D.
0 siblings, 1 reply; 4+ messages in thread
From: Jan D. @ 2003-01-24 20:08 UTC (permalink / raw)
Cc: emacs-devel
tisdagen den 21 januari 2003 kl 15.26 skrev Kai Großjohann:
> With many applications (including Emacs using the default toolkit),
> it worked to assign the Multi_key keysym to some keycode. Then I
> could type Multi_key followed by " followed by a, say, to generate
> \0. And Multi_key followed by s and then s again generated ß.
>
> But now I've compiled Emacs with Gtk (it's really great, btw!) and
> this ceases to work. Emacs beeps (or flashes, because of
> visible-bell) when I hit the Multi_key.
>
> What do I do now? Is this a bug in the Gtk port or a bug in Kai?
A bug in the Gtk port. The problem is that Gtk does not call
XFilterEvent for key events. Gtk implements compose handling by it
self (I could not believe it when I saw it).
Jan D.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Gtk: Multi_key ceases to work
2003-01-24 20:08 ` Jan D.
@ 2003-01-25 16:21 ` Jan D.
2003-01-25 21:43 ` Kai Großjohann
0 siblings, 1 reply; 4+ messages in thread
From: Jan D. @ 2003-01-25 16:21 UTC (permalink / raw)
Cc: Kai Großjohann
>
> > With many applications (including Emacs using the default toolkit),
> > it worked to assign the Multi_key keysym to some keycode. Then I
> > could type Multi_key followed by " followed by a, say, to generate
> > > >
> > But now I've compiled Emacs with Gtk (it's really great, btw!) and
> > this ceases to work. Emacs beeps (or flashes, because of
> > visible-bell) when I hit the Multi_key.
> >
> > What do I do now? Is this a bug in the Gtk port or a bug in Kai?
>
> A bug in the Gtk port. The problem is that Gtk does not call
> XFilterEvent for key events. Gtk implements compose handling by it
> self (I could not believe it when I saw it).
>
I think I fixed this now.
Jan D.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-01-25 21:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-21 14:26 Gtk: Multi_key ceases to work Kai Großjohann
2003-01-24 20:08 ` Jan D.
2003-01-25 16:21 ` Jan D.
2003-01-25 21:43 ` Kai Großjohann
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.