From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82418 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch master updated: m0-5-146-gc789890 =1= art: fix void-function on timer Date: Sat, 20 Oct 2012 00:31:34 +0900 Message-ID: References: <87objylc63.fsf@dex.adm.naquadah.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp X-Trace: ger.gmane.org 1350660727 29742 80.91.229.3 (19 Oct 2012 15:32:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 15:32:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30684@lists.math.uh.edu Fri Oct 19 17:32:15 2012 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 1TPEYU-0007PK-AB for ding-account@gmane.org; Fri, 19 Oct 2012 17:32:10 +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 1TPEYE-0003k5-L1; Fri, 19 Oct 2012 10:31:54 -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 1TPEYD-0003jt-FF for ding@lists.math.uh.edu; Fri, 19 Oct 2012 10:31:53 -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 1TPEY7-0001Lq-Qh for ding@lists.math.uh.edu; Fri, 19 Oct 2012 10:31:53 -0500 Original-Received: from mail-halifax.hostforweb.net ([205.234.137.17] helo=halifax.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TPEY6-0006tf-9l for ding@gnus.org; Fri, 19 Oct 2012 17:31:46 +0200 Original-Received: from softbank219034144017.bbtec.net ([219.34.144.17]:58022 helo=) by halifax.hostforweb.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1TPEXz-0003xl-5B for ding@gnus.org; Fri, 19 Oct 2012 10:31:39 -0500 Original-References: <87objylc63.fsf@dex.adm.naquadah.org> X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:i5Wbabuvu8Od1cuMQQMZmLB522Y= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - halifax.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82418 Archived-At: Julien Danjou wrote: > On Fri, Oct 19 2012, Katsumi Yamaoka wrote: > > Again, but why it's needed? > > gnus-art requires gnus, and gnus requires gnus-util. > Why again? Did I miss something? Please see this thread in ding: http://news.gmane.org/group/gmane.emacs.gnus.general/thread=82369 > I got a bug report where someone had a void-function error on > gnus-timer--function and had to load gnus-util manually…