From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: proced: ppid of process ID 0 can be 0 Date: Mon, 22 Dec 2008 20:26:29 +0100 Message-ID: References: <18765.29820.997276.703222@tfkp04.physik.uni-erlangen.de> <18765.51840.943986.608296@tfkp04.physik.uni-erlangen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229974017 12643 80.91.229.12 (22 Dec 2008 19:26:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Dec 2008 19:26:57 +0000 (UTC) Cc: Roland.Winkler@physik.uni-erlangen.de, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 22 20:28:02 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LEqRZ-0006Z9-Ow for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 20:27:58 +0100 Original-Received: from localhost ([127.0.0.1]:38563 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEqQM-0008ID-Rj for ged-emacs-devel@m.gmane.org; Mon, 22 Dec 2008 14:26:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LEqQD-0008GO-7U for emacs-devel@gnu.org; Mon, 22 Dec 2008 14:26:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LEqQC-0008FI-Gv for emacs-devel@gnu.org; Mon, 22 Dec 2008 14:26:32 -0500 Original-Received: from [199.232.76.173] (port=37559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LEqQB-0008Ey-Tr for emacs-devel@gnu.org; Mon, 22 Dec 2008 14:26:31 -0500 Original-Received: from yx-out-1718.google.com ([74.125.44.157]:59827) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LEqQA-0000Sn-6O; Mon, 22 Dec 2008 14:26:30 -0500 Original-Received: by yx-out-1718.google.com with SMTP id 34so785582yxf.66 for ; Mon, 22 Dec 2008 11:26:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uwTu3ENY4C4KfJWVX+/7yzj8pM0xaKnGWji4PFgs9bo=; b=lawfY0aoNL3T+Y41DapR+CAikmKtsBPGjyTvtw8uL8bZ9Wr5JpiFh7qkDZq7KQYLj+ 0D7W7uUzzsq682Z710TYZa2TPL5Fxbc+5TjCoDsc8KB2paJMExpXD9Ahw/ov5vkJrIpE 1LRIYBr3P6OEPQl07QNa8wdQeDk3YoOYxv2oA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=plH42VPzco5M6eoSp4UjJIbDxxYDW4HG5PRfvEFKv7D8MPb4A3KhNQAYp0IMLGVEnM tHmqdO4It3Ld2IL+TS1cGvvj9I+6+a6TqTTh4MxpZbrSuGcXZe4K26eea26FyVZigLqN XX6wP3QybryIH96qEGoAh3pVcwFyw37+Hzyp4= Original-Received: by 10.100.171.16 with SMTP id t16mr4025553ane.152.1229973989149; Mon, 22 Dec 2008 11:26:29 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Mon, 22 Dec 2008 11:26:29 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:107193 Archived-At: > Judging by the latest posts, there seems to be at least one more OS > where the Linux logic will not work, unless I'm mistaken. Apparently so, yes. Well, IMHO the situation does not merit introducing a primitive for it, but of course I'm not going to oppose it, either. In fact, looking for a function to find the root of a process tree was the reason I discovered the problem in proced in the first place... Juanma