From xemacs-m  Mon Mar 17 16:40:54 1997
Received: from wfdutilgw.ml.com (wfdutilf01.ml.com [206.3.74.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA29902
	for <xemacs-beta@xemacs.org>; Mon, 17 Mar 1997 16:40:53 -0600 (CST)
Received: from ml1.ml.com ([199.201.57.130])
	by wfdutilgw.ml.com (8.8.5/8.8.5/MLgw-3.03) with ESMTP id RAA06178;
	Mon, 17 Mar 1997 17:38:35 -0500 (EST)
Received: from swaps-post.swaps.ml.com (swaps-post.swaps.ml.com [199.201.39.40])
	by ml1.ml.com (8.8.5/8.8.5/MLml4-2.07) with ESMTP id RAA04764;
	Mon, 17 Mar 1997 17:43:13 -0500 (EST)
Received: from swapsdvlp02.ny-swaps-develop.ml.com (swapsdvlp02.ny-swaps-develop.ml.com [146.125.10.79]) by swaps-post.swaps.ml.com (8.7.1/8.7.1) with ESMTP id RAA11021; Mon, 17 Mar 1997 17:40:21 -0500 (EST)
Received: (powers@localhost) by swapsdvlp02.ny-swaps-develop.ml.com (8.6.9/8.6.9) id RAA11333; Mon, 17 Mar 1997 17:40:20 -0500
Date: Mon, 17 Mar 1997 17:40:20 -0500
Message-Id: <199703172240.RAA11333@swapsdvlp02.ny-swaps-develop.ml.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: "Brent B. Powers" <powers@ml.com>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: itimer and gnus
In-Reply-To: <m2u3maqgzi.fsf@altair.xemacs.org>
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>
	<m2u3maqgzi.fsf@altair.xemacs.org>
X-Mailer: VM 6.19/XEmacs 20.0

Steven L Baur writes:
 > From: Steven L Baur <steve@miranova.com>
 > To: xemacs-beta@xemacs.org
 > Subject: Re: itimer and gnus
 > Date: 17 Mar 1997 14:41:05 -0800
 > 
 > 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.

At least with me (again, no MULE support),
message-make-caesar-translation-table is ...

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

