[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs24 coding system problems
From: |
Eli Zaretskii |
Subject: |
Re: Emacs24 coding system problems |
Date: |
Mon, 26 Nov 2012 19:16:22 +0200 |
> Date: Mon, 26 Nov 2012 17:30:25 +0900
> From: Kazuhiro Ito <address@hidden>
> Cc: Uday Reddy <address@hidden>, address@hidden,
> address@hidden
>
> At Mon, 26 Nov 2012 05:41:57 +0200,
> Eli Zaretskii wrote:
> >
> > > Date: Sun, 25 Nov 2012 23:37:14 +0000
> > > From: Uday Reddy <address@hidden>
> > > Cc: Uday Reddy <address@hidden>,
> > > address@hidden,
> > > address@hidden,
> > > address@hidden
> > >
> > > Hmm. Eli, it looks like you haven't read Kazuhiro's bug report closely.
> > > 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).
There are still places in the Lisp sources that set buffer-file-type,
but with that variable buffer local, this should no longer affect the
other buffers. I will remove the other references to this variable on
the trunk, as doing that might destabilize Emacs, due to the
complexities of the issues involved.
- Re: Emacs24 coding system problems, (continued)
- Re: Emacs24 coding system problems, Kazuhiro Ito, 2012/11/25
- Re: Emacs24 coding system problems, Uday Reddy, 2012/11/25
- Re: Emacs24 coding system problems, Eli Zaretskii, 2012/11/25
- Re: Emacs24 coding system problems, Uday Reddy, 2012/11/25
- Re: Emacs24 coding system problems, Eli Zaretskii, 2012/11/25
- Re: Emacs24 coding system problems, Kazuhiro Ito, 2012/11/26
- Re: Emacs24 coding system problems,
Eli Zaretskii <=
- Re: Emacs24 coding system problems, Kazuhiro Ito, 2012/11/28
- Re: Emacs24 coding system problems, Eli Zaretskii, 2012/11/28
- Re: Emacs24 coding system problems, Uday S Reddy, 2012/11/28
- Re: Emacs24 coding system problems, Eli Zaretskii, 2012/11/28
- Re: Emacs24 coding system problems, Uday Reddy, 2012/11/30
- Re: Emacs24 coding system problems, Eli Zaretskii, 2012/11/30