From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78825 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: emacs22 fails opening nntp: Symbol's function definition is void: process-type Date: Sun, 15 May 2011 18:31:28 +0200 Organization: Probably a good idea Message-ID: <87hb8w6i3j.fsf@dod.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305477115 3175 80.91.229.12 (15 May 2011 16:31:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 May 2011 16:31:55 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27125@lists.math.uh.edu Sun May 15 18:31:51 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 1QLeEQ-0003we-TZ for ding-account@gmane.org; Sun, 15 May 2011 18:31:51 +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 1QLeEM-0005Hn-Ia; Sun, 15 May 2011 11:31:46 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QLeEL-0005Hc-Ef for ding@lists.math.uh.edu; Sun, 15 May 2011 11:31:45 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QLeEJ-0004Il-HE for ding@lists.math.uh.edu; Sun, 15 May 2011 11:31:45 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QLeEG-0001wM-Gr for ding@gnus.org; Sun, 15 May 2011 18:31:40 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QLeEF-0003rd-K4 for ding@gnus.org; Sun, 15 May 2011 18:31:39 +0200 Original-Received: from cm-84.208.226.30.getinternet.no ([84.208.226.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 May 2011 18:31:39 +0200 Original-Received: from sb by cm-84.208.226.30.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 May 2011 18:31:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 39 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.226.30.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:eTuqC/qFHu/I28JkIF8wRs2Z3XQ= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78825 Archived-At: Platform: Ubuntu NE 10.10, emacs22 22.2-0ubuntu9 git gnus Recent gnusen fail opening all nntp servers on emacs22 Opening nntp servers fail with the error: Symbol's function definition is void: process-type Here's the full error message from *Messages* Warning: Unable to open server nntp+dough.gmane.org due to: Symbol's function definition is void: process-type; Unable to open server nntp+news.eclipse.org due to: Symbol's function definition is void: process-type; Unable to open server nntp+news.opera.com due to: Symbol's function definition is void: process-type; Unable to open server nntp+news.gmane.org due to: Symbol's function definition is void: process-type; Unable to open server nntp+news due to: Symbol's function definition is void: process-type Mark set I did git bisect between ORIG_HEAD: 444ee1f3a74bad82440f49a73e3140a0cf247e23 HEAD: bd74ba3e89556c0194b3ab3051226d3d8cb16cf0 Full rebuild with (cd ~/git/gnus; make clean; make; cd lisp; make tags) and start of gnus in a fresh emacs after each git bisect good/bad. And git bisect points the finger at the following commit, which from its description, doesn't sound related at all: sb@aa1steinar:~/git/gnus$ git bisect good 387b3ba7d4c42771d541085cddfc02ebf276521d is the first bad commit commit 387b3ba7d4c42771d541085cddfc02ebf276521d Author: Katsumi Yamaoka Date: Tue May 10 03:10:49 2011 +0000 shr.el (shr-put-image-function): New variable. (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it. (shr-put-image): Return scaled image. gnus-art.el (gnus-shr-put-image): New function. (gnus-article-prepare-display): Bind shr-put-image-function to it. gnus-html.el (gnus-html-wash-images): Register scaled images, not original ones, as deletable. :040000 040000 35f683e944f546382650c488218e8c895ae6cd5a 9fa356164b9f438eb9bbdbb5ee831098230889ef M lisp