Skip to content

Commit

Permalink
Update slime-maybe-start-lisp since now we start from rosrun
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui committed Sep 8, 2020
1 parent 266282e commit 878c61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions euslime.el.in
Expand Up @@ -102,8 +102,8 @@
(cond ((not (comint-check-proc buffer))
(slime-start-lisp program program-args env directory buffer))
((slime-reinitialize-inferior-lisp-p program program-args env buffer)
(when (string= program "euslime")
(switch-to-buffer (slime-output-buffer))
(when (and (car program-args) (string= (car program-args) "euslime"))
(pop-to-buffer (slime-output-buffer))
(keyboard-quit))
(let ((conn (cl-find (get-buffer-process buffer)
slime-net-processes
Expand Down

0 comments on commit 878c61b

Please sign in to comment.