Can't type accented characters anymore: <dead-acute> is undefined
Bug #1251176 reported by
Damien Cassou
This bug affects 38 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Emacs-snapshot |
Triaged
|
High
|
Damien Cassou | ||
emacs24 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When you type an accented character through a dead-key, you might get one of:
<dead-acute> is undefined
<dead-grave> is undefined
<dead-tilde> is undefined
<S-dead-tilde> is undefined
<dead-diaeresis> is undefined
<S-dead-
or something similar.
On the web, I found several workaround:
1/ launch emacs with "XMODIFIERS='' emacs"
2/ type C-x 8 RET RET once
3/ add "(require 'iso-transl)" to your .emacs.d/init.el or .emacs file
Upstream report: http://
Changed in emacs-snapshot: | |
importance: | Undecided → High |
assignee: | nobody → Damien Cassou (cassou) |
status: | New → Incomplete |
status: | Incomplete → Triaged |
description: | updated |
description: | updated |
To post a comment you must log in.
I unset XMODIFIERS env var for Emacs process as a work-around:
$ XMODIFIERS= emacs
Brings back dead keys in Emacs for me (Norwegian locale) ..