[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My God ... Its full of epsilons!



    Date: 5 Sep 1989 08:40-EDT
    From: ROSENKING@A.ISI.EDU


    Please broadcast an answer to this message to the whole [SLUG] list. Thanks.

Try this Zmail command:

1;;; -*- Mode: LISP; Syntax: Common-lisp; Package: ZWEI; Base: 10; Lowercase: T -*-

;;; Reparse a message

0(define-zmail-top-level-command 2com-zmail-reparse-msg
0  "Reparse the current message.

With a numeric argument, reinterprets the character style mappings in the message."
				(numeric-arg-ok)
  (when *numeric-arg-p*
    (setf (msg-fattened-p *msg*) nil))
  (reparse-msg *msg*)
  dis-text)