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: Inconsistencies regarding nil coding-system Date: Tue, 14 Dec 2010 16:44:47 +0900 Message-ID: References: <83aakcvbtp.fsf@gnu.org> <834oahiute.fsf@gnu.org> <83r5dlgg0d.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292312708 23992 80.91.229.12 (14 Dec 2010 07:45:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2010 07:45:08 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 14 08:45:03 2010 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.69) (envelope-from ) id 1PSPZH-0001d8-70 for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2010 08:45:03 +0100 Original-Received: from localhost ([127.0.0.1]:57690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSPZG-0008M8-L0 for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2010 02:45:02 -0500 Original-Received: from [140.186.70.92] (port=39030 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSPZ8-0008K0-Lh for emacs-devel@gnu.org; Tue, 14 Dec 2010 02:44:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSPZ7-0008Tk-GX for emacs-devel@gnu.org; Tue, 14 Dec 2010 02:44:54 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSPZ5-0008Sz-4D; Tue, 14 Dec 2010 02:44:51 -0500 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id oBE7im4L004462; Tue, 14 Dec 2010 16:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id oBE7imkN029532; Tue, 14 Dec 2010 16:44:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id oBE7ilGv025535; Tue, 14 Dec 2010 16:44:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1PSPZ1-0005jg-PB; Tue, 14 Dec 2010 16:44:47 +0900 In-Reply-To: (message from Kenichi Handa on Tue, 14 Dec 2010 13:40:06 +0900) X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:133678 Archived-At: In article , Kenichi Handa writes: > In article <83r5dlgg0d.fsf@gnu.org>, Eli Zaretskii writes: > > > For instance, coding-system-for-read being bound to nil and > > > to `undecided' have different meanings. > > You mean that `undecided' bypasses the various preferences? > Yes. What I actually meant is that if coding-system-for-read is bound to undecided, insert-file-contents ignores coding: tag, etc and always performs coding-system detection based on the byte sequence of a file. --- Kenichi Handa handa@m17n.org