Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
;; These are the package with a 'provides property of nil:
(sounds-au sounds-wav tooltalk edict egg-its leim locale debug)
sounds-au, sounds-wav and locale provide no Lisp features. How do you
wish to have this handled?
Tooltalk has lisp code, but no features. I'm not sure exactly what it
does. Is 'tooltalk already a feature on systems that have it?
`egg-its' will be fixed in the next update to provide:
provides (egg-cnpinyin egg-cnzhuyin egg-cwnn-leim egg-jisx0201 egg-jsymbol
egg-kwnn-leim egg-leim egg-sj3-client egg-sj3-leim egg-sj3 egg-wnn egg)
`debug' will be fixed in the next update to provide:
provides (dbx gdb-highlight gdb gdbsrc gud history)
(pdb.el needs a (provide 'perldb) or (provide 'pdb) or both).
Stephen[1], `edict' needs the following patch:
1998-06-29 SL Baur <steve(a)altair.xemacs.org>
* package-info.in: Update provides.
--- package-info.in~ Mon Jun 1 12:31:03 1998
+++ package-info.in Mon Jun 29 14:14:39 1998
@@ -8,12 +8,12 @@
distribution mule
priority high
category CATEGORY
- dump t
+ dump nil
description "Lisp Interface to EDICT, Kanji Dictionary"
filename FILENAME
md5sum MD5SUM
size SIZE
- provides ()
+ provides (dui-registry dui edict-edit edict-english edict-japanese edict-morphology
edict-test edict ts-mode)
requires (REQUIRES)
type regular
))
Footnotes:
[1] I've got one other patch to edict that needs integration with the
version in CVS. Should I update the CVS tree immediately, or wait for
you to do it?