Andy Piper <andyp(a)parallax.co.uk> writes:
1e) gif animation.
Don't forget PNG animation.
The module stuff needs to be spiffed into better shape as well, and
possibly move some things out into loadable modules.
2) I've mentioned CORBA support ;) It would be nice to browse the
name
service, say, with dired. A proper lisp binding would allow cool debugging
of CORBA services.
This would be a good candidate for a loadable module (like the LDAP
stuff in .../modules/ldap)
3) unify url base file finding. So for instance you could type in:
ftp://somehost/
or
http://somehost/
or
iiop://somehost/
maybe someone has done this already?
I did this with file-name-handlers once upon a time in the URL package,
but there were problems with then Emacs called the filehandlers. If I
recall, it was something along the lines of if you called
(expand-file-name "foo.html" "http://www.bar.com/")
then the handler wouldn't get called.
-Bill P.