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: Mon, 25 Oct 2010 11:33:32 +0200 Message-ID: References: <1a3f8bf1-e3bc-4a93-9d6f-3cdd717af9d7@n24g2000prj.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291956020 10109 80.91.229.12 (10 Dec 2010 04:40:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:40:20 +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 05:40:17 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 1PQumF-0001Dt-EJ for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 05:40:15 +0100 Original-Received: from localhost ([127.0.0.1]:39245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQuNX-00026j-VW for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 23:14:44 -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: 14 Original-X-Trace: individual.net gtFQt8gmZkeX083wWBx1IgFkiLDAYuNWEwbB6FlIgcwyZV8sM= Cancel-Lock: sha1:QnUhnXNblFhy63QIIGn591U5dW4= sha1:5CO2fHpSdgp9NaTjvXV10mLRF6w= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Original-Xref: usenet.stanford.edu comp.emacs:100623 gnu.emacs.help:181994 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:77331 Archived-At: * Jason Rumney | Was the file edited on Windows? Does it contain euro signs, | "smartquotes" or other non-standard Microsoft additions to Latin-1? Yes. A single windows-\200-Euro-sign was the reason for not opening it in latin-1. After replacing that char, the file is opened ok in latin-1. | (prefer-coding-system 'windows-1252) No, those files should not be edited using a windows code page, they are supposed to be latin-1. Thanks R'