Hideki Yamane <[email protected]> writes: > >> M-: (require 'tiarra-conf) >> => >> (error "Required feature `tiarra-conf' was not provided") > > This package provides tiarra-conf-mode, not tiarra-conf, so this > behavior is not a bug, IMO.
Feature names are file names, normally. So (require 'tiarra-conf) loads tiarra-conf.el and it would normally have (provide 'tiarra-conf) at the end to allow that. (Such a `provide' is one of the various conventional things M-x checkdoc reports on, for example.) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

