From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: emacs silently ignores buffer file encoding? Date: Mon, 16 Feb 2009 17:12:04 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1234771943 5823 80.91.229.12 (16 Feb 2009 08:12:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2009 08:12:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 16 09:13:39 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LYybg-0003ZN-G1 for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2009 09:13:36 +0100 Original-Received: from localhost ([127.0.0.1]:50274 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYyaM-00035v-Eb for ged-emacs-devel@m.gmane.org; Mon, 16 Feb 2009 03:12:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYyaG-00031n-5g for emacs-devel@gnu.org; Mon, 16 Feb 2009 03:12:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYyaE-00031I-R9 for emacs-devel@gnu.org; Mon, 16 Feb 2009 03:12:07 -0500 Original-Received: from [199.232.76.173] (port=45418 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYyaE-00031F-LL for emacs-devel@gnu.org; Mon, 16 Feb 2009 03:12:06 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:27583) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LYya9-0006EM-QM; Mon, 16 Feb 2009 03:12:01 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYya7-0003Ui-VH; Mon, 16 Feb 2009 03:12:00 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1G8Bqb1008037; Mon, 16 Feb 2009 17:11:52 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1G8BqYp011450; Mon, 16 Feb 2009 17:11:52 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n1G8BpH3027455; Mon, 16 Feb 2009 17:11:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LYyaC-0003ve-HJ; Mon, 16 Feb 2009 17:12:04 +0900 In-reply-to: (message from Miles Bader on Thu, 12 Feb 2009 14:25:33 +0900) X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.aist.go.jp id n1G8Bqb1008037 X-detected-kernel: by mx20.gnu.org: Solaris 9 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109101 Archived-At: In article , Miles Bader writes: > (1) Start emacs -Q > (2) Visit "/tmp/fff" > (3) Insert the following chars: "=CE=B8=CF=91=CE=98" > (4) Set the buffer file encoding to latin1 with: C-x C-m f latin-1 RET > (5) Save the buffer: C-x C-s > For me, "/tmp/fff" is saved sucessfully, with no error or prompt, using > an encoding of utf-8 -- despite my having explicitly requested latin-1. > This doesn't seem right... I agree. I'll work on it if nobody else is working on it. --- Kenichi Handa handa@m17n.org