From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Dickey Newsgroups: gmane.emacs.help Subject: Re: dired question Date: 18 Oct 2004 21:05:44 +0000 Organization: Central Iowa (Model) Railroad, Plano, TX, USA Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098133678 19976 80.91.229.6 (18 Oct 2004 21:07:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2004 21:07:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 18 23:07:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJejL-0007yQ-00 for ; Mon, 18 Oct 2004 23:07:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJeqe-0000Rt-U5 for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Oct 2004 17:15:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news.glorb.com!news.airnews.net!cabal12.airnews.net!cabal11.airnews.net!egsner!news.cirr.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: otaku.freeshell.org Original-X-Trace: chessie.cirr.com 1098133546 3082 192.94.73.2 (18 Oct 2004 21:05:46 GMT) Original-X-Complaints-To: abuse@cirr.com Original-NNTP-Posting-Date: Mon, 18 Oct 2004 21:05:46 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:125935 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21306 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21306 Stefan Monnier writes: > Aka (add-to-list 'srd-mark-list (dired-get-filename)) Thanks, that looks better and doesn't require 'cl. > I suspect this will break in cases where you do: > - mark A, B, C > - C-k on B > - ! > > because B will not be among the marked files any more but will still be in > srd-mark-list. You are correct, It is not at all a robust solution. It looks like anything that kills lines with marks will break it. I don't see an easy way to fix it.