Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a german keyboard, with a lot of extra keys and some deadkeys.
They work well under nearly every application, such as OOo, gnome-terminal, gvim and the like.
But they don't work in xterm and the X-Frontend for emacs (xemacs).
No deadkey is working, not the caret symbol and not the acutes (` and ´).
I have a customized .xmodmaprc, where I load some special key-bindings, for the super-duper-useless right windows-key, for instance.
this file has only three lines, for the keys that I change from the standard layout.
When I need to use xterm or xemacs, I load another config file for xmodmap, where I re-bind every deadkey, to it's undead counterpart (pun, quite intended). And in case of xemacs, this happens quite often and is really uncomfortable.
What I need, is the deadkeys to work under xterm and xemacs.
I've read some solutions for this problem in some cached Usenet posts, but they all suggest using a non-deadkey layout, but that's really inconvenient in my case.
please help!
--polemon
PS: They work with emacs-nox, but only if not in the xterm console...
Read the xterm man page. The current version has a "-lc" option which will turn on support for your locale settings.
It turns on the UTF-8 mode and used the "luit" program.
Also read through the "luit" man page. It gives instructions on how to do the same thing if you have an earlier version of xterm.
Look for a Keyboard-and-Terminal-HOWTO on the www.tldp.org website. Also read through the documentation for terminfo.
You could also google for the terms "terminfo iso-accents-mode".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.