I've used plain 'vanilla' emacs for years with few problems.

I'm now trying to install libraries and run into problems.

I can download a library eg 'figlet' and it ends up and gets byte compiled in my ~/emacs.d/auto-install/ directory, which is in my load-path.

If I then add the library with:

‘M-x load-library RET figlet RET’

It appears to load OK, with no error messages, but if I then try to invoke figlet with:

'M-x fig TAB' I get [No Match]

The same goes for any other libraries I've tried to use.

I'd welcome some advice, please.

Jim