From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 03 16:55:08 2010 Received: (at submit) by debbugs.gnu.org; 3 Jun 2010 20:55:08 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKHRT-0004OT-Ov for submit@debbugs.gnu.org; Thu, 03 Jun 2010 16:55:08 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKHPN-0004LA-Cp for submit@debbugs.gnu.org; Thu, 03 Jun 2010 16:52:58 -0400 Received: from lists.gnu.org ([199.232.76.165]:48128) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OKHPB-0003YQ-Jp for submit@debbugs.gnu.org; Thu, 03 Jun 2010 16:52:45 -0400 Received: from [140.186.70.92] (port=54898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKHP8-00031r-LX for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:52:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKHOt-0001rs-Im for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:52:28 -0400 Received: from 173-13-141-233-sfba.hfc.comcastbusiness.net ([173.13.141.233]:60719 helo=athena.ozbert.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKHOt-0001ox-Dd for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 16:52:27 -0400 Received: from jfeng by athena.ozbert.com with local (Exim 4.69) (envelope-from ) id 1OKGk5-0004gN-NA for bug-gnu-emacs@gnu.org; Thu, 03 Jun 2010 13:10:17 -0700 Date: Thu, 3 Jun 2010 13:10:17 -0700 From: Jason Feng To: bug-gnu-emacs@gnu.org Subject: 23.1; set-process-datagram-address failure? Message-ID: <20100603201017.GA17934@ozbert.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 03 Jun 2010 16:55:06 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) 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] Can anybody else duplicate this? In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.18.3) of 2010-03-25 on palmer, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS='' From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 03 18:55:44 2010 Received: (at 6346-done) by debbugs.gnu.org; 3 Jun 2010 22:55:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKJKB-0006rT-OA for submit@debbugs.gnu.org; Thu, 03 Jun 2010 18:55:43 -0400 Received: from mail-out.m-online.net ([212.18.0.9]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKJK9-0006rI-Nd for 6346-done@debbugs.gnu.org; Thu, 03 Jun 2010 18:55:42 -0400 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id AB7F11C15DA3; Fri, 4 Jun 2010 00:55:36 +0200 (CEST) Received: from igel.home (ppp-93-104-153-175.dynamic.mnet-online.de [93.104.153.175]) by mail.mnet-online.de (Postfix) with ESMTP id 72A8F1C00270; Fri, 4 Jun 2010 00:55:36 +0200 (CEST) Received: by igel.home (Postfix, from userid 501) id 10798CA298; Fri, 4 Jun 2010 00:55:35 +0200 (CEST) From: Andreas Schwab To: Jason Feng Subject: Re: bug#6346: 23.1; set-process-datagram-address failure? References: <20100603201017.GA17934@ozbert.com> X-Yow: TAILFINS!! ...click... Date: Fri, 04 Jun 2010 00:55:35 +0200 In-Reply-To: <20100603201017.GA17934@ozbert.com> (Jason Feng's message of "Thu, 3 Jun 2010 13:10:17 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 6346-done Cc: 6346-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Jason Feng 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@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." From unknown Tue Jun 24 17:25:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 02 Jul 2010 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator