From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: assoc-delete-all Date: Tue, 05 Jul 2005 08:27:45 +0300 Organization: JURTA Message-ID: <87y88lizzn.fsf@jurta.org> References: <42C7300C.8050104@student.lu.se> <87zmt3nsx8.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120543385 4778 80.91.229.2 (5 Jul 2005 06:03:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2005 06:03:05 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 05 08:02:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DpgW1-0001b2-MP for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 08:02:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpgXG-0002Im-9E for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 02:03:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DpgV6-00022g-LN for emacs-devel@gnu.org; Tue, 05 Jul 2005 02:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DpgV1-00020B-LU for emacs-devel@gnu.org; Tue, 05 Jul 2005 02:01:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DpgUw-0001o8-Ol for emacs-devel@gnu.org; Tue, 05 Jul 2005 02:01:35 -0400 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DpgNm-0005DB-Ex; Tue, 05 Jul 2005 01:54:10 -0400 Original-Received: from mail.neti.ee (80-235-32-204-dsl.mus.estpak.ee [80.235.32.204]) by Relayhost1.neti.ee (Postfix) with ESMTP id 797471EAE; Tue, 5 Jul 2005 08:48:03 +0300 (EEST) Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Tue, 05 Jul 2005 00:35:55 -0400") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:40392 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40392 > Is the following patch not right? > > *** dired-aux.el 03 Jul 2005 12:12:32 -0400 1.133 > --- dired-aux.el 04 Jul 2005 15:01:37 -0400 > *************** > *** 136,141 **** > --- 136,143 ---- > (dired-file-set-difference > file-alist2 file-alist1 > predicate)))) > + (setq file-list1 (delete "." (delete ".." file-list1))) > + (setq file-list2 (delete "." (delete ".." file-list2))) > (dired-fun-in-all-buffers > dir1 nil > (lambda () This doesn't work because file names in file-list1 and file-list2 are absolute. -- Juri Linkov http://www.jurta.org/emacs/