From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.help Subject: Re: word syntax/umlauts emacs 23 vs 22 Date: Wed, 20 Oct 2010 21:28:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291953572 1669 80.91.229.12 (10 Dec 2010 03:59:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 03:59:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 10 04:59:28 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQu8m-0005Yn-CU for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 04:59:28 +0100 Original-Received: from localhost ([127.0.0.1]:48856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQu3Z-00008D-J7 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 22:54:05 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 26 Original-X-Trace: individual.net NcdHrM1m+lWQe1RHFxdXMA98IJwOggE++W/PJ9uDZr/8dDYx4= Cancel-Lock: sha1:kiPhBfDKStsTiF03egj8yQJtZEg= sha1:bCEY7WQqDhVIcvrEZXVY+d7Q24w= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Original-Xref: usenet.stanford.edu comp.emacs:100612 gnu.emacs.help:181901 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:23:29 -0500 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 Xref: news.gmane.org gmane.emacs.help:77290 Archived-At: * Stefan Monnier Stefan, thanks for your patience with this. | I cannot reproduce it. What is your LANG/LC_ALL setting? LANG=de_DE.UTF-8 | > I use unibyte in regular use. > | How do you tell Emacs to use unibyte? I just recognized that I had set EMACS_UNIBYTE in the environment. If I unset this and start /usr/bin/emacs -Q, I get correct word-movement on Umlauts inserted on a german keyboard. Now we still have basically all of our files in unibyte encoding, and the show as M\374ller, with the single-byte Umlauts as escape sequences, and word-movement stops at the non-ascii char. I found that if I customize the latin1-display Variable, they show up as Umlauts, and word-movement also behaves properly. Is setting latin1-display the Right Thing to work with the unibyte files? Thanks R'