[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 88578a4: Increase the default number of hits
From: |
Eli Zaretskii |
Subject: |
Re: [elpa] master 88578a4: Increase the default number of hits |
Date: |
Wed, 06 Jan 2016 17:34:49 +0200 |
> From: Lars Magne Ingebrigtsen <address@hidden>
> Date: Sat, 02 Jan 2016 18:28:11 +0100
> Cc: address@hidden, address@hidden, address@hidden
>
> John Wiegley <address@hidden> writes:
>
> > It's quite possible the charset encoding has been wrong, since I didn't have
> > specific tests for this case. The creation of such tests would be a nice
> > outcome to Michael's debugging.
>
> Here's one test:
>
> (async-get (async-start `(lambda () "báh")))
> => "báh"
>
> But I'm not sure whether it's testing wrong encoding during transmission
> to the other Emacs or back again. :-)
According to my testing, the problem is in the other direction, from
the subsidiary Emacs to the main one. I see a few gotchas in the code
that can at least explain part of the problem.
John, is it okay to commit changes to 'async' directly to ELPA, or
would you like to see them in advance?
Thanks.
- Re: [elpa] master 88578a4: Increase the default number of hits, (continued)
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, John Wiegley, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Andreas Schwab, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/02
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/03
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/03
- Re: [elpa] master 88578a4: Increase the default number of hits,
Eli Zaretskii <=
- Re: [elpa] master 88578a4: Increase the default number of hits, John Wiegley, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Andreas Schwab, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Lars Magne Ingebrigtsen, 2016/01/06
- Re: [elpa] master 88578a4: Increase the default number of hits, Eli Zaretskii, 2016/01/07
Re: [elpa] master 88578a4: Increase the default number of hits, Michael Albinus, 2016/01/16