From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82416 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnus git] branch master updated: m0-5-146-gc789890 =1= art: fix void-function on timer Date: Fri, 19 Oct 2012 17:22:36 +0200 Organization: Probably a good idea Message-ID: <87lif2xz9f.fsf@dod.no> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350660196 24874 80.91.229.3 (19 Oct 2012 15:23:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2012 15:23:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30682@lists.math.uh.edu Fri Oct 19 17:23:23 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 1TPEPy-0007JD-CT for ding-account@gmane.org; Fri, 19 Oct 2012 17:23:22 +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 1TPEPi-0003e1-VR; Fri, 19 Oct 2012 10:23:07 -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 1TPEPh-0003dr-UK for ding@lists.math.uh.edu; Fri, 19 Oct 2012 10:23:05 -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 1TPEPW-0001Jh-KN for ding@lists.math.uh.edu; Fri, 19 Oct 2012 10:23:05 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TPEPV-0006ih-6n for ding@gnus.org; Fri, 19 Oct 2012 17:22:53 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TPEPb-0006rN-0f for ding@gnus.org; Fri, 19 Oct 2012 17:22:59 +0200 Original-Received: from cm-84.208.193.188.getinternet.no ([84.208.193.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Oct 2012 17:22:59 +0200 Original-Received: from sb by cm-84.208.193.188.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Oct 2012 17:22:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 7 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.193.188.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:4eA5DtXOm5MuTpSfBDwS+GcbLm8= X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82416 Archived-At: >>>>> Katsumi Yamaoka : > Again, but why it's needed? > gnus-art requires gnus, and gnus requires gnus-util. Well... it's good practice to directly declare all dependencies you use, even if you have them available through a transitive dependency.