From xemacs-m  Wed Feb  5 07:35:18 1997
Received: from sicmail.epfl.ch (sicmail.epfl.ch [128.178.50.31])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA28040
	for <xemacs-beta@xemacs.org>; Wed, 5 Feb 1997 07:35:17 -0600 (CST)
Received: from lspsun16.epfl.ch by sicmail.epfl.ch with SMTP (PP);
          Wed, 5 Feb 1997 14:29:39 +0100
Received: by lspsun16.epfl.ch (5.x/Epfl-4.9-c/MX) id AA12850;
          Wed, 5 Feb 1997 14:31:26 +0100
Date: Wed, 5 Feb 1997 14:31:26 +0100
Message-Id: <9702051331.AA12850@lspsun16.epfl.ch>
From: Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
To: tm-maintainers@chamonix.jaist.ac.jp
Cc: xemacs-beta@xemacs.org
Subject: Re: XEmacs 20.0 w/ MULE enables TM
In-Reply-To: <199702051318.WAA06694@mikan.jaist.ac.jp>
References: <9702051226.AA12764@lspsun16.epfl.ch> <199702051318.WAA06694@mikan.jaist.ac.jp>
X-Attribution: Oscar
X-Face: &f0TVPZirOQ$"C[5pZkDY(1~+M1p0&edTtJPL-*?u$b(vr<1m?~iZBqp2YoDS[IyxDHV<MN 
        x;/;<I]H;2OOZd:+cj^}L-,Hixp!@].>U~)KHl|Kpm"='5OF?vT]k_HQ1]|^}Pm>,;+]iJCt_-Y[S\ 
        EpwT);2R8#[4dt8~*}&#3$6xI4jNZM9lVHua'vIM[PEx*#cgxCVruf1zN0}
X-Mailer: ViewMail (vm) Version 6.11 with Emacs 19.14 XEmacs Lucid
Mime-Version: 1.0 (generated by tm-edit 7.102)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Tomohiko" == MORIOKA Tomohiko <ISO-2022-JP> writes:

  Tomohiko> [1  <text/plain; ISO-8859-1 (quoted-printable)>]
>>>>> In <9702051226.AA12764@lspsun16.epfl.ch> 
  >>>>>> "Oscar" = Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> wrote:

  Oscar> >>>>> "Tomohiko" == MORIOKA Tomohiko writes:

  Oscar> That's the reason why I propose the add-hooks be moved from
  Oscar> mime-setup.el into tm-vm.el AND into tm-rmail.el (and possibly
  Oscar> into tm-mh-e.el also if it uses the same hooks).

  Tomohiko>   It may be good solution for VM or mh-e, but not for
  Tomohiko> RMAIL.  When M-x mail is pressed before M-x rmail is
  Tomohiko> pressed, tm-rmail is not loaded so it has problem.

Well, this is not really a problem:

currently a user who wants to use TM with VM has to execute the
following :

(require 'mime-setup)
(require 'tm-vm)

Why wouldn't a Rmail user have to do a similar thing:

(require 'mime-setup)
(require 'tm-rmail)

Seems consistent, doesn't it ?

Oscar

