"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
 >>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
 
     SY> OK.  Is that on anybody's todo list?  I think this should be
     SY> taken care of _before_ this release goes public.
 
 image-mode is in the packages, right?  image-mode problems are
 unrelated to the release.  Show me that it's fixed, and I'll consider
 a patch to format-alist. 
Let's not go down that path, please.
`format-alist' is a very low-level feature.  Adding image-mode to it
was a mistake in the first place: it broke simple editing features
such as editing XPM files.  (I had to use VI for that for a time.)
Because of it being low-level, you couldn't circumvent it with using
`C-x i' or other tricks.
Pretty please: if we are to implement the imaging feature, let's do it
at a higher level, preferrably as a regular mode invoked off
`auto-mode-alist'.
 Sure.  But that mode allows a lot more than just detect and display,
 and it was silently trashing some files or something.  It wasn't just
 randomly removed from that alist. 
Right.