Re: pgnus & winmail.dat?
Hrvoje Niksic <hniksic <at> iskon.hr>
1999-12-01 08:23:06 GMT
Simon Josefsson <jas <at> pdc.kth.se> writes:
> Hrvoje Niksic <hniksic <at> iskon.hr> writes:
>
> > > * mm-decode.el (mm-display-external): For `copiousoutput' methods,
> > > switch to buffer after calling program.
> >
> > Shouldn't it simply insert the output into the existing buffer?
>
> The "external" in `mm-display-external' led me to believe it should
> be "external" in some sense,
It invokes an external command, thus the name.
The distinction is unimportant for other "external" things because
they other don't have output, or require a terminal. But with useful
output, I think it would be perfectly fine to insert it in the current
buffer. As Bill white said, there is no practical reason not to do
so, at least provided that the "Save..." menu entry et al. still work.