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: Sun, 10 Apr 2005 17:57:01 +0200


Am 10.04.2005 um 16:50 schrieb Stefan Monnier:

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 ö?

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:

Minor modes in effect:
  unify-8859-on-decoding-mode: t
  unify-8859-on-encoding-mode: t


--
Greetings

  Pete





reply via email to

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