From xemacs-m  Mon Mar 17 16:29:23 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA28887
	for <xemacs-beta@xemacs.org>; Mon, 17 Mar 1997 16:29:21 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id OAA22105;
	Mon, 17 Mar 1997 14:41:13 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: itimer and gnus
References: <199703162125.QAA16468@swift.cc.gatech.edu> 	<QQchec22230.199703162133@crystal.WonderWorks.COM> 	<m2g1xvqxmv.fsf@altair.xemacs.org> 	<QQcheg23151.199703162230@crystal.WonderWorks.COM> 	<m24tebqwp6.fsf@altair.xemacs.org> 	<QQcheh23388.199703162248@crystal.WonderWorks.COM> 	<m2vi6rph6u.fsf@altair.xemacs.org> <199703171954.OAA02938@swapsdvlp02.ny-swaps-develop.ml.com> <u9afo2gt9y.fsf@neal.ctd.comsat.com> <m2wwr6qhw5.fsf@altair.xemacs.org> <u9ybbmf9bh.fsf@neal.ctd.comsat.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Neal Becker's message of 17 Mar 1997 17:22:10 -0500
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 17 Mar 1997 14:41:05 -0800
Message-ID: <m2u3maqgzi.fsf@altair.xemacs.org>
Lines: 27
X-Mailer: Gnus v5.4.27/XEmacs 20.1(beta8)

Neal Becker writes:

> Maybe I told you the wrong info.  Here's what I get.  messagexmas was loaded.

I was also imprecise.  If messagexmas gets loaded *before* message you 
will lose in this fashion.  What does
C-h f message-make-caesar-translation-table
say?

This is what it should look like:

message-make-caesar-translation-table: (n)
  -- an alias for message-xmas-make-caesar-translation-table, a compiled Lisp function.
  -- loads from "message".
  -- loaded from messagexmas.elc.
Create a rot table with offset N.

This is what it looks like if you load them in the wrong order:

message-make-caesar-translation-table: (n)
  -- a compiled Lisp function.
  -- loads from "message".
  -- loaded from message.elc.
Create a rot table with offset N.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

