From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.help Subject: Re: sorting by filename with find-dired Date: Wed, 29 Nov 2017 14:42:17 -0600 Message-ID: <7081.27451.374707.23071@gargle.gargle.HOWL> References: <61311.6304.827356.23070@gargle.gargle.HOWL> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1511988179 27309 195.159.176.226 (29 Nov 2017 20:42:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2017 20:42:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Glenn Morris Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 29 21:42:55 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eK9C1-0006hm-7p for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2017 21:42:53 +0100 Original-Received: from localhost ([::1]:45134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK9C8-0005Lc-IW for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Nov 2017 15:43:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK9BX-0005KF-Nw for help-gnu-emacs@gnu.org; Wed, 29 Nov 2017 15:42:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eK9BS-00087Q-Q2 for help-gnu-emacs@gnu.org; Wed, 29 Nov 2017 15:42:23 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eK9BS-00087M-MX for help-gnu-emacs@gnu.org; Wed, 29 Nov 2017 15:42:18 -0500 Original-Received: from lukas.physics.niu.edu ([131.156.224.124]:36870 helo=lukas) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1eK9BS-0005f6-1z; Wed, 29 Nov 2017 15:42:18 -0500 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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 Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115140 Archived-At: On Wed Nov 29 2017 Glenn Morris wrote: > find-dired works asynchronously. You obviously can't sort by filename > until all the output has arrived. Does this mean it is possible to define a process sentinel that shuffles the content in the dired buffer once the find job has completed?