Help for this page

Select Code to Download


  1. or download this
        
    (defun mc--compile (compile-command)
      ;; Call compile with the compile command
    ...
            "'( cd " thisdir " ; "
            ;; then run the compile command
            compile-command " )'")))))