From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: process-attributes patch Date: Tue, 03 Feb 2009 16:05:00 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233695406 14382 80.91.229.12 (3 Feb 2009 21:10:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 21:10:06 +0000 (UTC) Cc: emacs-devel@gnu.org, Miles Bader To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 22:11:20 2009 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 1LUSY9-0000bX-3w for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 22:11:17 +0100 Original-Received: from localhost ([127.0.0.1]:58348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUSWq-0002yC-5f for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 16:09:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUSSC-0001J6-Iq for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:05:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUSS9-0001Hc-Oh for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:05:07 -0500 Original-Received: from [199.232.76.173] (port=49319 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUSS9-0001HU-F1 for emacs-devel@gnu.org; Tue, 03 Feb 2009 16:05:05 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:60247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUSS6-00062v-OH; Tue, 03 Feb 2009 16:05:03 -0500 Original-Received: from alfajor.home (vpn-132-204-232-163.acd.umontreal.ca [132.204.232.163]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id n13L50MN016442; Tue, 3 Feb 2009 16:05:00 -0500 Original-Received: by alfajor.home (Postfix, from userid 20848) id 7E466A22D1; Tue, 3 Feb 2009 16:05:00 -0500 (EST) In-Reply-To: (Eli Zaretskii's message of "Tue, 03 Feb 2009 21:50:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3203=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:108705 Archived-At: >> (4) Rename Fsystem_process_attributes to Fprocess_attributes, and have >> it call process_pid to convert a process object to a pid. > These are already documented in the ELisp reference manual, so the > docs need to be updated as well. I generally agree with the change, but I think it comes a bit late. Can't it wait for 23.2? Stefan