From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: word syntax/umlauts emacs 23 vs 22 Date: Wed, 20 Oct 2010 17:18:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <75a33675-3f90-4e9b-b83f-da4cbf6f93ad@l25g2000prn.googlegroups.com> References: 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: dough.gmane.org 1291872477 20602 80.91.229.12 (9 Dec 2010 05:27:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 05:27:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 06:27:51 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 1PQZ2l-0006ac-I2 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 06:27:51 +0100 Original-Received: from localhost ([127.0.0.1]:57952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQZ2k-0007FS-O0 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 00:27:50 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!l25g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 61.4.103.130 Original-X-Trace: posting.google.com 1287620297 9982 127.0.0.1 (21 Oct 2010 00:18:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Oct 2010 00:18:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l25g2000prn.googlegroups.com; posting-host=61.4.103.130; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-Via: 1.1 rndgate.rnd.clarion.com.my:8080 (squid/2.5.STABLE6) X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729), gzip(gfe) Original-Xref: usenet.stanford.edu comp.emacs:100613 gnu.emacs.help:181906 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:76737 Archived-At: On Oct 21, 3:28=A0am, Ralf Fassel wrote: > 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. =A0I found that if I > customize the latin1-display Variable, they show up as Umlauts, and > word-movement also behaves properly. =A0Is setting latin1-display the > Right Thing to work with the unibyte files? No. The correct thing is to use latin-1 instead of unibyte if the files are indeed latin-1. But this should happen by default.