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: Fri, 19 Feb 2010 10:12:28 +0100 Message-ID: <4B7E55FC.5030201@easy-emacs.de> References: <4B794437.6060403@online.de> <87aavafxv6.fsf@thinkpad.tsdh.de> <87635x7lgp.fsf@lion.rapttech.com.au> <4B7A7667.6060302@easy-emacs.de> <4B7BC978.8030204@pobox.com> <87ljer5yue.fsf@lion.rapttech.com.au> <4B7CF2E6.9090808@easy-emacs.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 1266570741 10775 80.91.229.12 (19 Feb 2010 09:12:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2010 09:12:21 +0000 (UTC) Cc: Tim X , Peter Dyballa , Tassilo Horn , help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 19 10:12:18 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 1NiOu0-0005hx-Ua for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Feb 2010 10:12:17 +0100 Original-Received: from localhost ([127.0.0.1]:33532 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiOtr-0006jy-RY for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Feb 2010 04:11:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiOtU-0006jm-T2 for help-gnu-emacs@gnu.org; Fri, 19 Feb 2010 04:11:28 -0500 Original-Received: from [140.186.70.92] (port=55100 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiOtT-0006je-Qf for help-gnu-emacs@gnu.org; Fri, 19 Feb 2010 04:11:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiOtT-0007zB-0m for help-gnu-emacs@gnu.org; Fri, 19 Feb 2010 04:11:27 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.186]:53432) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiOtS-0007yd-N0 for help-gnu-emacs@gnu.org; Fri, 19 Feb 2010 04:11:26 -0500 Original-Received: from [192.168.178.27] (p54BE93C3.dip0.t-ipconnect.de [84.190.147.195]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0LqF7Y-1ODJmt0xJA-00eAz1; Fri, 19 Feb 2010 10:10:36 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: X-Provags-ID: V01U2FsdGVkX18t2hpWVCdQMGRaQ82ElbiE3mQrk14wUoF0zv8 nqLugyalFvmu2/353aRNO2hdKBQz8JnuvUgXGEmtLRqW6KMyxg w5sTrqRv+heQU7jLY8c9EICslsgUjwpXm44vDiZSxE= 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:71950 Archived-At: Stefan Monnier wrote: >>> However, Andreas would like to be able to use dired/wdired without the >>> -l i.e. on a brief and I assume more compact dired/wdired display. Iff >>> this is the case, I'd argue its a feature request and not a bug report. > > As mentioned in an earlier message, dired-virtual should work for > "ls -1". > > > Stefan > Hi Stefan, can't see how to load this option within the rules given. dired itself requires the `-l' extension dired-virtual --a great feature BTW-- depends on dired-rules for me. How to load the directory in without the mandatory `-l'? Afterwards I may produce the result of "ls -1" setting the regexp accordingly with dired-virtual. But that's much more complicated than specifying the switch via C-u M-x dired Andreas PS: suggest to leave the bug-thread for the moment, coming back with the result.