From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday Reddy Newsgroups: gmane.emacs.devel Subject: Re: Emacs24 coding system problems Date: Sun, 25 Nov 2012 19:58:25 +0000 Message-ID: <20658.30817.183000.810770@gargle.gargle.HOWL> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1353873522 18365 80.91.229.3 (25 Nov 2012 19:58:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2012 19:58:42 +0000 (UTC) Cc: Stefan Monnier , Uday Reddy , emacs-devel@gnu.org To: Kazuhiro Ito Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 20:58:54 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 1TciLm-0004ii-Od for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2012 20:58:46 +0100 Original-Received: from localhost ([::1]:42763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TciLb-0003ae-Hc for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2012 14:58:35 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TciLZ-0003aN-6G for emacs-devel@gnu.org; Sun, 25 Nov 2012 14:58:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TciLY-0000Lo-7o for emacs-devel@gnu.org; Sun, 25 Nov 2012 14:58:33 -0500 Original-Received: from sun61.bham.ac.uk ([147.188.128.150]:41072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TciLY-0000Kn-1W for emacs-devel@gnu.org; Sun, 25 Nov 2012 14:58:32 -0500 Original-Received: from [147.188.128.127] (helo=bham.ac.uk) by sun61.bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1TciLU-0007mq-Ol; Sun, 25 Nov 2012 19:58:28 +0000 Original-Received: from mx1.cs.bham.ac.uk ([147.188.192.53]) by bham.ac.uk (envelope-from ) with esmtp (Exim 4.72) id 1TciLU-0002hd-Em using interface smart1.bham.ac.uk; Sun, 25 Nov 2012 19:58:28 +0000 Original-Received: from gromit.cs.bham.ac.uk ([147.188.193.16] helo=MARUTI.cs.bham.ac.uk) by mx1.cs.bham.ac.uk with esmtp (Exim 4.51) id 1TciLU-000471-Ds; Sun, 25 Nov 2012 19:58:28 +0000 In-Reply-To: <874nkdrjhc.wl%%xmue@d1.dion.ne.jp> X-Mailer: VM 8.2.0b under 24.2.1 (i386-mingw-nt5.1.2600) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 147.188.128.150 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:155082 Archived-At: Kazuhiro Ito writes: > I guess your problem is related with Bug#12989. Please check whether > buffer-file-type is non-nil when the problem occurs. If that is the > cause, write the below code in your ~/.emacs for workaround. > > (defvar-local buffer-file-type nil) Thanks very much, Kazuhiro. Your workaround fixed the problem. (I had to add a separate `make-variable-buffer-local' in Emacs 24.2.) I am surprised that Emacs24 shipped with such a glaring bug. Perhaps you can mention the work-around as a follow-up to your bug report, so that people can find it? Cheers, Uday