From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Cannot isearch for non-ascii chars with emacs -nw -Q Date: Wed, 27 Feb 2008 09:13:49 +0100 Message-ID: <87ejayolz6.fsf@member.fsf.org> References: <87oda4d6h8.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204100072 29312 80.91.229.12 (27 Feb 2008 08:14:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 08:14:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 09:14:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUHRI-0005Eu-Hz for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 09:14:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUHQm-0000P2-Fh for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 03:14:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUHQK-0000Fm-Od for emacs-devel@gnu.org; Wed, 27 Feb 2008 03:13:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUHQI-0000Eh-EM for emacs-devel@gnu.org; Wed, 27 Feb 2008 03:13:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUHQI-0000Ed-9c for emacs-devel@gnu.org; Wed, 27 Feb 2008 03:13:54 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JUHQH-0004kU-RE for emacs-devel@gnu.org; Wed, 27 Feb 2008 03:13:54 -0500 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUHQH-0007QL-8T for emacs-devel@gnu.org; Wed, 27 Feb 2008 03:13:53 -0500 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6ED1EA2276 for ; Wed, 27 Feb 2008 03:13:52 -0500 (EST) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 27 Feb 2008 03:13:52 -0500 X-Sasl-enc: xwiwmgMHQzpdYtZnllw1MimhTG6FoPePwuVZC4SLB7uv 1204100031 Original-Received: from localhost (dslb-084-063-009-249.pools.arcor-ip.net [84.63.9.249]) by mail.messagingengine.com (Postfix) with ESMTPA id 4F54B7904 for ; Wed, 27 Feb 2008 03:13:51 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Stefan Monnier's message of "Tue, 26 Feb 2008 22:10:26 -0500") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by mx20.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90576 Archived-At: Stefan Monnier writes: >> C-s =C3 =B6 =C3 =B6 =C3 =B6 C-g C-g C-g C-g ESC x r e p o TAB r > > Hmm... "=C3 =B6" in latin-1 is "0xC3 0xB6" which is the utf-8 codes for = =F6, > so the C-h l output indicates your terminal sends utf-8 sequences and > Emacs gets them fine, but if you say that instead of =F6 you saw some =B6, > it may indicate that your keyboard-coding-system somehow is set to use > latin-1 coding system rather than utf-8, No, it's utf-8-unix. I use LANG=3Den_US.utf8 and don't fiddle with coding systems in any config file, so everything should use utf8. Bye, Tassilo