unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* coding systems and input methods are non-intuitive stuff
@ 2007-01-26 17:11 Juanma Barranquero
  2007-01-30  8:17 ` Kevin Rodgers
  2007-01-30 12:46 ` Kenichi Handa
  0 siblings, 2 replies; 10+ messages in thread
From: Juanma Barranquero @ 2007-01-26 17:11 UTC (permalink / raw)
  To: Kenichi Handa, Emacs Devel

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

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".

                    /L/e/k/t/u

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-02-01  1:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).