emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs24 coding system problems


From: Uday Reddy
Subject: Re: Emacs24 coding system problems
Date: Sun, 25 Nov 2012 19:58:25 +0000

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



reply via email to

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