From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: proced.el [was: docstrings in dired.el] Date: Fri, 23 May 2008 14:19:59 +0300 Message-ID: References: <18486.19302.606327.955538@tfkp07.physik.uni-erlangen.de> <18486.38975.243934.651997@tfkp07.physik.uni-erlangen.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1211541641 26624 80.91.229.12 (23 May 2008 11:20:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 11:20:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Roland Winkler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 13:21:17 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 1JzVKc-0000Nc-PH for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 13:21:07 +0200 Original-Received: from localhost ([127.0.0.1]:60551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzVJs-0003sF-2G for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 07:20:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzVJo-0003s0-ET for emacs-devel@gnu.org; Fri, 23 May 2008 07:20:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzVJl-0003rc-UW for emacs-devel@gnu.org; Fri, 23 May 2008 07:20:15 -0400 Original-Received: from [199.232.76.173] (port=57152 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzVJl-0003rZ-Ke for emacs-devel@gnu.org; Fri, 23 May 2008 07:20:13 -0400 Original-Received: from mtaout7.012.net.il ([84.95.2.19]:50692) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzVJl-0007sU-GC for emacs-devel@gnu.org; Fri, 23 May 2008 07:20:13 -0400 Original-Received: from HOME-C4E4A596F7 ([80.230.149.132]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K1B004HLIPA6PB0@i-mtaout7.012.net.il> for emacs-devel@gnu.org; Fri, 23 May 2008 14:03:11 +0300 (IDT) In-reply-to: <18486.38975.243934.651997@tfkp07.physik.uni-erlangen.de> X-012-Sender: halo1@inter.net.il X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) 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:97576 Archived-At: > Date: Fri, 23 May 2008 12:11:11 +0200 > From: "Roland Winkler" > Cc: emacs-devel@gnu.org > > (I interpret your email such that you would consider it worth the > effort to implement this on the C level.) Yes, that's what I meant. > My problem is just that this goes way beyond my skills. Well, maybe at least consider refactoring the current Lisp code so that the code which relies on `ps' is limited to a few functions with well-defined interfaces. Then someone else could reimplement them in a portable fashion. Thanks.