unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Magnus Henoch <mange@freemail.hu>
To: 3148@emacsbugs.donarmstrong.com
Subject: bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
Date: Fri, 01 May 2009 10:28:10 +0100	[thread overview]
Message-ID: <848wlhuq8l.fsf@linux-b2a3.site> (raw)
In-Reply-To: <86vdomhrai.fsf@lifelogs.com> (Ted Zlatanov's message of "Thu, 30 Apr 2009 14:31:33 -0500")

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Tue, 28 Apr 2009 18:59:54 +0200 Reiner Steib <reinersteib+gmane@imap.cc> wrote: 
>
> RS> On Tue, Apr 28 2009, Magnus Henoch wrote:
>>> lisp/gnus/spam.el autoloads and uses `query-dns' from dns.el, but that
>>> function was renamed `dns-query' a while ago.
>
> RS> Fixed in CVS.  Thanks for the report.
>
> This is a good indication no one uses that feature, so would it be
> better to just remove it?  Magnus, did you actually use it or just
> notice the problem?

I didn't actually use it.  I noticed because jabber.el tries first
query-dns, and then dns-query:

(if (fboundp 'query-dns)
    (query-dns target 'SRV t)
  (dns-query target 'SRV t))

If the broken autoload for query-dns was loaded, it would try to use it
and fail.

Magnus






      reply	other threads:[~2009-05-01  9:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 15:38 bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query Magnus Henoch
2009-04-28 16:59 ` Reiner Steib
2009-04-28 17:10 ` bug#3148: marked as done (23.0.91; spam.el uses query-dns instead of dns-query) Emacs bug Tracking System
     [not found] ` <mailman.6191.1240938722.31690.bug-gnu-emacs@gnu.org>
2009-04-30 19:31   ` bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query Ted Zlatanov
2009-05-01  9:28     ` Magnus Henoch [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=848wlhuq8l.fsf@linux-b2a3.site \
    --to=mange@freemail.hu \
    --cc=3148@emacsbugs.donarmstrong.com \
    /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).