Re: Why some characters are not displayed correctly when setting mm-text-html-renderer to links

Subject: Re: Why some characters are not displayed correctly when setting mm-text-html-renderer to links

Date: Mon, 09 Aug 2021 23:13:53 +0300

To: David Bremner, Wenlong Dai, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


On Fri, Aug 06 2021, David Bremner wrote:

> Wenlong Dai <whudwl@gmail.com> writes:
>
>>
>> After some research, I found that setting mm-text-html-renderer to links
>> would reduce the load time from <a long time>
>> to around 2 seconds or less. But one small issue with this is some
>> characters are not displayed correctly, for example the
>> RIGHT SINGLE QUOTATION MARK, which would be displayed as \342\200\231
>>
>
> I didn't have time to debug this yet, but I did duplicate the problem on
> Emacs 27.1 on Debian, so it is not Windows or gccemacs specific. As far
> as I can tell links is outputing non-utf8 characters, but it could also
> be other issues like double decoding.

setting those "coding-systems" is somewhat hard to understand (or it is
just me) -- i recall wondering these

  (let ((coding-system-for-read 'no-conversion))

iirc in related code...

One thing could be to wrap the 'links' command in a shell script
which executes 

  exec strace -o /tmp/strace.$$ -e trace=open /path/to/links "$@"'

(name that script as 'links' and point first entry in PATH to the 
directory that exists)

then one can check the logs what is links outputting (i'd guess it
would output utf-8 characters but one cannot know for sure...)

Tomi

>
> d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: