From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82986 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.gnus.general Subject: Re: error since upgraded to 24.3 and gnus from git Date: Wed, 13 Mar 2013 20:41:15 +0100 Message-ID: <857glbxf38.fsf@iznogoud.viz> References: <85ppz3tg83.fsf@iznogoud.viz> <72EF0FFC-2BF3-4D7B-88D6-0F039BD31F2A@ecocode.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363203710 11038 80.91.229.3 (13 Mar 2013 19:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Mar 2013 19:41:50 +0000 (UTC) Cc: ding@gnus.org To: Erik Colson Original-X-From: ding-owner+M31252@lists.math.uh.edu Wed Mar 13 20:42:15 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFrYz-00062m-Ip for ding-account@gmane.org; Wed, 13 Mar 2013 20:42:13 +0100 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 1UFrYG-0001WS-AU; Wed, 13 Mar 2013 14:41:28 -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 1UFrYE-0001W4-3N for ding@lists.math.uh.edu; Wed, 13 Mar 2013 14:41:26 -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 1UFrYC-0000Up-82 for ding@lists.math.uh.edu; Wed, 13 Mar 2013 14:41:25 -0500 Original-Received: from mx08.lb01.inode.at ([62.99.145.8] helo=mx.inode.at) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UFrYA-00071F-CU for ding@gnus.org; Wed, 13 Mar 2013 20:41:22 +0100 Original-Received: from [91.119.51.106] (port=12184 helo=iznogoud.viz) by smartmx-08.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UFrY5-0002cO-1U; Wed, 13 Mar 2013 20:41:17 +0100 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UFrY3-0000H8-S3; Wed, 13 Mar 2013 20:41:15 +0100 Mail-Followup-To: Erik Colson , ding@gnus.org In-Reply-To: <72EF0FFC-2BF3-4D7B-88D6-0F039BD31F2A@ecocode.net> (Erik Colson's message of "Wed, 13 Mar 2013 20:19:56 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (berkeley-unix) X-Spam-Score: -4.3 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82986 Archived-At: On Wed, Mar 13 2013, Erik Colson wrote: > On 13 Mar 2013, at 17:30, Wolfgang Jenkner wrote: > >> On Wed, Mar 13 2013, Erik Colson wrote: >> >>> Debugger entered--Lisp error: (void-function gnus-get-text-property-excluding-characters-with-faces) >>> gnus-get-text-property-excluding-characters-with-faces(1 face) >> >> When getting this error, could you please try what >> >> (featurep 'gnus-util) >> >> evaluates to? > > it evaluates to: t So gnus-util has actually been successfully loaded before the error is triggered, but it must be an old version of gnus-util.el which hasn't gnus-get-text-property-excluding-characters-with-faces, or perhaps gnus-util.elc is stale. At least, I can't think of any other reason... Wolfgang