The latest version of ediff (1.76, author version 2.75) seems to need a
coding-system called 'emacs-internal. Unfortunately, I don't seem to
have this in xemacs-21.4.21.
Anybody know where 'emacs-internal is defined?
I am working around the problem like so:
;; Ediff 1.76 bug - coding system was set to 'emacs-internal which
;; doesn't seem to exist. You see it with ediff-buffers but not
;; ediff-files.
(unless (find-coding-system 'emacs-internal)
(setq ediff-coding-system-for-write 'no-conversion))
I used 'no-conversion because it worked well in an older version of
ediff (1.68, author version 2.75).
I don't want to bother the author, since the author version does not
seem to have changed.
Cheers,
Sean
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta