From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: <Cyrillic_schwa> is undefined
Date: Wed, 05 Oct 2005 21:53:48 +0900 [thread overview]
Message-ID: <E1EN8mK-0005cf-00@etlken> (raw)
In-Reply-To: <20051001193132.GE25392@radix50.net> (message from Baurzhan Ismagulov on Sat, 1 Oct 2005 21:31:32 +0200)
In article <20051001193132.GE25392@radix50.net>, Baurzhan Ismagulov <ibr@radix50.net> writes:
> I can use emacs cvs with pt154 encoding on the Linux console. However,
> when I type some Cyrillic characters under X, emacs says, e.g.,
> "<Cyrillic_schwa> is undefined".
It seems that these X11 keysyms (in
/usr/include/X11/keysymdefs.h, perhaps newly added) are not
registered in x-keysym-table (in lisp/term/x-win.el).
#define XK_Cyrillic_GHE_bar 0x680
#define XK_Cyrillic_ghe_bar 0x690
...
#define XK_Cyrillic_U_macron 0x68f
#define XK_Cyrillic_u_macron 0x69f
For instance, for XK_Cyrillic_U_macron, you can add it as
this:
(puthash #x68F (decode-char 'ucs #x04EE) x-keysym-table)
^^^^keysym_code ^^^^^^unicode_character_code
But, for instance, for XK_Cyrillic_GHE_bar, I don't know the
corresponding Unicode character code. If you give me a list
of keysym_codes and the corresponding Unicode character
code, I'll add it in x-win.el.
---
Kenichi Handa
handa@m17n.org
next prev parent reply other threads:[~2005-10-05 12:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-01 19:31 <Cyrillic_schwa> is undefined Baurzhan Ismagulov
2005-10-05 12:53 ` Kenichi Handa [this message]
2005-10-05 18:46 ` James Cloos
2005-10-05 19:25 ` Stefan Monnier
2005-10-06 2:04 ` Kenichi Handa
2005-10-06 16:35 ` James Cloos
2005-10-06 17:58 ` James Cloos
2005-10-05 21:49 ` Baurzhan Ismagulov
2005-10-12 18:48 ` ping: " Baurzhan Ismagulov
2005-10-21 18:00 ` ping2: " Baurzhan Ismagulov
2005-10-22 1:45 ` Kenichi Handa
2005-10-22 7:25 ` Baurzhan Ismagulov
2005-10-24 11:29 ` Kenichi Handa
2005-10-25 19:00 ` Baurzhan Ismagulov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1EN8mK-0005cf-00@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.