From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Herenz Newsgroups: gmane.emacs.help Subject: Re: utf-8-dos files on Linux Date: Sun, 07 Jun 2009 13:17:46 +0200 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244375154 8393 80.91.229.12 (7 Jun 2009 11:45:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Jun 2009 11:45:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 07 13:45:52 2009 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.50) id 1MDGoy-0006ke-0M for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 13:45:52 +0200 Original-Received: from localhost ([127.0.0.1]:37541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDGox-0001od-5j for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Jun 2009 07:45:51 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin2!goblin.stu.neva.ru!feeder.erje.net!feeder.motzarella.org!news.motzarella.org!motzarella.org!news.eternal-september.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-X-Trace: news.eternal-september.org U2FsdGVkX1/SGL++4h25qgi0RaLV9JTm0ufQuz6GzHcsZl17NyZowkXuUGzbW2YL9Xq+L8gqsoCkpkVFjxU7UaGB9HiQ5UtacrT6vwrSRnEgmyQglFRCZLUrOEvngOs2FwZk34/BwAhIsBSPaKgq/g== Original-X-Complaints-To: abuse@eternal-september.org Original-NNTP-Posting-Date: Sun, 7 Jun 2009 11:17:48 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX1/JS+DP5TwNN21ayU19O+Yabwd4WNb4Pzw= Cancel-Lock: sha1:50q7ozOkwXNIRpKZ+zVCTQzhhVQ= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de-AT; rv:1.8.1.21) Gecko/20090416 SeaMonkey/1.1.16 Original-Xref: news.stanford.edu gnu.emacs.help:169774 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:65005 Archived-At: Bostjan Vilfan schrieb: > Hello, > I am using Emacs 22.3.1 on a SUSE Linux 11.0 system, and I am > encountering the following problem: I would like to edit a file encoded > with utf-8-dos; however, I can't get rid of the M characters > at the end of lines in the display. I placed > -*- coding: utf-8-dos-*- > in the first line; but it didn't help. Is there any way to get rid of > the offending characters? > Regards, > bostjanv > From the Emacs Manual: `C-x r CODING ' Revisit the current file using the coding system CODING. Chapter 27 "International Character Support" has an extensive, well written section on encodings. Greetings, Christian