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: Wed, 17 Feb 2010 13:15:12 +0100 Message-ID: <4B7BDDD0.2040804@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> 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 1266408824 16045 80.91.229.12 (17 Feb 2010 12:13:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Feb 2010 12:13:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 17 13:13:42 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 1Nhimk-0002Co-GE for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Feb 2010 13:13:42 +0100 Original-Received: from localhost ([127.0.0.1]:49126 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nhimj-0003Wm-Oa for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Feb 2010 07:13:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhimP-0003Wh-Fv for help-gnu-emacs@gnu.org; Wed, 17 Feb 2010 07:13:21 -0500 Original-Received: from [140.186.70.92] (port=49769 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhimO-0003WZ-Qj for help-gnu-emacs@gnu.org; Wed, 17 Feb 2010 07:13:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhimO-0002jf-4k for help-gnu-emacs@gnu.org; Wed, 17 Feb 2010 07:13:20 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.171]:60640) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhimN-0002jV-Ox for help-gnu-emacs@gnu.org; Wed, 17 Feb 2010 07:13:20 -0500 Original-Received: from [192.168.178.27] (p54BE89CE.dip0.t-ipconnect.de [84.190.137.206]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MEaJJ-1NS3SZ1zLt-00Fus1; Wed, 17 Feb 2010 13:13:18 +0100 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <4B7BC978.8030204@pobox.com> X-Provags-ID: V01U2FsdGVkX19t+WbfRwzzl1+RQnRoqHfsP1Bg4tlJd6EnR01 1ZYE0pQjhNxfoDAfzKw5YKSuw+2UKCa3vGpqP+YKKFZVndA4gl QPPxeCHNehNAVHv3c5ikLckgeFRYNUSiVWF4SjCNO0= 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:71903 Archived-At: Bernardo wrote: >> >> Sometimes I like to see just `ls'-output. > > M-x list-directory or M-x ffap-list-directory (C-x C-d) may be of > interest in this case > > > Hhm, thanks reminding me at that. However, find dired more convenient, as it permits the change of dired-listing-switches with C-u on the fly. Setting it to pure `ls' or `ls -1' as Stefan suggested, works fine so far. It's just, wdired doesn't work then any more. Andreas