GNU bug report logs - #6346
23.1; set-process-datagram-address failure?

Previous Next

Package: emacs;

Reported by: Jason Feng <jfeng <at> ozbert.com>

Date: Thu, 3 Jun 2010 20:56:02 UTC

Severity: normal

Found in version 23.1

Done: Andreas Schwab <schwab <at> linux-m68k.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 6346-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Jason Feng <jfeng <at> ozbert.com>
Cc: 6346-done <at> debbugs.gnu.org
Subject: Re: bug#6346: 23.1; set-process-datagram-address failure?
Date: Fri, 04 Jun 2010 00:55:35 +0200
Jason Feng <jfeng <at> ozbert.com> writes:

> I was trying the following elisp, and ended up with an unexpected result...
>
> (setq udp-cl
>       (make-network-process
>        :name "baz" :buffer nil
>        :service 53 :host "64.68.192.10"
>        :family 'ipv4 :filter (lambda (p s)
> 			       (print s))
>        :type 'datagram
>        :coding 'binary))
>
> (process-datagram-address udp-cl)
>  => [64 68 192 10 53]
> (set-process-datagram-address udp-cl (process-datagram-address udp-cl))
>  => [64 68 192 10 53]
> (process-datagram-address udp-cl)
>  => [0 0 0 0 53]

Thanks, I have installed a patch.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




This bug report was last modified 14 years and 361 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.