From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: i18n search/replace with input methods latin-4-postfix and rfc1345 Date: Mon, 14 Mar 2005 08:33:40 -0500 Organization: Bell Sympatico Message-ID: <87psy273pq.fsf-monnier+gnu.emacs.help@gnu.org> References: <113a21a5lr8si80@corp.supernews.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110808287 2838 80.91.229.2 (14 Mar 2005 13:51:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2005 13:51:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 14 14:51:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DApwo-0003h7-7F for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Mar 2005 14:49:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DAqCU-0005j8-M6 for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Mar 2005 09:05:42 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!nf3.bellglobal.com!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:auc/Or74Ztv/ZvGJ4Sga3JMZvuo= Original-Lines: 12 Original-NNTP-Posting-Host: 67.71.27.21 Original-X-Complaints-To: abuse@sympatico.ca Original-X-Trace: news20.bellglobal.com 1110807219 67.71.27.21 (Mon, 14 Mar 2005 08:33:39 EST) Original-NNTP-Posting-Date: Mon, 14 Mar 2005 08:33:39 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:129261 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24813 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24813 > I have files with > ;; -*- coding: utf-8 -*- > on first line and with many unicode characters. I use either > latin-4-postfix or a lisp routine to input the Latin Extended-A > characters. During an editing session I can search (and replace) only > those extended characters that I have input during that session. You need "input unification". Try to put (unify-8859-on-decoding-mode 1) in your .emacs. Stefan