[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <Multi_key> is undefined
From: |
Barry Fishman |
Subject: |
Re: <Multi_key> is undefined |
Date: |
Sun, 23 Mar 2014 09:55:25 -0400 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) |
On 2014-03-23 06:16:08 EDT, Werner LEMBERG wrote:
>
>> After upgrading to Ubuntu 14.04 (and using Cinnamon), I can no
>> longer use <Multi_key>. Emacs flashes at me and displays
>> "<Multi_key> is undefined". This happened with a binary compiled
>> before the upgrade, and it also happens after I bootstrapped and
>> built Emacs from a clean directory right now. [...]
>
> On my openSuSE KDE environment, I always start emacs as
>
> env XMODIFIERS="@im=none" emacs
>
> and my .Xcompose file is honoured again in Emacs.
The other approach is to define the Multi_key mappings you want inside
of Emacs.
(define-key global-map [(Multi_key) (s) (s)] (lambda ()
(interactive)
(insert 223)))
--
Barry Fishman
- Re: <Multi_key> is undefined, (continued)
- Re: <Multi_key> is undefined, Werner LEMBERG, 2014/03/23
- Re: <Multi_key> is undefined, Daniel Colascione, 2014/03/23
- Re: <Multi_key> is undefined, Werner LEMBERG, 2014/03/23
- Re: <Multi_key> is undefined, Daniel Colascione, 2014/03/23
- Re: <Multi_key> is undefined, Werner LEMBERG, 2014/03/23
- Re: <Multi_key> is undefined, Daniel Colascione, 2014/03/23
- Re: <Multi_key> is undefined, Barry Fishman, 2014/03/23
- Re: <Multi_key> is undefined, Daniel Colascione, 2014/03/23
- Re: <Multi_key> is undefined, David Kastrup, 2014/03/23
Re: <Multi_key> is undefined, Werner LEMBERG, 2014/03/23
- Re: <Multi_key> is undefined,
Barry Fishman <=
Re: <Multi_key> is undefined, Teemu Likonen, 2014/03/23