From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: user sees \xxx but is thwarted from searching for them Date: Tue, 16 Apr 2002 14:19:21 -0400 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <563-Tue16Apr2002170838+0300-eliz@is.elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018981279 19798 127.0.0.1 (16 Apr 2002 18:21:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2002 18:21:19 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16xXZu-00059D-00 for ; Tue, 16 Apr 2002 20:21:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16xXa1-0003XH-00; Tue, 16 Apr 2002 14:21:25 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 16xXY1-0003Pt-00; Tue, 16 Apr 2002 14:19:21 -0400 Original-To: Heinrich.Rommerskirchen@icn.siemen.de In-Reply-To: (message from Heinrich Rommerskirchen on 16 Apr 2002 14:41:02 +0000) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:716 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:716 > From: Heinrich Rommerskirchen > Newsgroups: gnu.emacs.bug > Date: 16 Apr 2002 14:41:02 +0000 > > "Eli Zaretskii" writes: > > > Try "C-u C-x =", it should tell. > > But you have to do it for each candidate character. Or is there some easy > way to search for the next latin-9 character in a predominantly latin-1 > buffer? I'm not aware of a command to do that (but that might because I never bumped into it, not because it doesn't exist). If indeed there is none, you should be able to write something like this using the functions char-charset and find-charset-region.