From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: dired-do-kill-lines: no undo Date: Thu, 14 Jul 2005 11:43:10 +0800 Message-ID: <8764veoxwx.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1121452388 15292 80.91.229.2 (15 Jul 2005 18:33:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2005 18:33:08 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 15 20:33:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DtUz8-0000rK-Un for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jul 2005 20:32:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtV0v-0001VB-II for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jul 2005 14:34:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DtUwd-0008Mh-Bj for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DtUwX-0008IT-LA for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DtUwW-000897-At for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:29:48 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DtUrx-0000TG-Gq for bug-gnu-emacs@gnu.org; Fri, 15 Jul 2005 14:25:05 -0400 Original-Received: from tc218-187-25-231.dialup.dynamic.apol.com.tw ([218.187.25.231]:32853 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.51 #0) id 1DtUjT-000CTz-I0 by authid with plain for ; Fri, 15 Jul 2005 23:46:20 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12521 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12521 dired-do-kill-lines should mention in its docstring how to yank them back or otherwise recover in any way from mistaken typing of this command short of (find-alternate-file "."). P.S., by the way, (find-alternate-file ".") does nothing if already looking at ".", a problem that has existed from the earliest days.