Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion clojure-jack-in doesn't load what I expected
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
falko  
View profile  
 More options Jun 18 2012, 3:02 pm
From: falko <falko.spil...@googlemail.com>
Date: Mon, 18 Jun 2012 12:02:17 -0700 (PDT)
Local: Mon, Jun 18 2012 3:02 pm
Subject: Re: clojure-jack-in doesn't load what I expected

Hi Phil,

is this what you reafer to with repro case?:

1. Download Linux Debian Wheezy (Testing) amd64:
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/amd6...

2. At install screen, hit tab, and add
desktop=xfce

3. Go on with installation.

4. Download emacs 24.1
http://ftp.gnu.org/pub/gnu/emacs/emacs-24.1.tar.gz

5. Additional libs (from wheezy)

libgtk-3-dev
libxaw7-dev
libxpm-dev
libgif-dev
libjpeg-dev
libtiff4-dev
libncurses5-dev

6. Build and install emacs

7. download lein

8. lein new leintest

9. open emacs, add marmelade repo to .emacs, install clojure-mode

10. add to project.clj:

:min-lein-version "2.0.0"
:main leintest.core
:plugins [[lein-swank "1.4.4"]]
:repl-options {:port 6666 :init-ns leintest.core}

11. Open leintest.core, M-x clojure-jack-in

- The :port is ignored.
- Package clojure.repl is not loaded.
- REPL starts in NS user, not in :init-ns

Well. The Exception is gone.

Kind regards, Falko

On Monday, 18 June 2012 07:36:48 UTC+2, Phil Hagelberg wrote:

> On Sun, Jun 17, 2012 at 8:04 AM, falko wrote:
> > When I use clojure-jack-in I don't, and it doesn't start in the right
> > namespace. Well, this can be amended by loading them.
> > But I really like the function (user/cdoc ..) - and I cant find it, and
> dont
> > know how to load it.

> The new repl stuff simply hasn't been ported to swank yet.

> > * It doesn't use the port I configured in project.clj
> > * The *swank* buffer shows an exception:

> Can you provide a repro case for this? I've never seen it before.

> -Phil


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.