From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82881 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-timer--function is void (was Re: Gnus freezes on startup) Date: Fri, 01 Feb 2013 11:46:04 +0900 Organization: Emacsen advocacy group Message-ID: References: <871ud1rov1.fsf@sklar.v.cablecom.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1359686822 2790 80.91.229.3 (1 Feb 2013 02:47:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2013 02:47:02 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31147@lists.math.uh.edu Fri Feb 01 03:47:22 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 1U16eu-0005Up-1D for ding-account@gmane.org; Fri, 01 Feb 2013 03:47:20 +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 1U16dr-0002Z6-SW; Thu, 31 Jan 2013 20:46:15 -0600 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 1U16dp-0002Yn-2j for ding@lists.math.uh.edu; Thu, 31 Jan 2013 20:46:13 -0600 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 1U16dn-0004kP-1m for ding@lists.math.uh.edu; Thu, 31 Jan 2013 20:46:12 -0600 Original-Received: from hampton.hostforweb.net ([205.234.140.233]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U16dk-0006D6-Tj for ding@gnus.org; Fri, 01 Feb 2013 03:46:09 +0100 Original-Received: from localhost ([127.0.0.1]:54666) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1U16dh-002K4H-Uo for ding@gnus.org; Thu, 31 Jan 2013 20:46:06 -0600 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 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:/2EteMSLSrkasAq6vD1uTD5xvX0= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.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-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root 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:82881 Archived-At: marius.hofert@math.ethz.ch wrote: > I work with Emacs 24.2.1 on Ubuntu 12.10 and wanted to use the latest version > of Gnus. I git-cloned to ~/.emacs.d (then ./configure, make) and > ~/.emacs contains: > (setq load-path (cons (expand-file-name "~/.emacs.d/gnus/lisp") load-path)) > (require 'gnus-load) [...] I tried the same, with the ~/.emacs file including only two lines similar to yours, but got no problem. Hmm. Could you send me a tarball that includes at least the following files in your ~/.emacs.d/gnus/lisp" directory? gnus-art.el gnus-art.elc gnus-util.el gnus-util.elc I suspect something bad happened when you performed ./configure and make.