Re: Non English keyboard layout not working in Emacs
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> From: Abhiseck Paira <[email protected]> > Cc: [email protected] > Date: Sun, 26 Apr 2026 09:37:35 +0530 > > > Abhiseck Paira <[email protected]> writes: > > > Eli Zaretskii <[email protected]> writes: > > > >> What does the below produce: > >> > >> M-: (featurep 'xinput2) RET > > > > nil > > I'm really sorry, I mistakenly evaluated the above expression in an > Emacs where things are working fine. In the Emacs where the problem > exist, evaluating the above expression returns true. OK, so the problem seems to be caused by the fact that Emacs 29 moved to using XInput2 extensions if they are available. So maybe your X server needs some update or fix or maybe XInput2 is unable to support these keyboard layouts (which would surprise me) and you'll need Emacs built without XInput2 support, or maybe the keyboard layouts you are using need to be updated to work with XInput2. Or something else. Like I said: I'm not an expert on this stuff, and we currently don't have anyone else on board who is. So my recommendation is still to take this up with your distro's maintainers, who presumably know more about this stuff. If they decide that this is some problem in Emacs, they should submit a bug report to our bug-tracker with the details, and we then hopefully will be able to fix this.