From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T.V. Raman" Newsgroups: gmane.emacs.devel Subject: proced: sort commands throw an error Date: Thu, 31 May 2012 08:45:12 -0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1338479132 19177 80.91.229.3 (31 May 2012 15:45:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 31 May 2012 15:45:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 31 17:45:31 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sa7Z3-0003F1-0m for ged-emacs-devel@m.gmane.org; Thu, 31 May 2012 17:45:29 +0200 Original-Received: from localhost ([::1]:37097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7Z2-0003Bq-RC for ged-emacs-devel@m.gmane.org; Thu, 31 May 2012 11:45:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7Yv-0003Bk-N8 for emacs-devel@gnu.org; Thu, 31 May 2012 11:45:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sa7Yo-0008OT-K3 for emacs-devel@gnu.org; Thu, 31 May 2012 11:45:21 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:43068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sa7Yo-0008OH-DR for emacs-devel@gnu.org; Thu, 31 May 2012 11:45:14 -0400 Original-Received: by yhr47 with SMTP id 47so965285yhr.0 for ; Thu, 31 May 2012 08:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dGw39BTS5jW5wAoVgvXFiKd6HPjoR6L/LU3lw2e4G84=; b=EFK4fkV5Zi85DktfRx5gIueW/5fn1utNhmh5ubonWQK2J67Zahtz5BaBtiEPvnzGbk S/1aORqvvflv3eorB7vo5ZLYoQqil6JiT1q5o1qlHtAvaks7hYq1Pw9qLh0EtSLu8prk YFwodjgUvVJDMGnnQrOvTyyPO0JWjwzInF2YTjPp50COvrR4FWF+7en5u5hxe9l7Hf4c MoV29LYY9uLSQTiNYQuAc78U14GE5X6bKx1TqVRfH0bMohAYhQW/1nMwUQkbEC2CfprO 0BB+zJ8xyI5hzvBLSY1mu2Cd0/wi16XG4j4W9v/7Db20m1AxjHDPlL8Nb1XWU66yzI0w S1ZQ== Original-Received: by 10.43.53.142 with SMTP id vq14mr1857931icb.44.1338479112433; Thu, 31 May 2012 08:45:12 -0700 (PDT) Original-Received: by 10.231.245.74 with HTTP; Thu, 31 May 2012 08:45:12 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150695 Archived-At: Following up to myself: luser error on my part; this is not a bug in Emacs. -- -- On 5/31/12, T.V. Raman wrote: > Latest Git snapshot of Emacs 24: > > M-x proced > fa to show all processes (filter all) > All the sort functions bomb e.g. 's c' to sort by cpu time, or > M-x proced-sort-interactive -- then specify sort criteria. > > Sample backgrace buffer follows: > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > proced-sort-pcpu(no-arg) > call-interactively(proced-sort-pcpu nil nil) > > -- >