emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs24 coding system problems


From: Kazuhiro Ito
Subject: Re: Emacs24 coding system problems
Date: Sun, 25 Nov 2012 20:48:47 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-mingw-nt6.1.7601) MULE/6.0 (HANACHIRUSATO)

> Trying out various revisions of the Emacs trunk, I have narrowed down the
> problem to the revisions between Sean Seager's builds 2/14/11 and 2/21/11,
> i.e., roughly between trunk revisions 103261 and 103379.

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)

-- 
Kazuhiro Ito



reply via email to

[Prev in Thread] Current Thread [Next in Thread]