p200 on 2008-12-23 03:33:52 -0800: > I am having an issue trying to get rlwrap working within my emacs/ > swank-slime.
You don't need rlwrap with SLIME; SLIME has all the features you want from rlwrap. rlwrap also interacts badly with it, as you've seen. GNU Emacs sets an $EMACS environment variable; your Clojure-launching script should use that to decide whether to wrap the java call in rlwrap. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
