From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `k' in Dired with inserted subdirectories. Date: Sun, 18 Jul 2004 03:18:04 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200407131955.i6DJtDt10122@raven.dms.auburn.edu> <200407152116.i6FLGxM07737@raven.dms.auburn.edu> <200407161657.i6GGvlt16874@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090135117 31095 80.91.224.253 (18 Jul 2004 07:18:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jul 2004 07:18:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jul 18 09:18:28 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bm5wK-0003RC-00 for ; Sun, 18 Jul 2004 09:18:28 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bm5wK-0007oc-00 for ; Sun, 18 Jul 2004 09:18:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm5yw-000441-EC for emacs-devel@quimby.gnus.org; Sun, 18 Jul 2004 03:21:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bm5yq-00043s-9A for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bm5yp-00043Y-Ky for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bm5yp-00043O-IG for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:21:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bm5w1-000567-Tl for emacs-devel@gnu.org; Sun, 18 Jul 2004 03:18:09 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bm5vw-0002hS-Hh; Sun, 18 Jul 2004 03:18:04 -0400 Original-To: Luc Teirlinck In-reply-to: <200407161657.i6GGvlt16874@raven.dms.auburn.edu> (message from Luc Teirlinck on Fri, 16 Jul 2004 11:57:47 -0500 (CDT)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25807 If you use this command with a prefix argument to kill the line for a file that is a directory, which you have inserted in the Dired buffer as a subdirectory, then it deletes that subdirectory from the buffer as well. That is good. Thanks.