Re: Clojure Box Windows XP

2010-11-08 Thread Shawn Hoover
sly. > If you don't need emacsclient then you might look in the clojure box configs > for a line (server-start) and remove that. It's not quite that simple because the EmacsW32 shipped with Clojure Box automatically starts the server. The way around this is to change the shortcuts

Re: Clojure Box Windows XP

2010-11-05 Thread Scott Jaderholm
This sounds like a problem with emacs server/client that might be unrelated to Clojure or Slime. Some configurations of emacs will start a server mode so that you can run emacsclient and have a new frame pop up instantaneously. If you don't need emacsclient then you might look in the clojur

Clojure Box Windows XP

2010-11-05 Thread Jferg
how up in the status. Eventually the Emacs Client window shows: "ERROR Timeout waiting for server". What can I look at to debug this? I tried guessing at ports and processes using netstat -ao | grep'ing for process ids... nothing real popped up. I am using Clojure box 1.2.0 on Windows XP

Re: Compilation fails in Clojure Box 1.2.0

2010-08-23 Thread Arie van Wingerden
Hi Shawn. This kind of thing always bothers me. It makes me a bit unsure wether the installation was done correctly; hence the question. But I'll regard that menu entry as not existent then anyway from now on. Thanks! Arie 2010/8/23 Shawn Hoover > It's because slime-compile-file (C-c M-k) doe

Re: Compilation fails in Clojure Box 1.2.0

2010-08-23 Thread Shawn Hoover
It's because slime-compile-file (C-c M-k) doesn't do anything unless the optional load parameter is true, and when you run the function from the keyboard shortcut, it doesn't get set. C-c C-k ends up calling that function with load=true. The distinction between to the two is false in Clojure anyway

Compilation fails in Clojure Box 1.2.0

2010-08-21 Thread Arie van Wingerden
Hi, when i compile the following little snippet (which i explicitly have saved before compiling) with C-c C-k (Compile/Load file) it always succeeds; however, when I use C-c M-k (Compile File) compilation always fails (i am sure i did save the file before compiling it). (ns nsp.tst (:refer-clo

Re: clojure box: Problem with classpath (noob question)

2010-05-01 Thread Rainer
Hello Shawn, thank you for help. Yes, I am using Clojure Box 1.1.0. I changed my .emacs-file to: (setq swank-clojure-classpaths (list "c:/Clojure")) I still get the same error. Since I am a total emacs newbie, I might be making a stupid mistake that might not be

Re: clojure box: Problem with classpath (noob question)

2010-04-30 Thread Shawn Hoover
27;examples.introduction) > > and I got > > ; Evaluation aborted. > > java.io.FileNotFoundException: Could not locate examples/ > introduction__init.class or examples/introduction.clj on classpath: > (NO_SOURCE_FILE:0) > > My .emacs file looks like this: > > (setq swank-clojur

Fwd: clojure box: Problem with classpath (noob question)

2010-04-30 Thread Rainer Wolf
, 2010 at 12:58 AM Subject: clojure box: Problem with classpath (noob question) To: Clojure Hello, I'm stuck with "Programming Clojure" on page 37 on a Windows 7 machine. After downloading the "examples" dir into "C:/clojure", I typed: user> (requ

clojure box: Problem with classpath (noob question)

2010-04-30 Thread Rainer
Hello, I'm stuck with "Programming Clojure" on page 37 on a Windows 7 machine. After downloading the "examples" dir into "C:/clojure", I typed: user> (require 'examples.introduction) and I got ; Evaluation aborted. java.io.FileNotFoundException: Could not locate examples/ introduction__init.cl

Re: Clojure box

2010-02-20 Thread Zeynel
On Feb 18, 6:45 pm, Brian Wolf wrote: > I use it all the time.  And its a gentle introduction to emacs Ok. So Clojure box installs the clojures on windows? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group,

Re: Clojure box

2010-02-20 Thread Zeynel
On Feb 18, 11:32 pm, Sean Devlin wrote: > Do you need to do a lot of Java work as well?  If so, take a look at > Enclojure (Netbeans) or Counter Clockwise (Eclipse). > No. I just want to install Clojure and start with some tutorials. I was wondering about the installation process of clojure on win

Re: Clojure box

2010-02-18 Thread Sean Devlin
Do you need to do a lot of Java work as well? If so, take a look at Enclojure (Netbeans) or Counter Clockwise (Eclipse). On Feb 18, 4:58 pm, Zeynel wrote: > Hello, > > I am totally new to Clojure. Do you recommend using Clojure Box for > windows installation? I am not an ex

Re: Clojure box

2010-02-18 Thread Brian Wolf
Zeynel wrote: Hello, I am totally new to Clojure. Do you recommend using Clojure Box for windows installation? I am not an expert user or programmer. Thank you. I use it all the time. And its a gentle introduction to emacs Brian -- You received this message because you are subscribed to

Clojure box

2010-02-18 Thread Zeynel
Hello, I am totally new to Clojure. Do you recommend using Clojure Box for windows installation? I am not an expert user or programmer. Thank you. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Re: clojure box 1.0 failed to connect to emacs server

2010-02-04 Thread Rollo
ndition comes from? > >> Let me know if I can help diagnose or test further. > > >> Thanks, > >> Rollo > > > Ok, I suggested RC1 because I thought the original poster said it worked. I > > may have misread. Anyway, I develop and test Clojure Box on XP, where

Re: clojure box 1.0 failed to connect to emacs server

2010-01-31 Thread Shawn Hoover
>> Where does that bad condition comes from? >> Let me know if I can help diagnose or test further. >> >> Thanks, >> Rollo >> > > Ok, I suggested RC1 because I thought the original poster said it worked. I > may have misread. Anyway, I develop and test

Re: clojure box 1.0 failed to connect to emacs server

2010-01-30 Thread Shawn Hoover
iagnose or test further. > > Thanks, > Rollo > Ok, I suggested RC1 because I thought the original poster said it worked. I may have misread. Anyway, I develop and test Clojure Box on XP, where I haven't had the problem, so I have no idea where it's coming from. I'll try to

Re: clojure box 1.0 failed to connect to emacs server

2010-01-30 Thread Rollo
s fine on winxp though... > > > On Jan 19, 3:29 am, limux wrote: > > > when i start the clojure box 1.0, theemacsclient window stay on the > > > top of all the other windows, eventually it display a message "** > > > ERROR ** Timeout wating for server&

Re: clojure box 1.0 failed to connect to emacs server

2010-01-30 Thread Rollo
> Works fine on winxp though... > > > On Jan 19, 3:29 am, limux wrote: > > > when i start the clojure box 1.0, theemacsclient window stay on the > > > top of all the other windows, eventually it display a message "** > > > ERROR ** Timeout wating for server

Re: clojure box 1.0 failed to connect to emacs server

2010-01-30 Thread Shawn Hoover
the fact that > emacs spawns thousands of cmdproxy.exe... > Depending on your machine capabilities, the only thing to do then is a > hot reboot (try killing 5000 processes with new ones starting off > every second). > Works fine on winxp though... > > On Jan 19, 3:29 am, limux wrote

Re: clojure box 1.0 failed to connect to emacs server

2010-01-29 Thread Rollo
Jan 19, 3:29 am, limux wrote: > when i start the clojure box 1.0, theemacsclient window stay on the > top of all the other windows, eventually it display a message "** > ERROR ** Timeout wating for server",  but 1.0RC1 no that issue. -- You received this message because you ar

clojure box 1.0 failed to connect to emacs server

2010-01-18 Thread limux
when i start the clojure box 1.0, the emacs client window stay on the top of all the other windows, eventually it display a message "** ERROR ** Timeout wating for server", but 1.0RC1 no that issue. -- You received this message because you are subscribed to the Google Groups "Clo

Re: classpath in clojure box

2010-01-15 Thread brian
hcloj-code/code/examples")) itknows where home is, when it boots up, the default is my home dir, where .emacs is when i do C-h v swank-clojure-classpath is a variable defined in `swank-clojure.el'. Its value is ("c:/Program Files/Clojure Box/emacs/site-lisp/../..

Re: classpath in clojure box

2010-01-14 Thread Shawn Hoover
ots up, the default is my home dir, where > .emacs is > > > when i do C-h v > > swank-clojure-classpath is a variable defined in `swank-clojure.el'. > Its value is > ("c:/Program Files/Clojure Box/emacs/site-lisp/../../swank-clojure/src" > "c:/shcloj-code/c

Re: classpath in clojure box

2010-01-14 Thread brian
uot;c:/shcloj-code/code/examples")) itknows where home is, when it boots up, the default is my home dir, where .emacs is when i do C-h v swank-clojure-classpath is a variable defined in `swank-clojure.el'. Its value is ("c:/Program Files/Clojure Box/emacs/site-lisp/../../swank-cloju

Re: classpath in clojure box

2010-01-14 Thread brian
emacs is when i do C-h v swank-clojure-classpath is a variable defined in `swank-clojure.el'. Its value is ("c:/Program Files/Clojure Box/emacs/site-lisp/../../swank-clojure/src" "c:/shcloj-code/code/examples" "c:/Program Files/Clojure Box/lib/clojure-contrib.jar&q

Re: classpath in clojure box

2010-01-14 Thread Michael Wood
uot;c:/shcloj-code/code/examples")) > > itknows where home is, when it boots up, the default is my home dir, where > .emacs is > > > when i do C-h v > > swank-clojure-classpath is a variable defined in `swank-clojure.el'. > Its value is > ("c:/Program Fi

Re: classpath in clojure box

2010-01-14 Thread brian
clojure.el'. Its value is ("c:/Program Files/Clojure Box/emacs/site-lisp/../../swank-clojure/src" "c:/shcloj-code/code/examples" "c:/Program Files/Clojure Box/lib/clojure-contrib.jar" "c:/Program Files/Clojure Box/lib/clojure.jar" "c:/Program Files

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Wed, Jan 13, 2010 at 8:38 PM, brian wrote: > > I was wondering if this is the right statement for setting the external > classpath? > > setq swank-clojure-classpath > Another way is to use M-x swank-clojure-project. You enter a directory and it automatically adds that directory/src to the cl

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Wed, Jan 13, 2010 at 8:38 PM, brian wrote: > > I was wondering if this is the right statement for setting the external > classpath? > > setq swank-clojure-classpath > That's the right variable. You can set it, and then Clojure Box's setup appends to it to make sure clojure, contrib, and swan

Re: classpath in clojure box

2010-01-13 Thread brian
I was wondering if this is the right statement for setting the external classpath? setq swank-clojure-classpath Shawn Hoover wrote: On Tue, Jan 12, 2010 at 10:05 PM, brian > wrote: Hi all, I put the example code from Programming Clojure book here:

Re: classpath in clojure box

2010-01-13 Thread brian
Shawn Hoover wrote: On Tue, Jan 12, 2010 at 10:05 PM, brian > wrote: Hi all, I put the example code from Programming Clojure book here: C:\shcloj-code\code\examples I verified that "introduction.clj" is there. This is cut and pasted from m

Re: trying to call jar files in clojure box

2010-01-13 Thread Shawn Hoover
On Tue, Jan 12, 2010 at 8:20 PM, brian wrote: > Hi, > > I am not sure if this is a Clojure Box problem or a compojure problem but > in an attempt to try calling external jars files in clojure box,and wanting > to try compojure, to eliminate any possible path problems, I've

Re: classpath in clojure box

2010-01-13 Thread Shawn Hoover
On Tue, Jan 12, 2010 at 10:05 PM, brian wrote: > Hi all, > > > I put the example code from Programming Clojure book > here: > > C:\shcloj-code\code\examples > > I verified that "introduction.clj" is there. > > This is cut and pasted from my .emacs file located in c:\program > files\brian > > > (

classpath in clojure box

2010-01-12 Thread brian
Hi all, I put the example code from Programming Clojure book here: C:\shcloj-code\code\examples I verified that "introduction.clj" is there. This is cut and pasted from my .emacs file located in c:\program files\brian (setq swank-clojure-classpath (list "c:\shcloj-code\code\examples"))

trying to call jar files in clojure box

2010-01-12 Thread brian
Hi, I am not sure if this is a Clojure Box problem or a compojure problem but in an attempt to try calling external jars files in clojure box,and wanting to try compojure, to eliminate any possible path problems, I've put compojure and all dependancies in the Clojure Box/lib dire

Re: Clojure Box 1.1

2010-01-12 Thread Chris Jenkins
I get the chance. Cheers, Chris 2010/1/11 Shawn Hoover > > On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > >> Out of curiosity, what configuration do you have in place that's causing >>> clojure.contrib.pprint to be loaded? >>> >>> &

Re: clojure box "value as variable is void ?"

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 5:36 PM, brian wrote: > > (setq swank-clojure-classpath > > (list “c:/dev/project/src” “c:/dev/my-lib.jar”)) > > > > and I get this error when I bring clojure box up: > > Warning (initialization): An error occurred while loading `c:/Documen

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 3:49 PM, Chris Jenkins wrote: > Out of curiosity, what configuration do you have in place that's causing >> clojure.contrib.pprint to be loaded? >> >> > I'm not sure - all I did was to install Clojure Box and then I immediately > saw

clojure box "value as variable is void ?"

2010-01-11 Thread brian
Hi all, I just installed Clojure Box, for me, marvelous! Everything works as described except one small problem though, following these directions from the readme.rtf: " You can also add jars or source directories from custom locations by adding them to your classpath in in your .emac

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
next question is, how can we find out why this is? There would appear to be two possibilities: 1) The IBM JVM is rejecting a valid class file 2) Clojure is emitting invalid bytecode that the Sun JVM doesn't mind but the IBM JVM rejects. 2010/1/11 Chris Jenkins > Incidentally, I just trie

Re: Clojure Box 1.1

2010-01-11 Thread Mark Fayngersh
gt;> >> > I'm not sure - all I did was to install Clojure Box and then I immediately > saw the error message when it started up. Do you know how I could learn more > about the configuration? > > Cheers, > > Chris > > > Shawn >> >> -- >&g

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
> > Out of curiosity, what configuration do you have in place that's causing > clojure.contrib.pprint to be loaded? > > I'm not sure - all I did was to install Clojure Box and then I immediately saw the error message when it started up. Do you know how I could learn mor

Re: Clojure Box 1.1

2010-01-11 Thread Shawn Hoover
On Mon, Jan 11, 2010 at 2:01 PM, Chris Jenkins wrote: > PS: FYI here's the full text that I see in my *inferior-lisp* buffer: > > (require 'swank.swank) > > (swank.swank/ignore-protocol-version nil) > > (do (.. java.net.InetAddress getLocalHost getHostAddress) > nil)(swank.swank/start-server > "c

Re: Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
Incidentally, I just tried Clojure Box 1.0 on the same machine and get exactly the same error message. Very odd. One thing that may be unusual about my setup is that I am using IBM JDK 1.6 (although I have managed to get Clojure + SLIME working on Linux using this JDK). Anyone have any ideas

Clojure Box 1.1

2010-01-11 Thread Chris Jenkins
Hi, I downloaded Clojure Box 1.1 from here http://clojure.bighugh.com/, installed it and tried running it on Windows XP. Emacs starts ok and I get an *inferior-lisp* buffer but I see the following error message: user=> user=> java.lang.Exception: No such var: swank.swank/ignore-protocol-v

Another Clojure Box - Version 1.4 Fix!!!

2009-09-08 Thread Darmac
Hi, In the last version of ACB I make a mistake with SciTE version!! Thanks to all the people that have been using ACB from the very beginning that warn me that SciTE version wasn't the wright one. If you have download ACB1.4, please download SciTE.exe from this URL (http://www.teradepot.com/did

Re: Another Clojure Box - Version 1.4

2009-09-07 Thread Darmac
My response is inline too! > > Be sure that: > > - the REPL it's working fine (if it let you work normally then it's > > fine). > > I am not sure if I have found the REPL in the ACB yet. Is it the > WinCommand "Clojure 1.0" tab you are talking about? How do I setup ACB > the first time? Yes. Th

Re: Another Clojure Box - Version 1.4

2009-09-05 Thread Shantanu Kumar
I tried again following your checklist. My response is inline. > Be sure that: > - the REPL it's working fine (if it let you work normally then it's > fine). I am not sure if I have found the REPL in the ACB yet. Is it the WinCommand "Clojure 1.0" tab you are talking about? How do I setup ACB th

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
Yes, of course... You need clojure.properties and clojure-keywords.properties to make autocomplete work. But you need to change filter.clj=... for filter.lisp because the standard version of scite don't have a clojure lexer. You also need clojure.api (this is the key of autocomplete) If you can'

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread John Newman
Would I be able to achieve the auto-complete function with just a properties file, without having to recompile? On Fri, Sep 4, 2009 at 11:14 PM, Darmac wrote: > > John, > > If you want to use this version of SciTE in linux I can send you the > scite source and you will have to compile it. > If y

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
John, If you want to use this version of SciTE in linux I can send you the scite source and you will have to compile it. If you don't want to compile it I can send the properties files in order to use the lisp lexer with your standard scite version. Let me know what you want! On Sep 4, 12:06 p

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Darmac
Shantanu, The copy-to-REPL and execute-block-of-code works like this: 1- it copy the selected text in scite to a temp file inside \bin\scite \tools\SendCommand 2- call SendCommand.exe from the same folder 3- SendCommand will send the content of the temp file to the REPL, execute it and the delete

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread Shantanu Kumar
Not sure if I am the only one - I was not able to make the copy-to- REPL and execute-block-of-code work using the keyboard shortcuts mentioned on the URL, nor using any other method. I am using Windows XP 32-bit with JDK 1.6.0_16. I look forward to somebody correcting me what I am doing wrong. :-

Re: Another Clojure Box - Version 1.4

2009-09-04 Thread John Newman
I like Scite but I also use Linux. Any guidance on what steps I would need to take to port just the Scite part of ACV to linux? What specific config files? Thanks, On Fri, Sep 4, 2009 at 7:30 PM, Shantanu Kumar wrote: > > Not sure if I am the only one - I was not able to make the copy-to- > RE

Another Clojure Box - Version 1.4

2009-09-03 Thread Darmac
Hi, I just release version 1.4 of ACB. Changelog: ++ Customized version of SciTE 2.01. It's accept \n in tooltips and have a simple clojure lexer (don't use lisp lexer any more). ++ Better SciTE autocomplete (recognize ?,- and others keyword symbols) ++ Now you can resize file explorer in SciTE (

Re: Clojure box - loading book examples from "Programming Clojure"

2009-08-11 Thread cschep
great book. In case another total noob stumbles across this and needs help, this is what I did from start to finish to get Clojure Box up and running with the sample code for "Programming Clojure" by Stuart Halloway. (trying to help out the googlers) 1. Install Clojure Box! This is v

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-09 Thread Daniel
On Thu, Jul 9, 2009 at 1:56 AM, Mani wrote: > > Thanks Shawn, Robert. > From Robert's post, I am bit confused here. I also read that .emacs is > in %appdata% folder (vista), but all I see is .emacs.d folder (which I > guess is for the emacs server). I tried creating one "C-x C-f > ~/.emacs" - unde

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Robert Campbell
ra-classpaths "C:/Program Files/Clojure Box/clojure/clojure.jar") (add-to-list 'swank-clojure-extra-classpaths "C:/Program Files/Clojure Box/clojure-contrib/target/clojure-contrib-1.0-SNAPSHOT.jar") (add-to-list 'swank-clojure-extra-classp

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Shawn Hoover
On Wed, Jul 8, 2009 at 2:56 PM, Mani wrote: > > Thanks Shawn, Robert. > From Robert's post, I am bit confused here. I also read that .emacs is > in %appdata% folder (vista), but all I see is .emacs.d folder (which I > guess is for the emacs server). I tried creating one "C-x C-f > ~/.emacs" - und

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Mani
Robert? Is that all you have in your .emacs? I am looking to create one from scratch. I noticed that you have clojure / clojure-contrib jars in your .emacs, but what about slime/swank settings? won't they be overridden by Clojure Box -settings or other way - .emacs loading without slime/

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Mani
ld i just create a .emacs under %appdata%/.emacs.d OR right under %appdata%? thx again. On Jul 9, 2:13 am, Robert Campbell wrote: > 1. Here is my .emacs I use for Clojure Box to load the Jars and add > the proper paths to your classpath: > > (setq swank-clojure-extra-classpat

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Shawn Hoover
nt to do: >>> >>> 1) load all the code-examples and the related jar-files of the book - >>> when I load ClojureBox. >>> >> >> This requires putting the example source directly and all the jars into >> the Emacs Lisp variable swank-clojure-extra-cl

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Shawn Hoover
ll the code-examples and the related jar-files of the book - >> when I load ClojureBox. >> > > This requires putting the example source directly and all the jars into the > Emacs Lisp variable swank-clojure-extra-classpaths (or writing some code to > scoop them all up and gener

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Robert Campbell
1. Here is my .emacs I use for Clojure Box to load the Jars and add the proper paths to your classpath: (setq swank-clojure-extra-classpaths '()) (add-to-list 'swank-clojure-extra-classpaths "C:/Dev/clojure/clojure.jar") (add-to-list 'swank

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread Shawn Hoover
nk-clojure-extra-classpaths (or writing some code to scoop them all up and generate a value to put in a variable). See the Customization section of the README.rtf that installs with Clojure Box. There should be a shortcut in the Start menu. > 2) Where do I find the .emacs for Clojure Box? As

Re: Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread dumb me
anyone? Has anyone worked on Clojure box with the book examples? Last thing I tried was to load a single file (load-file "c:\emacs\code \examples\introduction.clj") and what I get is the last program in that file. thanks. On Jul 8, 2:55 pm, dumb me wrote: > Hi All, > >

Clojure box - loading book examples from "Programming Clojure"

2009-07-08 Thread dumb me
l the code-examples and the related jar-files of the book - when I load ClojureBox. 2) Where do I find the .emacs for Clojure Box? As I understand that I will have to modify this file to include the libraries/folder-path. I don't see one... 3) I have been trying t

Re: Another Clojure Box

2009-06-17 Thread e
; want to learn Clojure. > > What's wrong with the existing Clojure Box? well... nothing at all; > but if you are like me and want to avoid the complexity of learning a > new programming language in a new ide (for me) like emacs you may be > find this package usefull. > > Y

Re: Another Clojure Box

2009-06-17 Thread Emeka
Darmac, I use Scite Just edited it in order to run Clojure Repl(help help from this group). That's not great, it is ugly. I would like to use yours if it is as simple as Scite editor and pretty easy to install. Regards, Emeka --~--~-~--~~~---~--~~ You received

Another Clojure Box

2009-06-16 Thread Darmac
Hi, I have been experimenting with Clojure last two months and in my learning process I used several applications. So, I have made a package and want it to share it with everybody that want to learn Clojure. What's wrong with the existing Clojure Box? well... nothing at all; but if you are

Re: Weird Clojure Box - library issue

2009-05-29 Thread Shawn Hoover
On Tue, May 26, 2009 at 4:24 AM, hoeck wrote: > > > > On 20 Mai, 14:25, Shawn Hoover wrote: > > I can't help with COM, but this patch might help slime automatically > connect > > to the REPL on Windows XP: > http://bitbucket.org/shoover/clojure-box-swank-clo

Re: Exit from clojure box?

2009-05-27 Thread Muhammad Alkarouri
On 27/05/2009, Baishampayan Ghose wrote: .. > In the SLIME REPL, press , (comma) and then type 'quit' and press Enter. > > That'd close your REPL gracefully after which you can exit Emacs by > pressing C-x C-c. > > Regards, > BG > > -- Exactly what I wanted. Many thanks! Regards, Muhammad > Ba

Re: Exit from clojure box?

2009-05-27 Thread Baishampayan Ghose
> I have just started learning Clojure, and I found Clojure Box (http:// > clojure.bighugh.com/) to be an easy installation for that. > Unfortunately, I am not sure about the right way to exit from the > prompt. > After starting Clojure Box and using the prompt (possibly includin

Exit from clojure box?

2009-05-27 Thread Muhammad Alkarouri
Hi everyone, I have just started learning Clojure, and I found Clojure Box (http:// clojure.bighugh.com/) to be an easy installation for that. Unfortunately, I am not sure about the right way to exit from the prompt. After starting Clojure Box and using the prompt (possibly including loading and

Re: Weird Clojure Box - library issue

2009-05-26 Thread hoeck
On 20 Mai, 14:25, Shawn Hoover wrote: > I can't help with COM, but this patch might help slime automatically connect > to the REPL on Windows > XP:http://bitbucket.org/shoover/clojure-box-swank-clojuremq/src/tip/hack... Hi Shawn, thanks for this patch, now starting swank-cloj

Re: Weird Clojure Box - library issue

2009-05-20 Thread Shawn Hoover
this patch might help slime automatically connect to the REPL on Windows XP: http://bitbucket.org/shoover/clojure-box-swank-clojuremq/src/tip/hack-repl-hang --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clo

Re: Weird Clojure Box - library issue

2009-05-20 Thread martin_clausen
x27;t think my issues are related to other software. On May 20, 9:32 am, hoeck wrote: > On 19 Mai, 12:25, martin_clausen wrote: > > > > > I am trying to use the JACOB library with Clojure using Clojure Box. > > > I have added this to my .emacs: > > > (setq swank

Re: Weird Clojure Box - library issue

2009-05-20 Thread hoeck
On 19 Mai, 12:25, martin_clausen wrote: > I am trying to use the JACOB library with Clojure using Clojure Box. > > I have added this to my .emacs: > > (setq swank-clojure-library-paths (list "c:/dev/dlls")) > > c:/dev/dlls/ contains the jacob-1.14.3-x86.dll >

Weird Clojure Box - library issue

2009-05-19 Thread martin_clausen
I am trying to use the JACOB library with Clojure using Clojure Box. I have added this to my .emacs: (setq swank-clojure-library-paths (list "c:/dev/dlls")) c:/dev/dlls/ contains the jacob-1.14.3-x86.dll I have added a .clojure dir to my ~/ dir and that contains the jacob.jar At t

Re: Clojure Box

2009-03-16 Thread Shawn Hoover
On Mon, Mar 16, 2009 at 1:08 PM, Kyle R. Burton wrote: > > Clojure Box works well, I'd like to make a feature request: can you > add paredit [1]? Including it in the distribution (perhaps with it > disabled) would be great. > Good idea. It used to be packaged with clojur

Re: Clojure Box

2009-03-16 Thread Kyle R. Burton
Shawn, Clojure Box works well, I'd like to make a feature request: can you add paredit [1]? Including it in the distribution (perhaps with it disabled) would be great. Thanks for putting it together. Kyle [1] http://www.emacswiki.org/cgi-bin/wiki/Pa

Re: Clojure Box, alpha

2009-01-15 Thread bOR_
ge "No server editing > > buffers exist" > > The emacs that you start with the Clojure Box icon becomes a server, but it > has no clients waiting on it. If you later run c:\Program Files\Clojure > Box\emacs\emacs\bin\emacsclient.exe from the command line or as an editor >

Re: Clojure Box, alpha

2009-01-05 Thread Shawn Hoover
program. > > Currently if I try to C-x #, I get the message "No server editing > buffers exist" The emacs that you start with the Clojure Box icon becomes a server, but it has no clients waiting on it. If you later run c:\Program Files\Clojure Box\emacs\emacs\bin\emacsclient.e

Re: Clojure Box, alpha

2009-01-05 Thread bOR_
exist" On Nov 30 2008, 4:54 pm, Shawn wrote: > On Nov 23, 7:39 pm, "Shawn Hoover" wrote: > > > Here's a first pass at a Windows installer for a Clojure environment in > > Emacs:http://clojure.bighugh.com/clojure-box-r1109-setup.exe. > > There'

Re: Clojure Box, alpha

2008-11-30 Thread Shawn
On Nov 23, 7:39 pm, "Shawn Hoover" <[EMAIL PROTECTED]> wrote: > Here's a first pass at a Windows installer for a Clojure environment in > Emacs:http://clojure.bighugh.com/clojure-box-r1109-setup.exe. There's a new version up with a few tweaks. The most helpful ch

Re: Clojure Box, alpha

2008-11-24 Thread Shawn Hoover
log you're seeing, but perhaps there is a problem launching Clojure Box at the end of the installer. I'll try a tweak in the next version. Either way, I'm glad to hear it works for you. Shawn --~--~-~--~~~---~--~~ You received this message because you a

Re: Clojure Box, alpha

2008-11-24 Thread mosi
dialog? Your clojurebox Emacs runs great with swank, slime and closure. Thanx a lot! Best regards, mosi On Nov 24, 1:39 am, "Shawn Hoover" <[EMAIL PROTECTED]> wrote: > Here's a first pass at a Windows installer for a Clojure environment in > Emacs:http://clojure.bi

Re: Clojure Box, alpha

2008-11-23 Thread Dmitry Neverov
Great work! Thanks! 2008/11/24 Shawn Hoover <[EMAIL PROTECTED]>: > Here's a first pass at a Windows installer for a Clojure environment in > Emacs: http://clojure.bighugh.com/clojure-box-r1109-setup.exe. > > The general idea is that of the Lispbox: you simply install a

Clojure Box, alpha

2008-11-23 Thread Shawn Hoover
Here's a first pass at a Windows installer for a Clojure environment in Emacs: http://clojure.bighugh.com/clojure-box-r1109-setup.exe. The general idea is that of the Lispbox: you simply install and run this one thing, and you get a REPL and all the syntax and editing goodies from clojure

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread Shawn Hoover
On Fri, Nov 21, 2008 at 7:57 AM, Chouser <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 21, 2008 at 7:39 AM, Rich Hickey <[EMAIL PROTECTED]> wrote: > > > > I'm sure a lot of people will appreciate this, thanks, although I have > > to admit to a pang of sadness that tiny Clojure comes in a box 100x > >

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread blackdog
On Fri, 21 Nov 2008 07:57:16 -0500 Chouser <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 21, 2008 at 7:39 AM, Rich Hickey <[EMAIL PROTECTED]> > wrote: > > > > I'm sure a lot of people will appreciate this, thanks, although I > > have to admit to a pang of sadness that tiny Clojure comes in a box >

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread Chouser
On Fri, Nov 21, 2008 at 7:39 AM, Rich Hickey <[EMAIL PROTECTED]> wrote: > > I'm sure a lot of people will appreciate this, thanks, although I have > to admit to a pang of sadness that tiny Clojure comes in a box 100x > its size :( I would hate to discourage this in any way (or let my vim roots sh

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread Rich Hickey
On Nov 20, 7:49 pm, "Shawn Hoover" <[EMAIL PROTECTED]> wrote: > On Thu, Nov 20, 2008 at 8:27 AM, Daniel Renfer <[EMAIL PROTECTED]> wrote: > > perhaps what we need is a clojure-in-a-box solution. We could create a > > package containing a version of clojure, emacs, slime, swank-clojure, > > cloju

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread Dmitry Neverov
> The result so far packs all of the above features in a 46MB installer. I'm > willing to pursue finishing it (and possibly making it smaller) if it would > be useful to others and if I can find a place to put it up. Great! I look forward to use it! --~--~-~--~~~---~-

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread AlamedaMike
I would find it useful. Given the number of posts on this group concerning editor setups, I'd say that a lot of others would as well. Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-21 Thread Geoffrey Teale
2008/11/21 Boris Schmid <[EMAIL PROTECTED]> > > Nice!. As a newbie, I found lispbox one of the easiest ways to set up > a lisp + emacs on windows, so I think a clojurebox will be a good > thing for people. > > (although currently I'm just using ssh to get to my work and emacs -nw > from there.) >

Re: Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-20 Thread Boris Schmid
Nice!. As a newbie, I found lispbox one of the easiest ways to set up a lisp + emacs on windows, so I think a clojurebox will be a good thing for people. (although currently I'm just using ssh to get to my work and emacs -nw from there.) On 21 nov, 01:49, "Shawn Hoover" <[EMAIL PROTECTED]> wrote

Clojure Box (was Working combination of .emacs, Aquamacs, swank-clojure, clojure-mode?)

2008-11-20 Thread Shawn Hoover
On Thu, Nov 20, 2008 at 8:27 AM, Daniel Renfer <[EMAIL PROTECTED]> wrote: > perhaps what we need is a clojure-in-a-box solution. We could create a > package containing a version of clojure, emacs, slime, swank-clojure, > clojure-mode, and clojure-contrib. This could be as simple as a zip > file, b

  1   2   >