Lars Ingebrigtsen writes: > Mauro Aranda writes: > > I think that makes sense... > >> - :complete-function 'ispell-complete-word >> + :complete (lambda (widget) >> + (eval-and-compile (require 'ispell)) ; For `ispell-get-word'. > > I think the way we usually do this is by just saying (require 'ispell) > in the function, and pacify the compiler by using a `declare-function'. Thanks for reviewing. I attach a patch with that change. Best regards, Mauro.