From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs24 coding system problems Date: Wed, 28 Nov 2012 19:40:09 +0200 Message-ID: <83fw3twrra.fsf@gnu.org> References: <20627.33570.796000.901596@gargle.gargle.HOWL> <20649.12724.125000.858979@gargle.gargle.HOWL> <83k3tizkl2.fsf@gnu.org> <20649.61758.750000.69012@gargle.gargle.HOWL> <20657.53134.989000.793074@gargle.gargle.HOWL> <874nkdrjhc.wl%%xmue@d1.dion.ne.jp> <20658.30817.183000.810770@gargle.gargle.HOWL> <831ufhz8pl.fsf@gnu.org> <20658.43946.898000.250218@gargle.gargle.HOWL> <83y5hpxc6y.fsf@gnu.org> <87zk24davy.wl%%xmue@d1.dion.ne.jp> <83txscxp21.fsf@gnu.org> <87lidl7vgn.wl%%xmue@d1.dion.ne.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1354124447 951 80.91.229.3 (28 Nov 2012 17:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Nov 2012 17:40:47 +0000 (UTC) Cc: monnier@IRO.UMontreal.CA, usr.vm.rocks@gmail.com, emacs-devel@gnu.org To: Kazuhiro Ito Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 28 18:40:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Tdlcy-0007LX-SI for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2012 18:40:52 +0100 Original-Received: from localhost ([::1]:54116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdlcn-0002Qh-Ly for ged-emacs-devel@m.gmane.org; Wed, 28 Nov 2012 12:40:41 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdlch-0002QI-BQ for emacs-devel@gnu.org; Wed, 28 Nov 2012 12:40:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tdlcg-0007Yx-2U for emacs-devel@gnu.org; Wed, 28 Nov 2012 12:40:35 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:38902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tdlcf-0007Yl-QW for emacs-devel@gnu.org; Wed, 28 Nov 2012 12:40:33 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0ME700E00L0TZM00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 28 Nov 2012 19:39:51 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ME700E8GL2FEND0@a-mtaout20.012.net.il>; Wed, 28 Nov 2012 19:39:51 +0200 (IST) In-reply-to: <87lidl7vgn.wl%%xmue@d1.dion.ne.jp> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155113 Archived-At: > Date: Wed, 28 Nov 2012 21:39:20 +0900 > From: Kazuhiro Ito > Cc: usr.vm.rocks@gmail.com, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org > > > > > > find-file-noselect is setting the variable. > > > > > > > > It does? Can you show me where? > > > > > > find-file-not-found-set-buffer-file-coding-system in lisp/dos-w32.el. > > > lisp/dos-w32.el adds find-file-not-found-set-buffer-file-coding-system > > > to find-file-not-found-functions. > > > > Thanks. I committed to the emacs-24 branch changes that should fix > > this. In particular, buffer-file-type should be buffer-local again. > > Please test (revision 110960). > > Thanks for the fix. I confirmed the problem is fixed on trunk. Thanks for testing. I will keep this bug open until I remove all traces of buffer-file-type from the trunk.