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: Sun, 11 May 2008 15:54:23 +0200 Message-ID: <18470.64143.352456.937252@tfkp07.physik.uni-erlangen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210527244 8206 80.91.229.12 (11 May 2008 17:34:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 17:34:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: dhruvakm@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 11 19:34:41 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 1JvFRY-00076i-Cd for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 19:34:40 +0200 Original-Received: from localhost ([127.0.0.1]:56675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvFQp-0001Yy-Pt for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 13:33:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvC0T-0002bP-Ig for emacs-devel@gnu.org; Sun, 11 May 2008 09:54:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvC0R-0002bD-L6 for emacs-devel@gnu.org; Sun, 11 May 2008 09:54:28 -0400 Original-Received: from [199.232.76.173] (port=53169 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvC0R-0002bA-EZ for emacs-devel@gnu.org; Sun, 11 May 2008 09:54:27 -0400 Original-Received: from tfkpsv.physik.uni-erlangen.de ([131.188.164.197]:23526) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvC0R-000643-CS for emacs-devel@gnu.org; Sun, 11 May 2008 09:54:27 -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 EF27421868; Sun, 11 May 2008 15:54:24 +0200 (CEST) In-Reply-To: e3f230850805102201j6855f5bdiff9c13fdf4fc629d@mail.gmail.com X-Mailer: VM 8.0.x-xemacs-522 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-Mailman-Approved-At: Sun, 11 May 2008 13:33:52 -0400 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:96974 Archived-At: > Is 'proced' supposed to work on M$ platform? I decided to give it a > try and I do not see any output other than the column header (no > process listings). I am using Emacs from HEAD on WXP built with > MinGW. I do not know anything about this platform. Does it give you something like ps(1) to list system processes? Roland