emacs-devel
[Top][All Lists]
Advanced

[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: Sat, 02 Jan 2016 13:38:18 +0200

> From: Andreas Schwab <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Sat, 02 Jan 2016 12:08:37 +0100
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > So the problem is likely in the receiving part: it should make the
> > buffer with the base64 encoded stuff unibyte before decoding it.
> 
> It's not that easy, a simple test works as expected.
> 
> (async-start (lambda () (format "%c" 233))
>              (lambda (result) (message "%s" result)))

Does the first lambda cause a UTF-8 encoding be produced somewhere,
before it's base64 encoded?  If not, this is not a faithful emulation
of what's going on.



reply via email to

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