unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
@ 2009-04-28 15:38 Magnus Henoch
  2009-04-28 16:59 ` Reiner Steib
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Magnus Henoch @ 2009-04-28 15:38 UTC (permalink / raw)
  To: emacs-pretest-bug

lisp/gnus/spam.el autoloads and uses `query-dns' from dns.el, but that
function was renamed `dns-query' a while ago.

Magnus






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
  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>
  2 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2009-04-28 16:59 UTC (permalink / raw)
  To: Magnus Henoch; +Cc: 3148, 3148-done

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.

Fixed in CVS.  Thanks for the report.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3148: marked as done (23.0.91; spam.el uses query-dns instead of dns-query)
  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 ` Emacs bug Tracking System
       [not found] ` <mailman.6191.1240938722.31690.bug-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2009-04-28 17:10 UTC (permalink / raw)
  To: Reiner Steib

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]


Your message dated Tue, 28 Apr 2009 18:59:54 +0200
with message-id <87eivcbto5.fsf@marauder.physik.uni-ulm.de>
and subject line Re: bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
has caused the Emacs bug report #3148,
regarding 23.0.91; spam.el uses query-dns instead of dns-query
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3148: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3148
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2216 bytes --]

From: Magnus Henoch <magnus@erlang-consulting.com>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.91; spam.el uses query-dns instead of dns-query
Date: Tue, 28 Apr 2009 16:38:21 +0100
Message-ID: <843absss9e.fsf@linux-b2a3.site>

lisp/gnus/spam.el autoloads and uses `query-dns' from dns.el, but that
function was renamed `dns-query' a while ago.

Magnus



[-- Attachment #3: Type: message/rfc822, Size: 2418 bytes --]

From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Magnus Henoch <magnus@erlang-consulting.com>
Cc: 3148@emacsbugs.donarmstrong.com, 3148-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
Date: Tue, 28 Apr 2009 18:59:54 +0200
Message-ID: <87eivcbto5.fsf@marauder.physik.uni-ulm.de>

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.

Fixed in CVS.  Thanks for the report.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
       [not found] ` <mailman.6191.1240938722.31690.bug-gnu-emacs@gnu.org>
@ 2009-04-30 19:31   ` Ted Zlatanov
  2009-05-01  9:28     ` Magnus Henoch
  0 siblings, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2009-04-30 19:31 UTC (permalink / raw)
  To: bug-gnu-emacs

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?

Ted


^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3148: 23.0.91; spam.el uses query-dns instead of dns-query
  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
  0 siblings, 0 replies; 5+ messages in thread
From: Magnus Henoch @ 2009-05-01  9:28 UTC (permalink / raw)
  To: 3148

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






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-01  9:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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).