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

also try the following:

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

and show us the result.


        Stefan


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

Reply via email to