From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: Processor time used by Emacs Date: Wed, 29 Oct 2003 10:58:18 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1067443097.4168.1.camel@Hades> References: <85d6cgp57l.fsf@junk.nocrew.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067443388 24103 80.91.224.253 (29 Oct 2003 16:03:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2003 16:03:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 29 17:03:04 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEsml-0006TE-00 for ; Wed, 29 Oct 2003 17:03:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEskv-0001u2-6U for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Oct 2003 11:01:09 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEsim-0001PG-Gs for help-gnu-emacs@gnu.org; Wed, 29 Oct 2003 10:58:56 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEsiB-0001EZ-V5 for help-gnu-emacs@gnu.org; Wed, 29 Oct 2003 10:58:51 -0500 Original-Received: from [24.59.76.83] (helo=Hades) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEsiB-0001EI-Gb for help-gnu-emacs@gnu.org; Wed, 29 Oct 2003 10:58:19 -0500 Original-Received: by Hades (Postfix, from userid 501) id 6C64442E; Wed, 29 Oct 2003 10:58:18 -0500 (EST) Original-To: Lars Brinkhoff In-Reply-To: <85d6cgp57l.fsf@junk.nocrew.org> X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13617 I don't know enough elisp to help you, but if you could execute a shell command you could get the info simple enough: % ps ax | grep emacs Then use a pipe or file to a program or file you want emacs to read from. -Dan