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

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

Re: Can't isearch 'ö'


From: Stefan Monnier
Subject: Re: Can't isearch 'ö'
Date: Sun, 10 Apr 2005 10:50:51 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

> In a text buffer starting with

>       ;;; -*- mode: Emacs-Lisp; coding: iso-8859-15; -*-

> I have a line

>           (message "konventionell-römisch")

> which I can't find with C-s ö. It's always "Failing I-search: ö."

How do you input the ö?
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).


        Stefan




reply via email to

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