Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    SLIME configuation under NetBeans working again. · c9863ca1
    To use slime, ensure the directory "~/.asdf-install-dir/systems"
    exits, and symlink `swank.asd` from a SLIME installation into it.
    Start the "slime" Netbeans configuration: when you see the "Swank
    started at port: 4005."  message, you may then use Emacs M-x
    slime-connect to attach to the ABCL instance running in Netbeans.
    
    An improvement might to be to randomize the port given to
    SWANK:CREATE-SERVER somehow.
    
    Updated artifacts to Netbeans 7.4.
    c9863ca1