Ville Skyttä wrote:
> In this version, image-mode-install removes any entries from
> format-alist which have image-mode as their MODE-FN.
>
> Patch is against the latest CVS revision (1.4).
Thanks a lot, Glynn, this one looks good to me, and it seems to work
nicely on 21.[145]. Now let's just try to get rid of those weird
"Loading image-mode..." messages on console (do you get them, BTW?),
Yes. I hadn't noticed it before because I hadn't generated the
autoloads. I've discovered that it's because of this:
;;;###autoload
(image-mode-install)
Rather than defining image-mode-install, I just inserted its body into
the file, and autoloaded that (along with image-formats-alist, which
it requires). The messages then disappear.
--
Glynn Clements <glynn.clements(a)virgin.net>