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

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

Re: No i-search for € in iso-8859-16 coded buffer


From: Kenichi Handa
Subject: Re: No i-search for € in iso-8859-16 coded buffer
Date: Wed, 28 Dec 2005 15:39:32 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Peter Dyballa <address@hidden> writes:

> In a buffer starting with ';;; -*- mode: Text; coding: iso-8859-16; 
> -*-' (-r: in the mode-line) and holding the characters in the range 
> 160-255 i-search for € is not successful:

>       € = 244 = 164 = A4 = U+20AC = E2 82 AC : EURO SIGN

Sorry, I have forgotten to reply to this mail when I
installed a fix.

Now, isearch translates a typed character by
translation-table-for-input to a character that fits with
the coding system of the buffer.   So, the above search
should succeed.

But, please note that if the buffer contains a character
that can't be encoded by the buffer's coding system, isearch
can't find such a character.  For instance, if you do
(insert #xf24), which inserts EuroSign of iso-8859-15, in
iso-8859-16 buffer, isearch can't find it.

We can't improve this situation in the current Emacs 22
without huge amount of nontrivial changes.

---
Kenichi Handa
address@hidden




reply via email to

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