[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature freeze on October 1
From: |
Eli Zaretskii |
Subject: |
Re: Feature freeze on October 1 |
Date: |
Fri, 21 Sep 2012 15:40:59 +0300 |
> From: Stefan Monnier <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Mon, 17 Sep 2012 15:36:42 -0400
>
> >> AFAIK unification is already performed when we read a char from
> >> outside Emacs
> > Where does that happen in the code?
>
> I assume it's done in the coding-system's decoding code.
But that doesn't get run (or at least not always) when a character is
typed on the keyboard, does it? E.g., on MS-Windows characters are
read directly in Unicode when possible. I'm sure Emacs does something
like that on X as well.
So it looks like some un-unified characters can still sneak into the
buffer.
> so maybe all it takes is to remove the maybe_unify_char thingy?
Not sure that's all. I hope Handa-san could outline the plan for
attacking this problem, then maybe I could work on at least part of
that, if not all of it.
- Re: Feature freeze on October 1, (continued)
- Re: Feature freeze on October 1, David Engster, 2012/09/16
- Re: Feature freeze on October 1, Bastien, 2012/09/16
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/17
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/17
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/17
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/17
- Re: Feature freeze on October 1,
Eli Zaretskii <=
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/21
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/22
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/24
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/25
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/25
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/25
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/26
- Re: Feature freeze on October 1, Eli Zaretskii, 2012/09/26
- Re: Feature freeze on October 1, Stefan Monnier, 2012/09/26
- Re: Feature freeze on October 1, Kenichi Handa, 2012/09/27