From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: coding problem char \217 etc Date: Tue, 20 Nov 2018 20:30:31 +0100 Message-ID: References: <87ftw1t99r.fsf@mat.ucm.es> <8336s1ukp9.fsf@gnu.org> <877ehdt4pq.fsf@mat.ucm.es> <83zhu9t3w5.fsf@gnu.org> <87ftw1rp07.fsf@mat.ucm.es> Reply-To: charles@aurox.ch NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1542742723 31181 195.159.176.226 (20 Nov 2018 19:38:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2018 19:38:43 +0000 (UTC) Cc: oub@mat.ucm.es, eliz@gnu.org, emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 20:38:39 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gPBr3-0007xf-78 for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2018 20:38:37 +0100 Original-Received: from localhost ([::1]:35577 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPBt9-0002ec-OK for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2018 14:40:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPBmX-00062h-8F for emacs-devel@gnu.org; Tue, 20 Nov 2018 14:34:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPBhc-00047z-Jo for emacs-devel@gnu.org; Tue, 20 Nov 2018 14:28:57 -0500 Original-Received: from sinyavsky.aurox.ch ([37.35.109.145]:42659) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gPBhc-0003ut-13 for emacs-devel@gnu.org; Tue, 20 Nov 2018 14:28:52 -0500 Original-Received: from sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) by sinyavsky.aurox.ch (Postfix) with ESMTP id C8C78229AC for ; Tue, 20 Nov 2018 19:33:18 +0000 (UTC) Authentication-Results: sinyavsky.aurox.ch (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=aurox.ch DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aurox.ch; h= references:reply-to:subject:subject:in-reply-to:to:from:from :message-id:date:date; s=dkim; t=1542742397; x=1543606398; bh=1w 1hIw09HgtsraSK9iR/riNilwra3r/2g8F3gwuAXQc=; b=eGBVYUHqWO19MqwZ90 UolP13svo1u8BduFQTKwLJ/U9+Ij3TRV06IcyYWcsDzgGct+QKEnHcMM7BDB/0Et RSlu1zCd5GA8mVGQUphDKjKgwvIEvxmUSc01tO0MyToNaK0EyI3uFG6n5Ptakyuv IRv1WbgzfAEVamCbwUkD0Q4UY= X-Virus-Scanned: Debian amavisd-new at test.virtualizor.com Original-Received: from sinyavsky.aurox.ch ([127.0.0.1]) by sinyavsky.aurox.ch (sinyavsky.aurox.ch [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LfRARzPEN6OR for ; Tue, 20 Nov 2018 19:33:17 +0000 (UTC) Original-Received: from gray (unknown [IPv6:2a02:1205:34ff:bc50:c62c:3ff:fe30:b864]) by sinyavsky.aurox.ch (Postfix) with ESMTPSA id 83605228C2; Tue, 20 Nov 2018 19:33:17 +0000 (UTC) In-reply-to: <87ftw1rp07.fsf@mat.ucm.es> (message from Uwe Brauer on Fri, 16 Nov 2018 17:00:40 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 37.35.109.145 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:231255 Archived-At: > From: Uwe Brauer > Date: Fri, 16 Nov 2018 17:00:40 +0100 > >> 2. Is there any faster possibility? > > > Faster than what? > > Then typing > C-x RET c mac-roman RET C-x C-f FILE-NAME RET > > I mean open the file, mark the region and recode the text to the correct > coding. Try the command 'recode-region' if you haven't already done so.