From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: implement Solaris support for system-process-attributes and list-system-processes Date: Fri, 19 Dec 2008 19:50:25 -0800 (PST) Message-ID: <200812200350.mBK3oPqC026687@mothra.ics.uci.edu> References: <200812180916.mBI9GJtr012310@mothra.ics.uci.edu> <200812190745.mBJ7jWVe015085@mothra.ics.uci.edu> <200812191951.mBJJppdX016721@mothra.ics.uci.edu> <87abar346g.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229745089 2589 80.91.229.12 (20 Dec 2008 03:51:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 03:51:29 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 04:52:34 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 1LDssh-0006Zg-O7 for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 04:51:59 +0100 Original-Received: from localhost ([127.0.0.1]:36102 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDsrV-0006x2-B1 for ged-emacs-devel@m.gmane.org; Fri, 19 Dec 2008 22:50:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDsrO-0006st-RF for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:50:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDsrN-0006pE-79 for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:50:38 -0500 Original-Received: from [199.232.76.173] (port=35175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDsrM-0006oz-VW for emacs-devel@gnu.org; Fri, 19 Dec 2008 22:50:37 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:61533) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LDsrJ-0006QO-Qa; Fri, 19 Dec 2008 22:50:34 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mBK3oPt3014499; Fri, 19 Dec 2008 19:50:25 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBK3oPqC026687; Fri, 19 Dec 2008 19:50:25 -0800 (PST) In-Reply-To: <87abar346g.fsf@catnip.gol.com> (Miles Bader's message of "Sat, 20 Dec 2008 12:40:07 +0900") Original-Lines: 14 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBK3oPt3014499 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:107096 Archived-At: Miles Bader writes: > Dan Nicolaescu writes: > > > ... and while you're at it, rename Fsystem_process_attributes to > > > "Fprocess_attributes" and make it also accept emacs process objects as > > > an argument, ala signal-process. > > > > Sounds good to me, but I'd rather let someone else do those changes. > > I actually started to make such a patch, but I think I'll wait until > you're finished with your current changes, as the code obviously > overlaps. Go ahead, I'm done.