Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Gilles <julien.gilles@bcv01y01.vz.cit.alcatel.fr>
Subject: Re: timer? (was Re: mailheader?)
Date: 06 Jan 2000 11:46:14 +0100	[thread overview]
Message-ID: <tnhfgrpjex.fsf@bcv01xc3.vz.cit.alcatel.fr> (raw)
In-Reply-To: Stainless Steel Rat's message of "05 Jan 2000 20:07:42 -0500"

Stainless Steel Rat <ratinox@peorth.gweep.net> writes:

> * Nevin Kapur <nevin@jhu.edu>  on Wed, 05 Jan 2000
> |  I get the same error for "timer". What is the preferred way to
> |  compile 5.8.3?
> 
> timer does not exist in XEamcs 20.4.
> 
> If 5.8.2 works for you, stick with it until 5.8.4 fixes the problem.  Or
> grab timer.el from FSF Emacs 20; I think it will work okay.
> 

Put this in mail-source.el 

(eval-and-compile
  (if (string-match "XEmacs" (emacs-version))
      (require 'itimer)
    (require 'timer)))

(instead of (require 'timer)).

I don't know if itimer is the same thing as timer, but it works fine.

-- 
Julien Gilles.



  reply	other threads:[~2000-01-06 10:46 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-05 18:55 mailheader? David Hedbor
2000-01-05 19:45 ` timer? (was Re: mailheader?) Nevin Kapur
2000-01-06  1:07   ` Stainless Steel Rat
2000-01-06 10:46     ` Julien Gilles [this message]
2000-01-05 21:13 ` mailheader? Jim Davidson
2000-01-05 22:33   ` mailheader? David Hedbor
2000-01-06 12:29     ` mailheader? Kai Großjohann
2000-01-07  1:42       ` mailheader? David Hedbor
2000-01-07  9:26         ` mailheader? Kai Großjohann
2000-01-07 10:03           ` mailheader? Norbert Koch
2000-01-08  5:24             ` mailheader? David Hedbor
2000-01-09 10:14               ` mailheader? Norbert Koch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tnhfgrpjex.fsf@bcv01xc3.vz.cit.alcatel.fr \
    --to=julien.gilles@bcv01y01.vz.cit.alcatel.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).