emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't isearch 'ö'


From: Peter Dyballa
Subject: Re: Can't isearch 'ö'
Date: Mon, 11 Apr 2005 01:33:38 +0200


Am 10.04.2005 um 19:54 schrieb Stefan Monnier:

How do you input the ö?
I just press the 'Ö' key on my keyboard!

The problem is that the ö you type at the isearch prompt is a latin-1
ö whereas the one in the buffer is a latin-9 ö (Emacs's internal
representation of characters has such duplicates).
Try M-x unify-8859-on-decoding-mode RET (before you even open the file).

It is already set:

Hmm... please try the following:
- open the latin-9 file
- go to the ö file in it, hit C-u C-x =, and shows the result

  character: ö (07566, 3958, 0xf76, U+00F6)
    charset: latin-iso8859-15
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: 118
     syntax: w  which means: word
   category: l:Latin
buffer code: 0x8E 0xF6
  file code: 0xF6 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xF6)

- then insert ö somewhere, place point back on this newly inserted char
  and do C-u C-x = again (and show us the result again).

  character: ö (07566, 3958, 0xf76, U+00F6)
    charset: latin-iso8859-15
(Right-Hand Part of Latin Alphabet 9 (ISO/IEC 8859-15): ISO-IR-203.)
 code point: 118
     syntax: w  which means: word
   category: l:Latin
buffer code: 0x8E 0xF6
  file code: 0xF6 (encoded by coding system iso-latin-9-unix)
    display: by this font (glyph code)
-B&H-LucidaTypewriter-Medium-R-Normal-Sans-10-100-75-75-M-60-ISO8859-15 (0xF6)



also try the following:

  C-u M-: (read-event) RET ö

and show us the result.


2294 (04366, 0x8f6)

--
Greetings

  Pete





reply via email to

[Prev in Thread] Current Thread [Next in Thread]