Daanturo |
Daan Ro <daanturo@gmail.com> writes:> 1. `emacs -Q`> 2. Press "C-g">> Expected: Emacs beeps, like the X build.>> Observed: silence.>> In GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38,> cairo version 1.17.8)> System Description: Arch LinuxWhat Wayland compositor is installed on your system?The X build ``beeps'' with Xkb or the X protocol, which in fact resultsin a beep event being sent to a listening audio server module that playsa user configurable sound each time it registers such an event.On Wayland, GDK is responsible for playing the beep sound through theWayland protocol. I don't really know how that part works, but it'sunlikely that any failures there can be fixed by us Emacs developers.