This should do the trick, though I'm not set up with jack-in to test: At the REPL, type comma (the character ,), then sayoonara.
On Thu, Jun 23, 2011 at 11:20 AM, gaz jones <[email protected]>wrote: > this is really great, thanks for putting this together. > > i have a (possibly daft) question -- is there a neat way to > kill/restart the underlying process. i have looked for a *ahem* > clojure-jack-off function or equivalent but couldnt find one in the > source. i am just killing it from the terminal at the moment and > re-running clojure-jack-in... is there a better way? slime-disconnect > seems to leave the underlying process still running in list-processes. > > thanks again! > > gaz > > On Fri, Jun 17, 2011 at 3:35 PM, Jeff Dik <[email protected]> wrote: > > Mark, > > > > I got this same error when I copied and pasted the clojure-jack-in > > function from gmail. I had to remove newlines from > > > > (search-backward "slime-load-hook") > > > > and > > > > (slime-connect "localhost" clojure-swank-port) > > > > Hope that helps, > > Jeff > > > > On Sun, Jun 12, 2011 at 8:50 PM, Mark Engelberg > > <[email protected]> wrote: > >> error in process filter: Search failed: "slime-load-hook" > >> > >> On Sun, Jun 12, 2011 at 4:51 PM, Phil Hagelberg <[email protected]> > wrote: > >>> On Jun 12, 10:58 am, Mark Engelberg <[email protected]> wrote: > >>>> I take that back (I had edited the wrong file, which wasn't the one my > >>>> emacs was using). > >>>> > >>>> I get the error "Not enough arguments for format string". > >>> > >>> Oops; I forgot to mention it also needs this: > >>> > >>> (defvar clojure-swank-command "lein jack-in %s &") > >>> > >>> to replace the old clojure-swank-command defvar. > >>> > >>> -Phil > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > >>> Groups "Clojure" group. > >>> To post to this group, send email to [email protected] > >>> Note that posts from new members are moderated - please be patient with > your first post. > >>> To unsubscribe from this group, send email to > >>> [email protected] > >>> For more options, visit this group at > >>> http://groups.google.com/group/clojure?hl=en > >> > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Clojure" group. > >> To post to this group, send email to [email protected] > >> Note that posts from new members are moderated - please be patient with > your first post. > >> To unsubscribe from this group, send email to > >> [email protected] > >> For more options, visit this group at > >> http://groups.google.com/group/clojure?hl=en > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/clojure?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
