From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gottlieb@nyu.edu Newsgroups: gmane.emacs.help Subject: inconsistent file ordering for remote vs local dired Date: Thu, 31 Oct 2013 18:07:30 -0400 Message-ID: <87wqktgkm5.fsf@nyu.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383257274 4417 80.91.229.3 (31 Oct 2013 22:07:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 22:07:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 31 23:07:58 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Vc0PF-0004Q9-BX for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 23:07:57 +0100 Original-Received: from localhost ([::1]:59506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc0PE-0006o3-PL for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 18:07:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc0Ox-0006nK-CT for help-gnu-emacs@gnu.org; Thu, 31 Oct 2013 18:07:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vc0Oq-0007dc-3t for help-gnu-emacs@gnu.org; Thu, 31 Oct 2013 18:07:39 -0400 Original-Received: from smtp.cs.nyu.edu ([128.122.49.97]:50593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vc0Oq-0007dW-0F for help-gnu-emacs@gnu.org; Thu, 31 Oct 2013 18:07:32 -0400 Original-Received: from newlap.localdomain (ool-182df3df.dyn.optonline.net [24.45.243.223]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id r9VM7URY013328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 31 Oct 2013 18:07:31 -0400 (EDT) Original-Received: by newlap.localdomain (Postfix, from userid 1000) id 9A235A0140; Thu, 31 Oct 2013 18:07:30 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 128.122.49.97 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94286 Archived-At: My systems run gnu-linux (gentoo) and emacs 24.3. Consider a directory DIR with just two files: lower and Upper. /bin/ls DIR the files in the order "lower upper". emacs -Q dired DIR also lists them in the order "lower Upper". But emacs -Q dired /localhost:DIR lists them in the order "Upper lower". How can I make them use the same ordering? (Naturally, the interesting case is when using two systems and not localhost). thanks, allan