g. christensen - 2011-02-16

Yes, to set particular options you need to add code for option/library initialization into .emacs file (c:\f.programming\LispCabinet\home\.emacs in your case), typically code samples could be found in Emacs/library documentation.

For example, to enable "WordPerfect" theme by default, it necessary to put the following line into .emacs (could be found in the Color Theme library documentation):

(color-theme-word-perfect)

You also should install missing libraries (if any) into .emacs.d directory and probably add library directory path into Emacs load path variable.

>SBCL seems to ignore the path c:\f.programming\LispCabinet\home\lisp\development\

Can't reproduce this.