From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Samba in Emacs? Date: Wed, 25 Jun 2003 20:19:42 -0700 Organization: Still searching... Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84y8zr5kkt.fsf@lucy.is.informatik.uni-duisburg.de> <84d6h2xfsr.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1056599065 30300 80.91.224.249 (26 Jun 2003 03:44:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2003 03:44:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 26 05:44:24 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VNgN-0007sQ-00 for ; Thu, 26 Jun 2003 05:44:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VNSL-0003QX-Uz for gnu-help-gnu-emacs@m.gmane.org; Wed, 25 Jun 2003 23:29:53 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VNQD-0002Z2-6q for help-gnu-emacs@gnu.org; Wed, 25 Jun 2003 23:27:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VNNw-000204-67 for help-gnu-emacs@gnu.org; Wed, 25 Jun 2003 23:25:23 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VNIa-0000DT-4d for help-gnu-emacs@gnu.org; Wed, 25 Jun 2003 23:19:48 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19VNIG-0006mg-00 for ; Thu, 26 Jun 2003 05:19:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19VNIF-0006mW-00 for ; Thu, 26 Jun 2003 05:19:27 +0200 Original-Lines: 15 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:1nuouSoVNJU2VhdVHRSuDzg/uPI= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11240 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11240 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Harry Putnam writes: > >> In my case I tried to remove an empty directory with: >> place cursor on empty dir >> ! rm -rf * > > Hit d and then x. That's the dired way. Your way is using shell > commands. Yuck, I've been doing this wrong for years. I must have gotten the notion that dired couldn't delete a directory with [Dd] from trying to delete one that wasn't empty, years ago. Nice to know..