all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Andreas Schwab <schwab@suse.de>
Cc: gustavo@sagui.org, emacs-devel@gnu.org
Subject: Re: Cedilla input in UTF-8 locale with dead keys.
Date: Tue, 16 Oct 2007 14:12:00 +0900	[thread overview]
Message-ID: <E1Iheim-0003s3-5Z@etlken.m17n.org> (raw)
In-Reply-To: <jeir58qytk.fsf@sykes.suse.de> (message from Andreas Schwab on Mon, 15 Oct 2007 15:42:15 +0200)

In article <jeir58qytk.fsf@sykes.suse.de>, Andreas Schwab <schwab@suse.de> writes:

> Kenichi Handa <handa@m17n.org> writes:
> > In article <jemyukr1tv.fsf@sykes.suse.de>, Andreas Schwab <schwab@suse.de> writes:
> >
>>> Kenichi Handa <handa@m17n.org> writes:
>>> > Attached is a report about the inconsistency of dead key
>>> > handling on Emacs with the other applications.  I confirmed
>>> > the reported behaviour with the trunk code by starting the X
>>> > session in pt_BR.UTF-8 locale.  Typing "RightAlt-' c"
>>> > inserts ç (c-cedilla) in gnome-terminal, but it inserts ć
>>> > (c-acute) in Emacs.
> >
>>> Which keysym is on RightAlt-'?
> >
> > 0x1000107; i.e. U+0107 LATIN SMALL LETTER C WITH ACUTE

> Where does the c key come into play then?

Oops, my fault.  The above keysym is returned by typing
"RightAlt-' c".   With just "RightAlt-'", xev reports these
keysyms (the first one by RightAlt, the second by ':

KeyPress event, serial 29, synthetic NO, window 0x3200001,
    root 0x4d, subw 0x3200002, time 2805295975, (32,34), root:(1428,80),
    state 0x0, keycode 113 (keysym 0xff20, Multi_key), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: True

KeyPress event, serial 29, synthetic NO, window 0x3200001,
    root 0x4d, subw 0x3200002, time 2805299769, (32,34), root:(1428,80),
    state 0x80, keycode 48 (keysym 0x27, apostrophe), same_screen YES,
    XLookupString gives 1 bytes: (27) "'"
    XmbLookupString gives 1 bytes: (27) "'"
    XFilterEvent returns: True

Please note that XFilterEvent is True in both cases.  Thus
some input method has filtered them.

---
Kenichi Handa
handa@m17n.org

  reply	other threads:[~2007-10-16  5:12 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1IdUUG-0002a3-UI@fencepost.gnu.org>
     [not found] ` <E1IgJNl-000664-EJ@etlken.m17n.org>
     [not found]   ` <1192198027.4579.11.camel@hamlet.sagui>
2007-10-15 12:09     ` Cedilla input in UTF-8 locale with dead keys Kenichi Handa
2007-10-15 12:37       ` Andreas Schwab
2007-10-15 13:13         ` Kenichi Handa
2007-10-15 13:42           ` Andreas Schwab
2007-10-16  5:12             ` Kenichi Handa [this message]
2007-10-16  8:35               ` Andreas Schwab
2007-10-16 13:21                 ` Stefan Monnier
2007-10-15 13:13       ` Jan Djärv
2007-10-15 14:02         ` Andreas Schwab
2007-10-16  7:16           ` Jan Djärv
2007-10-15 14:05         ` Stefan Monnier
2007-10-16  2:04           ` Kenichi Handa
2007-10-03 17:00 Gustavo Maciel Dias Vieira

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=E1Iheim-0003s3-5Z@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=gustavo@sagui.org \
    --cc=schwab@suse.de \
    /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.