Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: delete-dups
Date: Fri, 01 Oct 2010 16:04:45 +0900	[thread overview]
Message-ID: <b4md3rue6lu.fsf_-_@jpl.org> (raw)
In-Reply-To: <E1P1RNX-00065o-00@quimby.gnus.org>

Ted Zlatanov wrote:
>        via  6ace9d5942b93402b9468402592c545dbb92b007 (commit)
>        via  404c492543314455e4f96c80bb0372e1741f0906 (commit)
>       from  ca9880f98c58290a72dc5ad8efbe966bdea725a1 (commit)
[...]
> +;;;###autoload
> +(defun gnus-registry-install-nnregistry ()
> +  "Install the nnregistry refer method in `gnus-refer-article-method'."
> +  (interactive)
> +  (when (featurep 'nnregistry)
> +    (setq gnus-refer-article-method
> +          (delete-dups
[...]

Could you provide `gnus-delete-dups' or something for XEmacs 21.4?
XEmacs 21.5 and SXEmacs 22.1 (and Emacs >=22 of course) provide
`delete-dups' in subr.el, however XEmacs 21.4 doesn't.



       reply	other threads:[~2010-10-01  7:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1P1RNX-00065o-00@quimby.gnus.org>
2010-10-01  7:04 ` Katsumi Yamaoka [this message]
2010-10-01 13:40   ` delete-dups Ted Zlatanov
2010-10-04  5:14     ` delete-dups Katsumi Yamaoka
2010-10-04 16:44       ` delete-dups Lars Magne Ingebrigtsen
2010-10-05  4:07         ` delete-dups Katsumi Yamaoka

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

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

  git send-email \
    --in-reply-to=b4md3rue6lu.fsf_-_@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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.
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 NNTP newsgroup(s).