[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SOLVED sort of] (was: (K)ubuntu and US intl keyboard, does not work any
From: |
Uwe Brauer |
Subject: |
[SOLVED sort of] (was: (K)ubuntu and US intl keyboard, does not work anymore) |
Date: |
Tue, 29 Aug 2017 16:25:24 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
> Uwe Brauer <address@hidden> writes:
> I'm using the Kubuntu 17.04 distribution, with "US intl with dead keys"
> keyboard layout, but with the Awesome window manager instead. With a
> freshly compiled emacs, ä etc works fine.
> $ setxkbmap -query
> rules: evdev
> model: pc105
> layout: us_intl
> options: lv3:ralt_switch
I just found out about
https://bugs.launchpad.net/emacs-snapshot/+bug/1251176
for me the solution
(require 'iso-transl)
worked while
launch emacs with "XMODIFIERS='' emacs"
Did not but maybe I misunderstood that advice.