emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs for pure Gtk3


From: Yuuki Harano
Subject: Re: emacs for pure Gtk3
Date: Sun, 26 Apr 2020 18:35:02 +0900 (JST)

On Sun, 26 Apr 2020 17:52:25 +0900,
        조성빈 <address@hidden> wrote:
> If you’re thinking about this,

Yes.

> How does the original port work? Does Emacs catch all of the keys and process 
> it itself?

Yes, it does. It catches all the key events, and passes them to emacs lisp.
Emacs lisp, like mozc.el, processes them, and the IM status is shown on the
mode line.

On pgtk emacs, they can be handled by emacs lisp in the same way if
GtkIMContext is disabled. But that is not what it should be.
I think the keyboard events should be handled by Gtk library, but if so,
the IM status isn't shown. I want for it to be shown at least.

On mac emacs, it knows the IM status somehow and shows it on the mode line,
so users less confused.

-- 
Yuuki Harano

reply via email to

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