GNU bug report logs -
#40676
28.0.50; gnus locks when reading email
Previous Next
Reported by: Alex Branham <alex.branham <at> gmail.com>
Date: Thu, 16 Apr 2020 23:19:01 UTC
Severity: normal
Tags: fixed
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #60 received at 40676 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Mon, 20 Jul 2020 11:23:02 +0200, Lars Ingebrigtsen <larsi <at> gnus.org> said:
Lars> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>> For instance, to make it very much like a normal network process, Emacs
>> could even just output the DNS data as bytes in the process buffer. (We
>> have code to parse DNS protocol data in dns.el already.)
Lars> Actually, that'd make no sense, because we don't have access to the raw
Lars> DNS packages on the C side.
Lars> So the process could just output the result as ASCII, perhaps. That is,
Lars> a call to
Lars> (make-network-process :lookup-address "gnu.org")
Lars> would result in
Lars> 209.51.188.148^@2001:470:142:3::a^@
Lars> or something in the buffer. Or perhaps
Lars> ipv4-address^@209.51.188.148^@ipv6-address^@2001:470:142:3::a^@
Lars> or however we want to do this.
You donʼt like `network-lookup-address-info'? Just asynchifying that
should be enough.
Robert
This bug report was last modified 4 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.