"nomike (they/them)" <nom...@nomike.com> writes:
#+BEGIN_QUOTE
All unspecified fields are inherited from the parent package.
#+END_QUOTE
But obviously this is not the case, as you get a compile error
from
guile when you omit the name from a derived package.
The errors only happen when other fields reference "name", because
that variable isn't defined anywhere. You can, however, use
"this-package" to refer to the current package and access its name
field like so:
(package-name this-package)
--
Ricardo