From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: dired without -l, wdired fails Date: Tue, 16 Feb 2010 18:57:35 +0100 Message-ID: <4B7ADC8F.1000402@easy-emacs.de> 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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1266342981 29033 80.91.229.12 (16 Feb 2010 17:56:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2010 17:56:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 16 18:56:17 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 1NhRej-0001Sl-3J for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Feb 2010 18:56:17 +0100 Original-Received: from localhost ([127.0.0.1]:56810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhRei-0005Qy-5n for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Feb 2010 12:56:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhReJ-0005Ps-2J for help-gnu-emacs@gnu.org; Tue, 16 Feb 2010 12:55:51 -0500 Original-Received: from [140.186.70.92] (port=59513 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhReI-0005P1-Eg for help-gnu-emacs@gnu.org; Tue, 16 Feb 2010 12:55:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhReF-0005YU-RS for help-gnu-emacs@gnu.org; Tue, 16 Feb 2010 12:55:50 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:53614) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhReF-0005YD-9t for help-gnu-emacs@gnu.org; Tue, 16 Feb 2010 12:55:47 -0500 Original-Received: from [192.168.178.27] (p54BEB349.dip0.t-ipconnect.de [84.190.179.73]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0Le9EG-1O2D8k0Mgu-00qNRW; Tue, 16 Feb 2010 18:55:43 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX19xlIO2gUQgL/MFUk3zQMjBKtSyF9zgO/RbqEX S5veoK7Q7KeVkBMUGCbS5JeAjsaGdOWrvc9g+4HvIrlivQFmcW Yeu/D/gKP6LzQ6wxn0pKXJJCQphVaG0hr/d+q2Ike0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:71894 Archived-At: Stefan Monnier wrote: >> 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 > Hi Stefan, thanks, should I make a bug report for the issue? Andreas