From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27845 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with the latest CVS build Date: 07 Dec 1999 09:20:24 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t966ybi2lz.fsf@mraz.iskon.hr> References: <87yabbt98d.fsf@inanna.danann.net> <87r9h3t7yv.fsf@inanna.danann.net> <2nvh6fxem6.fsf@tiger.jia.vnet> <87r9h1dboh.fsf@graaff.xs4all.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164796 26626 80.91.224.250 (21 Oct 2002 01:46:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:46:36 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA08636 for ; Tue, 7 Dec 1999 03:21:30 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAB18412; Tue, 7 Dec 1999 02:21:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 07 Dec 1999 02:21:05 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA16170 for ; Tue, 7 Dec 1999 02:20:55 -0600 (CST) Original-Received: from mraz.iskon.hr (root@mraz.iskon.hr [195.29.170.8]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA08627 for ; Tue, 7 Dec 1999 03:20:29 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id JAA10330; Tue, 7 Dec 1999 09:20:24 +0100 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Hrvoje Niksic writes: > > > timer.el is only devised for easy porting of things that require it, > > not for use in packages like Gnus. > > On the other hand nobody has done the work to port Gnus to itimer > yet. Huh? What does this code do in nnheaderxmas.el, then: (defun nnheader-xmas-run-at-time (time repeat function &rest args) (start-itimer "nnheader-run-at-time" `(lambda () (,function ,@args)) time repeat)) (fset 'nnheader-run-at-time 'nnheader-xmas-run-at-time) (fset 'nnheader-cancel-timer 'delete-itimer) AFAIK, Gnus has *never* required `timer.el' under XEmacs, probably because one hasn't existed.