From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78828 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: emacs22 fails opening nntp: Symbol's function definition is void: process-type Date: Mon, 16 May 2011 08:38:53 +0200 Organization: Probably a good idea Message-ID: References: <87hb8w6i3j.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305528019 28779 80.91.229.12 (16 May 2011 06:40:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 May 2011 06:40:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27128@lists.math.uh.edu Mon May 16 08:40:15 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QLrTS-0007YD-S8 for ding-account@gmane.org; Mon, 16 May 2011 08:40:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QLrSU-0001L6-81; Mon, 16 May 2011 01:39:14 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QLrSS-0001Ks-HJ for ding@lists.math.uh.edu; Mon, 16 May 2011 01:39:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QLrSQ-0007hq-Mj for ding@lists.math.uh.edu; Mon, 16 May 2011 01:39:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QLrSN-0007Ug-Pu for ding@gnus.org; Mon, 16 May 2011 08:39:07 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QLrSN-0007Bn-LA for ding@gnus.org; Mon, 16 May 2011 08:39:07 +0200 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2011 08:39:07 +0200 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2011 08:39:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:Y7bAwYXk5l4YSn9a5Ze6BWDvh7Y= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78828 Archived-At: >>>>> Katsumi Yamaoka : > Currently I don't have Emacs 22 (in the office), but a workaround > (or a lasting solution?) seems to be: > --- nntp.el~ 2011-05-09 22:22:01.078125000 +0000 > +++ nntp.el 2011-05-15 22:54:46.005653400 +0000 > @@ -1365,2 +1365,3 @@ > (when (and (fboundp 'set-network-process-option) > + (fboundp 'process-type) > (eq (process-type process) 'network)) I can verify that this patch works on emacs22. (in fact I'm posting from gnus HEAD with this patch applied, right now...:-) )