From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68263 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.discuss,gmane.emacs.gnus.general Subject: Re: "No DNS server configuration found" when approving spam reports Date: Mon, 09 Feb 2009 23:44:18 +0100 Organization: Probably a good idea Message-ID: References: <8763l8l7y5.fsf@marauder.physik.uni-ulm.de> <87prjgjg5x.fsf@marauder.physik.uni-ulm.de> <877i5mkfb1.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1234219485 18876 80.91.229.12 (9 Feb 2009 22:44:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2009 22:44:45 +0000 (UTC) Cc: ding@gnus.org To: gmane-discuss@hawk.netfonds.no Original-X-From: gmane-discuss-bounces@hawk.netfonds.no Mon Feb 09 23:45:59 2009 Return-path: Envelope-to: gd-gmane-discuss@m.gmane.org Original-Received: from hawk.netfonds.no ([80.91.224.246]) by lo.gmane.org with esmtp (Exim 4.50) id 1LWet5-0000bL-9D for gd-gmane-discuss@m.gmane.org; Mon, 09 Feb 2009 23:45:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=hawk.netfonds.no) by hawk.netfonds.no with esmtp (Exim 3.36 #1 (Debian)) id 1LWerm-0005Qt-00; Mon, 09 Feb 2009 23:44:38 +0100 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by hawk.netfonds.no with esmtp (Exim 3.36 #1 (Debian)) id 1LWeri-0005Qo-00 for ; Mon, 09 Feb 2009 23:44:34 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LWerj-0000ZD-04 for gmane-discuss@hawk.netfonds.no; Mon, 09 Feb 2009 22:44:35 +0000 Original-Received: from cm-84.208.204.180.getinternet.no ([84.208.204.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Feb 2009 22:44:34 +0000 Original-Received: from sb by cm-84.208.204.180.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Feb 2009 22:44:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: gmane-discuss@hawk.netfonds.no Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.204.180.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (windows-nt) Cancel-Lock: sha1:bSlxLnX3ndAauHgRD317UznTGt4= X-BeenThere: gmane-discuss@hawk.netfonds.no X-Mailman-Version: 2.1.5 Precedence: list List-Id: gmane-discuss.hawk.netfonds.no List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: gmane-discuss-bounces@hawk.netfonds.no Errors-To: gmane-discuss-bounces@hawk.netfonds.no Xref: news.gmane.org gmane.discuss:12141 gmane.emacs.gnus.general:68263 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Steinar Bang writes: >> Debugger entered--Lisp error: (error "Unsupported connection type") >> make-network-process(:name "dns" :coding binary :buffer # :host "10.0.0.138" :service "domain" :type datagram) > Looking at that code in dns.el, it doesn't seem to have changed in > yonks. Are you using a version of Emacs that now has > `make-network-process' but doesn't support the :type flag? Seems that way. The emacs-version says: GNU Emacs 22.3.1 (i386-mingw-nt6.0.6001) of 2008-09-06 on SOFT-MJASON So... it'f fairly new. It's the precompiled emacs from the Windows emacs FAQ list: http://www.gnu.org/software/emacs/windows/Getting-Emacs.html#Getting-Emacs > I wonder how one could check for that... Dunno.