emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: with-pgtk: C-; turns into plain ';'


From: Po Lu
Subject: Re: with-pgtk: C-; turns into plain ';'
Date: Thu, 17 Feb 2022 08:43:11 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Tassilo Horn <tsdh@gnu.org> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>> I don't know about the other input method frameworks.  Could you find
>> out which one you are using?
>
> I've searched a bit and found
>
>   https://docs.gtk.org/gtk3/property.Settings.gtk-im-module.html
>
> which suggests that the property gtk-im-module is the default input
> method unless the user explicitly chose another im-module from the IM
> context menu.
>
> ❯ gtk-query-settings | grep im-module
>                       gtk-im-module: "wayland"
>
> So it seems I'm using the wayland input method module.

Unfortunately that just means it's using the input-method-unstable-v1
Wayland protocol extension to handle input methods, and says nothing
about the framework being used.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]