From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: dired without -l, wdired fails Date: Tue, 16 Feb 2010 09:28:21 -0500 Message-ID: References: <4B794437.6060403@online.de> <87aavafxv6.fsf@thinkpad.tsdh.de> <87635x7lgp.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266331247 16422 80.91.229.12 (16 Feb 2010 14:40:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2010 14:40:47 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 16 15:40:44 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NhObT-0002xM-G4 for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Feb 2010 15:40:43 +0100 Original-Received: from localhost ([127.0.0.1]:59512 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhObS-0005Jj-SR for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Feb 2010 09:40:42 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!news.glorb.com!news2.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe13.iad.POSTED!7564ea0f!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) Cancel-Lock: sha1:rEI+AESNIQHFVbVzlj0DvIsTM78= Original-Lines: 10 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Tue, 16 Feb 2010 14:28:36 UTC Original-Xref: news.stanford.edu gnu.emacs.help:176820 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71887 Archived-At: > Sometimes I like to see just `ls'-output. Would be great if other > dired-functions work than too. Plain "ls" output is difficult to parse reliably (though an appropriate "ls --dired" would be fine, of course, and a Lisp implementation would work as well). OTOH "ls -1" is OK and should to work just fine with `dired-virtual'. Stefan