GNU bug report logs - #14044
24.2; Emacs 24 and dead keys in Fedora 18

Previous Next

Package: emacs;

Reported by: Alexandre Lagüe-Jacques <alexandre.laguejacques <at> gmail.com>

Date: Sun, 24 Mar 2013 03:59:01 UTC

Severity: important

Merged with 15135, 15891, 17928

Found in versions 24.2, 24.3, 24.3.92

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 14044 <at> debbugs.gnu.org (full text, mbox):

From: Tassilo Horn <tsdh <at> gnu.org>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 14044 <at> debbugs.gnu.org, Alexandre Lagüe-Jacques
	<alexandre.laguejacques <at> gmail.com>,
	Stefan Monnier <monnier <at> iro.umontreal.ca>
Subject: Re: bug#14044: 24.2; Emacs 24 and dead keys in Fedora 18
Date: Fri, 26 Apr 2013 12:15:46 +0200
Andreas Schwab <schwab <at> linux-m68k.org> writes:

>> I also can't insert ` anymore, except with `M-x ucs-insert GRAVE
>> ACCENT RET'.  Typing ` (which is AltGr+< on my German Dvorak layout)
>> messages just
>>
>>   <dead-grave> is undefined
>
> Your keyboard is misconfigured.

Any hints how to diagnose the problem?  I don't have any custom
configurations for the X server at all, except this one:

,----[ /etc/X11/xorg.conf.d/99-my-keyboard.conf ]
| Section "InputClass"
|     Identifier "Default Keyboard"
|     MatchIsKeyboard  "on"
|     Driver "evdev"
| 
|     Option "XkbLayout"  "de"
|     Option "XkbVariant" "dvorak"
|     Option "XkbModel"   "evdev"
|     Option "XkbRules"   "evdev"
|     Option "XKbOptions" "ctrl:nocaps"
| EndSection
`----

I haven't touched that file for years, and as said, it used to work.

> Your X server should have a compose rule that composes the dead_grave
> keysym with the following key, so that Emacs doesn't see the
> dead_grave keysym at all (provided the composition was sucessful).  At
> the very least the sequence <dead_grave> <space> or <dead_grave>
> <dead_grave> should produce the <grave> keysym.

Hm, what's happening is actually quite different depending on
application.

- Any GNOME3 GTK+3 application, or GTK+2 applications like GIMP: I can
  insert a ` by typing AltGr+< twice, or AltGr+< SPACE.

- Qt4 apps: Typing just AltGr+< immediately inserts a `, so no
  composition here.

- xterm: I can't insert ` at all.  Typing AltGr+< twice or AltGr+< SPACE
  seems to be ignored.

Like with Emacs, I can "fix" xterm by simply starting it from a GNOME
terminal.  Then typing AltGr+< has the same composing behavior as in
GNOME3 applications.

Oh, interestingly, I can also make Qt4 apps using the composing behavior
by starting them from a gnome-terminal...

Bye,
Tassilo




This bug report was last modified 10 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.