[gnu.emacs] Question for mmdf users.

rms@WHEATIES.AI.MIT.EDU (04/20/89)

The code in rmail which deletes the contents if unrecognized seems to have
been intended for mmdf files.   I'd like to ask mmdf users who use rmail 
to change the delete-char to a call to error as follows, and tell me if you 
ever have any trouble.

	      ;;
	      ;;This is a kludge, in case we're wrong about mmdf not
	      ;;allowing anything in between.  If it loses, we'll have
	      ;;to look for something else
	      (t (error "Cannot convert to babyl format")))))
    count))