I'm having some trouble byte-compiling slime.el v 1.408. The compielr fails because there is no (setf slime-inferior-process) defined. In fact, looking at the code, there seems to be some confusion as to whether slime-inferior-process is a simple variable, a pair of functions for associating a process id with a network connection, or even a member of a class or struct.