[Bug 278167] editors/emacs: Compose key stopped working with emacs 29.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 15:11:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278167 Bug ID: 278167 Summary: editors/emacs: Compose key stopped working with emacs 29.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: emacs@FreeBSD.org Reporter: bahlgren@beah.se Flags: maintainer-feedback?(emacs@FreeBSD.org) Assignee: emacs@FreeBSD.org I use multiple languages and depend on the "Compose" or "Multi_key" in X to enter some letters. With emacs 29.1 the compose key stopped working - emacs complained about "<Multi_key> is undefined". So that keypress apparently got through to emacs and wasn't handled earlier in the input stack as with previous emacs versions. I should also add that I define the compose key in the KDE system settings. I found two solutions to this problem: 1. emacs 29.1 dropped the XIM option in ports. Enabling it made compose work again. 2. (setq x-gtk-use-native-input 't) in emacs makes compose work again. I think that compose should work out-of-the-box, so perhaps the latter should be made the default, keeping the XIM option off? Or there might be other solutions? -- You are receiving this mail because: You are the assignee for the bug.