unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org
Subject: Re: assoc-delete-all
Date: Tue, 05 Jul 2005 08:27:45 +0300	[thread overview]
Message-ID: <87y88lizzn.fsf@jurta.org> (raw)
In-Reply-To: <E1DpfA3-0004pR-5U@fencepost.gnu.org> (Richard M. Stallman's message of "Tue, 05 Jul 2005 00:35:55 -0400")

> 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/

      reply	other threads:[~2005-07-05  5:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-03  0:23 assoc-delete-all Lennart Borgman
2005-07-03  0:52 ` assoc-delete-all Juanma Barranquero
2005-07-03  7:30   ` assoc-delete-all Lennart Borgman
2005-07-03 10:24 ` assoc-delete-all Lute Kamstra
2005-07-03 10:51   ` assoc-delete-all Lennart Borgman
2005-07-03 10:58   ` assoc-delete-all Lennart Borgman
2005-07-03 20:43 ` assoc-delete-all Richard M. Stallman
2005-07-04  0:16   ` assoc-delete-all Juri Linkov
2005-07-04  9:00     ` assoc-delete-all Juanma Barranquero
2005-07-05  5:33       ` assoc-delete-all Juri Linkov
2005-07-05  4:35     ` assoc-delete-all Richard M. Stallman
2005-07-05  5:27       ` Juri Linkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y88lizzn.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=lennart.borgman.073@student.lu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).