From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63093 Path: news.gmane.org!not-for-mail From: Adrian Aichner Newsgroups: gmane.emacs.gnus.general Subject: Re: timer/timer-funcs in XEmacs Date: Sun, 30 Apr 2006 12:07:44 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146414482 22197 80.91.229.2 (30 Apr 2006 16:28:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 16:28:02 +0000 (UTC) Original-X-From: ding-owner+m11622@lists.math.uh.edu Sun Apr 30 18:28:01 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaEm7-0003LC-Gx for ding-account@gmane.org; Sun, 30 Apr 2006 18:27:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FaElx-000861-00; Sun, 30 Apr 2006 11:27:49 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Fa8qJ-0006md-00 for ding@lists.math.uh.edu; Sun, 30 Apr 2006 05:07:55 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1Fa8qH-0003he-Kk for ding@lists.math.uh.edu; Sun, 30 Apr 2006 05:07:55 -0500 Original-Received: from mailout01.sul.t-online.com ([194.25.134.80]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Fa8qG-0005xS-00 for ; Sun, 30 Apr 2006 12:07:52 +0200 Original-Received: from fwd33.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1Fa8qE-0003Kj-00; Sun, 30 Apr 2006 12:07:50 +0200 Original-Received: from TANG.t-online.de (JrNDzMZAwea+JUL5vu3FGvV9twSkRMYW+-lSHG-U7edWWiq4DhPM01@[84.153.117.200]) by fwd33.sul.t-online.de with esmtp id 1Fa8q4-1Jym0G0; Sun, 30 Apr 2006 12:07:40 +0200 Original-To: ding@gnus.org X-Face: 4[iHdXiTu\V3u[~\I)*}#kYF[-tYl3VZga/HSOP|K,{L Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9 =w|R6U3_;SH&B (Lars Magne Ingebrigtsen's message of "Sun, 30 Apr 2006 11:39:30 +0200") User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b26 (windows-nt) X-ID: JrNDzMZAwea+JUL5vu3FGvV9twSkRMYW+-lSHG-U7edWWiq4DhPM01@t-dialin.net X-TOI-MSGID: f0e25b92-9fe1-4fc2-beb9-f04934bb1194 X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63093 Archived-At: Lars Magne Ingebrigtsen writes: > I just tried compiling Gnus for XEmacs 21.5, and it failed miserably, > because Gnus contains lots of code like: > > (eval-and-compile > (if (featurep 'xemacs) > (require 'timer-funcs) > (require 'timer))) > > XEmacs 21.5 doesn't seem to contain the timer-funcs package any more, > but has timer instead. Hello Lars, you must have fsf-compat installed, but not xemacs-base: Library is file c:\progra~1\xemacs\xemacs-packages\lisp\xemacs-base\timer-funcs.elc Library is file c:\progra~1\xemacs\xemacs-packages\lisp\fsf-compat\timer.elc The REQUIRE of packages\xemacs-packages\gnus\Makefile does contain xemacs-base. Hope this helps! Adrian > > Or am I misunderstanding something? > > If not, I'm going to fix that up, and move the timer requirements to > gnus.el, so that all the other files don't have to require that > stuff. -- Adrian Aichner mailto:adrian@xemacs.org http://www.xemacs.org/