all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: "Juanma Barranquero" <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: coding systems and input methods are non-intuitive stuff
Date: Tue, 30 Jan 2007 21:46:08 +0900	[thread overview]
Message-ID: <E1HBsNE-00082G-LM@etlken.m17n.org> (raw)
In-Reply-To: <f7ccd24b0701260911k6209e858y54c948d52ba1d2d0@mail.gmail.com> (lekktu@gmail.com)

Very sorry for the late response.

In article <f7ccd24b0701260911k6209e858y54c948d52ba1d2d0@mail.gmail.com>, "Juanma Barranquero" <lekktu@gmail.com> writes:

> C-x b *scratch* RET
> C-x RET f latin-1 RET          ; buffer coding system = latin-1
> C-u C-\ romanian-prefix RET    ; input method: romanian-prefix
> ,s                             ; character: ş (2362, #o4472, #x93a,
>                                ;   U+015F)
> <left> M-x quail-show-key RET  ; To input `ş', type ",s"
> <right>
> C-x RET f utf-8 RET            ; buffer coding system = utf-8
>                                ; input method: the same as before
> ,s                             ; character: ş (331903, #o1210177,
>                                ;   #x5107f, U+015F)
> <left> M-x quail-show-key RET  ; ş can't be input by the current
>                                ;   input method

> Now, I understand that the buffer code for these characters is not the
> same... but it is quite weird nonetheless to input a character with
> the current input method, and afterwards be told that it "can't be
> input by the current input method".

The reason why the second quail-show-key fails is that the
input method is going to insert latin-2 character but as the
buffer-file-coding-system is changed to utf-8, the character
is translated by translation-table-for-input into
mule-unicode-0100-24ff character.  Unfortunately as the data
structure of the input method still contains only latin-2
character, the current code of quail-show-key thinks the
translated character is not in the data structure.

I'm now trying to find a good way to solve this problem.

---
Kenichi Handa
handa@m17n.org

  parent reply	other threads:[~2007-01-30 12:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-26 17:11 coding systems and input methods are non-intuitive stuff Juanma Barranquero
2007-01-30  8:17 ` Kevin Rodgers
2007-01-30  8:35   ` David Kastrup
2007-01-30  8:38   ` Juanma Barranquero
2007-01-30 12:46 ` Kenichi Handa [this message]
2007-01-30 12:58   ` Juanma Barranquero
2007-01-31  0:46     ` Kenichi Handa
2007-01-31  2:12       ` Juanma Barranquero
2007-02-01  1:48         ` Kenichi Handa
2007-02-01  1:54           ` Juanma Barranquero

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=E1HBsNE-00082G-LM@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /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.