From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83615 Path: news.gmane.org!not-for-mail From: david.goldberg6@verizon.net (Dave Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-group missing require for gnus-util ? Date: Thu, 01 Aug 2013 22:48:09 -0400 Message-ID: <84y58kst92.fsf@davestoy.home> References: <878v2cfw4b.fsf@bnikolic.co.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1375411801 12584 80.91.229.3 (2 Aug 2013 02:50:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 02:50:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31871@lists.math.uh.edu Fri Aug 02 04:50:02 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 1V55RI-0001JP-Ql for ding-account@gmane.org; Fri, 02 Aug 2013 04:50:01 +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 1V55Pt-00067K-Vk; Thu, 01 Aug 2013 21:48:34 -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 1V55Ps-00067A-GM for ding@lists.math.uh.edu; Thu, 01 Aug 2013 21:48:32 -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 1V55Pr-0005vY-C2 for ding@lists.math.uh.edu; Thu, 01 Aug 2013 21:48:32 -0500 Original-Received: from vms173025pub.verizon.net ([206.46.173.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1V55Pp-00035y-OE for ding@gnus.org; Fri, 02 Aug 2013 04:48:29 +0200 Original-Received: from davestoy.home.verizon.net ([unknown] [98.118.119.159]) by vms173025.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MQV00J6OUG6N550@vms173025.mailsrvcs.net> for ding@gnus.org; Thu, 01 Aug 2013 21:48:07 -0500 (CDT) X-Face: W!bie|rYVd43O:2CkHTb*~s5}Yzx30X<@6Tq_bnP56Hp!xX4sVl4tgYRirjRcke\wfY!JJ9 i?]VIUJicJzq2\!3%7$5R%wi!R[.]Va97q In-reply-to: (Lars Magne Ingebrigtsen's message of "Thu, 01 Aug 2013 16:44:41 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) X-Spam-Score: -3.4 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83615 Archived-At: > Bojan Nikolic writes: >> After a recent pull (first after a long time) I got hit by undefined >> function gnus-get-text-property-excluding-characters-with-faces being >> used from within gnus-group.el. >> >> This function is defined in gnus-util so maybe gnus-group should require >> gnus-util? > gnus-group.el requires gnus.el, which requires gnus-util.el, so that > shouldn't be possible. My guess would be that you have an old version > of gnus-util loaded before you load Gnus. This sounds like the same thing I reported a couple weeks ago. If you are on Fedora 19 (at least) the provided emacs has an old gnus-util compiled in. My workaround is to explicitly load gnus-util in my .gnus.el file. require won't cut it since it's already provided. I've been meaning to report this as a bug to Fedora but haven't got around to it yet. -- Dave Goldberg david.goldberg6@verizon.net