unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* tm (Tools for MIME) breaks history
@ 2003-08-26 14:56 James R. Van Zandt
  0 siblings, 0 replies; only message in thread
From: James R. Van Zandt @ 2003-08-26 14:56 UTC (permalink / raw)



I've been using tm to create MIME attachments in rmail.  However, I've
found that it breaks history.  E.g. if I type M-x grep, then M-p to
access the history, I get this message (manually wrapped):

  next-history-element: Wrong number of arguments: (lambda (item alist) "If t
  here is a pair whose key is <ITEM>, delete it from <ALIST>.
  [tl-list.el; mol's ELIS emulating function]" (if (equal item (car (car alis
  t))) (cdr alist) (let ((pr alist) (r (cdr alist))) (catch (quote tag) (whi
  le (not (null r)) (if (equal item (car (car r))) (progn (rplacd pr (cdr r)
  ) (throw (quote tag) alist))) (setq pr r) (setq r (cdr r))) alist)))), 0
  list: Quit

I'm no elisp programmer, and don't know how to debug this.

tm requires these two lines in .emacs:

  (require 'tm-edit)
  (require 'tm-setup)

If I delete both of them, then tm no longer works but history works.

I'm using GNU emacs 21.2, and my tm sources date from 1997 (the
tm-edit.el file says "$Revision: 7.106 $").  I haven't found any newer
standalone tm (and most of the pointers Google finds are to a Japanese
site, to a directory that's no longer there).  However, tm is now
shipped with xemacs.

1) Do the xemacs tm files work with GNU emacs?
2) Is there a newer version of tm around that works with GNU emacs?
3) Otherwise, what's the "modern" way to handle MIME in rmail?

	- Jim Van Zandt

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-26 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-26 14:56 tm (Tools for MIME) breaks history James R. Van Zandt

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 read-only IMAP folder(s) and NNTP newsgroup(s).