From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.help Subject: Re: Buffers in Dired Date: 01 Jun 2003 20:05:04 +0200 Organization: ...!#$@~? Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054495340 4366 80.91.224.249 (1 Jun 2003 19:22:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 19:22:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 01 21:22:18 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 19MYPJ-00018A-00 for ; Sun, 01 Jun 2003 21:22:18 +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 19MYNi-0002av-I7 for gnu-help-gnu-emacs@m.gmane.org; Sun, 01 Jun 2003 15:20:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!yellow.newsread.com!netaxs.com!newsread.com!newsfeed.stueberl.de!teaser.fr!usenet-fr.net!proxad.net!feeder2-1.proxad.net!news1-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 Original-Lines: 20 Original-NNTP-Posting-Date: 01 Jun 2003 21:19:23 MEST Original-NNTP-Posting-Host: 62.147.161.168 Original-X-Trace: 1054495163 news1-1.free.fr 23990 62.147.161.168:32810 Original-X-Complaints-To: abuse@proxad.net Original-Xref: shelby.stanford.edu gnu.emacs.help:113952 Original-To: help-gnu-emacs@gnu.org 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:10446 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10446 Peter Lee wrote: > Is there a command to remove the directory you inserted with i ? Try `dired-do-kill-lines' which is binded on `k'. ,----[ C-h f dired-do-kill-lines RET ] | dired-do-kill-lines is an interactive compiled Lisp function in `dired-aux'. | (dired-do-kill-lines &optional ARG FMT) | | Kill all marked lines (not the files). | With a prefix argument, kill that many lines starting with the current line. | (A negative argument kills lines before the current line.) | To kill an entire subdirectory, go to its directory header line | and use this command with a prefix argument (the value does not matter). `---- Bye. -- Matthias