From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: proced.el -- operate on processes like dired Date: Wed, 26 Mar 2008 10:06:42 +0100 Message-ID: <7dbe73ed0803260206g70013f3ifd2744318dae9e8b@mail.gmail.com> References: <18409.33604.699654.7860@tfkp07.physik.uni-erlangen.de> <7dbe73ed0803251809u71557525w7d8253bf5d787c7d@mail.gmail.com> <18409.47636.387864.586826@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: 7bit X-Trace: ger.gmane.org 1206522421 6053 80.91.229.12 (26 Mar 2008 09:07:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 09:07:01 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Roland Winkler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 26 10:07:29 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 1JeRbT-00077C-4o for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 10:07:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeRar-0006wa-SN for ged-emacs-devel@m.gmane.org; Wed, 26 Mar 2008 05:06:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeRan-0006wJ-KG for emacs-devel@gnu.org; Wed, 26 Mar 2008 05:06:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeRam-0006w0-59 for emacs-devel@gnu.org; Wed, 26 Mar 2008 05:06:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeRam-0006vx-2F for emacs-devel@gnu.org; Wed, 26 Mar 2008 05:06:44 -0400 Original-Received: from wf-out-1314.google.com ([209.85.200.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JeRal-0002QU-HX for emacs-devel@gnu.org; Wed, 26 Mar 2008 05:06:43 -0400 Original-Received: by wf-out-1314.google.com with SMTP id 29so3262488wff.24 for ; Wed, 26 Mar 2008 02:06:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=I0fg3go/Sc6A56n6+1TH7slmGZC5gCHFL67HJ9TQ0G8=; b=NNAFGDTiM1nlFfWCUnHlKBoRynRfz+gErNRzz36Y3OZ2nzxtTThgq4D+IFxFyFNkRwX1TfUmJTbyHYC1fPVDLpZQ9hCtVr81OhfVQ0ZtUGaxkpxLIxZ6+dstDZaDQkqX18MLmKwJ/8JUCElvhj1ByB/n8nzC/0eS9LQdLlUwk7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O+4jmT1JjnP7HMhoJHmprwraeN6o+dnL4GRJRLo/AEQFjDIFsAqaI5uXJejiQU2JvOqvui/zVzwwcPl75IrZRP4iucGY0rEL9xXSuP8EmDVKd93bvA/BFuBzH4KaxQH/BLMkvqcirbwg2Evl+NNZeUtWoVS1xDgcTzLD8wdVVcw= Original-Received: by 10.142.101.17 with SMTP id y17mr4913268wfb.20.1206522402309; Wed, 26 Mar 2008 02:06:42 -0700 (PDT) Original-Received: by 10.142.127.15 with HTTP; Wed, 26 Mar 2008 02:06:42 -0700 (PDT) In-Reply-To: <18409.47636.387864.586826@tfkp07.physik.uni-erlangen.de> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:93509 Archived-At: > > I use a nice extension to Dired that lets me resort the listing on > > different fields. I type `s t' to sort on time, , `s s' to sort on > > size, etc. > > This is not part of dired? It seems that sometimes I might like to > use such a feature. It actually uses Dired internals and only add a couple of clever bindings: http://www.emacswiki.org/cgi-bin/wiki/dired-sort-map.el