From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16869 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: mailcrypt error Date: 10 Sep 1998 14:21:41 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035155671 30391 80.91.224.250 (20 Oct 2002 23:14:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:14:31 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA26806 for ; Thu, 10 Sep 1998 17:24:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id PAF06745; Thu, 10 Sep 1998 15:55:19 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 10 Sep 1998 16:22:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA05650 for ; Thu, 10 Sep 1998 16:22:29 -0500 (CDT) Original-Received: from altair.xemacs.org (steve@altair.xemacs.org [206.190.83.19]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA26776 for ; Thu, 10 Sep 1998 17:22:15 -0400 (EDT) Original-Received: (from steve@localhost) by altair.xemacs.org (8.9.1/8.9.1) id OAA21985; Thu, 10 Sep 1998 14:21:41 -0700 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l writes in ding@gnus.org: > Phil Humpherys writes in ding@gnus.org: >>> I had text in a mail buffer, and did M-x mc-encrypt... >>> Cannot open load file: timer Phil, could you please (setq debug-on-error t) and get a lisp stack backtrace? > SL Baur writes: >> Uh oh. This isn't Gnus-related. Get the mailcrypt folks to use >> itimers instead of timers in XEmacs. > mailcrypt 3.5b5 comes with its own timer package, as FSF-timer.el, > which the install procedure puts into place as timer.el. So if the > install is done normally, the timer.el problem is already covered. O.K. I've taken a look at the code. I believe the problem is that the FSF-timer.el in mailcrypt shouldn't be installed. It is expecting to be able to run a program called `timer' in the background. The new mailcrypt appears to be coded as correctly as the old mailcrypt wrt timers. The code first looks for itimer, and if it doesn't find it, falls back to timer. I know that code works in both emacsen and it doesn't appear to have changed.