From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: proced.el -- operate on processes like dired Date: Tue, 13 May 2008 04:48:12 +0200 Message-ID: <18473.364.679417.339910@tfkp07.physik.uni-erlangen.de> References: <18470.64143.352456.937252@tfkp07.physik.uni-erlangen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1210646916 23320 80.91.229.12 (13 May 2008 02:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 02:48:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 04:49:12 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 1JvkZi-0006eY-60 for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 04:49:10 +0200 Original-Received: from localhost ([127.0.0.1]:45811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvkYz-0004Ei-A2 for ged-emacs-devel@m.gmane.org; Mon, 12 May 2008 22:48:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvkYr-0004Dr-WD for emacs-devel@gnu.org; Mon, 12 May 2008 22:48:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvkYr-0004De-GA for emacs-devel@gnu.org; Mon, 12 May 2008 22:48:17 -0400 Original-Received: from [199.232.76.173] (port=50390 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvkYr-0004Db-Ae for emacs-devel@gnu.org; Mon, 12 May 2008 22:48:17 -0400 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]:28179) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvkYq-0004nJ-U0 for emacs-devel@gnu.org; Mon, 12 May 2008 22:48:17 -0400 Original-Received: from tfkp07.physik.uni-erlangen.de (tfkp07.physik.uni-erlangen.de [131.188.164.207]) by tfkpsv.physik.uni-erlangen.de (Postfix) with ESMTP id 520F421868; Tue, 13 May 2008 04:48:15 +0200 (CEST) In-Reply-To: X-Mailer: VM 8.0.9 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:97061 Archived-At: On Sun May 11 2008 =D3scar Fuentes wrote: > > I do not know anything about this platform. Does it give you > > something like ps(1) to list system processes=3F >=20 > Yes, if you have Cygwin installed. Could you please take a look at the variable proced-command-alist=3F I'll be happy to add the appropriate settings for cygwin if you could let me know what they should be. If cygwin's ps(1) is derived from procps, it might be possible also to add settings for proced-sorting-schemes-alist. If you could test all this within proced, I would also be curious to know whether you can then actually send a signal to a process from within proced. Is the default setting of proced-signal-function appropriate for you=3F Thanks, Roland PS: If someone can give proced a try on any other platform not yet explicitly considered for proced-command-alist I'll appreciate his or her feedbacks, too!