Is there any way to disable the "Press ENTER or type command to continue" prompt that appears after executing an external command?
EDIT: Found a workaround: Add an extra <CR> to the shortcut in my .lvimrc.
map <F5> :wall!<CR>:!sbcl --load foo.cl<CR><CR>
Any better ideas?

set dir=$TEMPin your vimrc. This tells vim to use the correct temp folder for its temp files. This in turn fixes the errors and removes the "press enter" prompts. – Lucas Jul 27 '11 at 18:47