Beta: Preparing the release

0 views
Skip to first unread message

Meikel Brandmeyer

unread,
Aug 16, 2010, 6:14:47 PM8/16/10
to vimcl...@googlegroups.com
Dear vimming Clojurians,

another release candidate is ready. This time with beta status. I ironed out some more things, which were on the list for the next release. The tracker is now empty with scheduled items. So all requests are either in or (unfortunately) delayed.

I also added a ticket for the race condition: http://bitbucket.org/kotarak/vimclojure/issue/62/race-condition-in-nailgun
If someone finds out something: please add the info there.

Let me know any issues. If this goes smooth, we can hopefully get the release together with Vim 7.3 and Clojure 1.2.

The snapshots can be found here:
http://kotka.de/a4d4104349e704/server-2.2.0-SNAPSHOT.jar
http://kotka.de/a4d4104349e704/vimclojure-2.2.0-SNAPSHOT.zip
http://kotka.de/a4d4104349e704/vimclojure-nailgun-client-2.2.0-SNAPSHOT.zip

The jar is also on Clojars: vimclojure:server:2.2.0-SNAPSHOT

Sincerely
Meikel

Emeka

unread,
Aug 17, 2010, 3:20:47 AM8/17/10
to vimcl...@googlegroups.com
Meikel,

Thanks for your help. I would like to know if there is anybody using vimclojure on windows vista box? If yes,  please send me  your instruction guide.


Regards,
Emeka


--
You received this message because you are subscribed to the Google Groups "vimclojure" group.
To post to this group, send email to vimcl...@googlegroups.com.
To unsubscribe from this group, send email to vimclojure+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/vimclojure?hl=en.


Meikel Brandmeyer

unread,
Aug 17, 2010, 5:59:37 AM8/17/10
to vimclojure
Hi,

On 17 Aug., 09:20, Emeka <emekami...@gmail.com> wrote:

> Thanks for your help. I would like to know if there is anybody using
> vimclojure on windows vista box? If yes,  please send me  your instruction
> guide.

I use it on XP at work. The instructions are the same as for unix,
just replace ~/.vim with C:\Documents and Settings\<your-login>
\vimfiles. Or where ever your home directory lives on Vista. Unzip the
vimclojure zip into this folder. Make sure that the following settings
are contained in C:\Documents and Settings\<your-login>\_vimrc.

set nocompatible
syntax on
filetype plugin indent on

Start vim and run ":helptags ~\vimfiles\doc" to index the online help.
This should be enough to get you up and running.

Setting up the interactive server also requires installing the client.
Put the ng.exe contained in the nailgun-client zip where you file
comfortable (eg. in vimfiles\bin). Add the following lines to your
_vimrc: (Note the single quotes! Not double!)

let vimclojure#NailgunClient = 'C:\Documents and Settings\<your-login>
\vimfiles\bin\ng.exe'
let vimclojure#WantNailgun = 1

Put the server.jar in your classpath and start the nailgun server:

java -cp <your-classpath-setting-here-including-server.jar>
vimclojure.nailgun.NGServer 127.0.0.1

or start the server from within your application via vimclojure.nails/
start-server-thread. It will start a server in a daemon thread. So it
will exit when all your main threads stop.

Please consult the online documentation accessible via ":help clojure"
from within Vim (after the helptags step above) for more information.
But be aware that there might be some glitches in the docs at the
moment, that I have to iron out before the release.

Hope that helps.

Sincerely
Meikel

Emeka

unread,
Aug 17, 2010, 11:52:46 AM8/17/10
to vimcl...@googlegroups.com

When I tried ":helptags ~\vimfiles\doc", I got the below
~
~
~
~
~
~                              VIM - Vi IMproved
~
~                                 version 7.3
~                           by Bram Moolenaar et al.
~                 Vim is open source and freely distributable
~
~                        Become a registered Vim user!
~                type  :help register<Enter>   for information
~
~                type  :q<Enter>               to exit
~                type  :help<Enter>  or  <F1>  for on-line help
~                type  :help version7<Enter>   for version info
~
~
~
~
~
~
E151: No match: C:\Documents and Settings\Administrator\vimfiles\doc\*
Press ENTER or type command to continue

Below is my directory tree.

C:\Documents and Settings\Administrator>dir
 Volume in drive C is System
 Volume Serial Number is 1087-25CB

 Directory of C:\Documents and Settings\Administrator

08/17/2010  04:45 PM    <DIR>          .
08/17/2010  04:45 PM    <DIR>          ..
07/07/2009  04:52 PM    <DIR>          Favorites
08/17/2010  03:50 PM    <DIR>          vimfiles
08/17/2010  04:45 PM             1,629 _viminfo
08/17/2010  03:55 PM               939 _vimrc
               

Regards,
Emeka

Sincerely
Meikel

Meikel Brandmeyer

unread,
Aug 17, 2010, 1:15:36 PM8/17/10
to vimcl...@googlegroups.com
Hi

Am 17.08.2010 um 17:52 schrieb Emeka:

> E151: No match: C:\Documents and Settings\Administrator\vimfiles\doc\*
> Press ENTER or type command to continue

Did you unzip the vimclojure zip file into the vimfiles directory?

Sincerely
Meikel

Emeka

unread,
Aug 17, 2010, 2:15:27 PM8/17/10
to vimcl...@googlegroups.com

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd vimfiles

C:\Documents and Settings\Administrator\vimfiles>dir
 Volume in drive C is System
 Volume Serial Number is 1087-25CB

 Directory of C:\Documents and Settings\Administrator\vimfiles

08/17/2010  03:50 PM    <DIR>          .
08/17/2010  03:50 PM    <DIR>          ..
08/17/2010  03:50 PM    <DIR>          colors
08/17/2010  03:50 PM    <DIR>          compiler
08/17/2010  03:50 PM    <DIR>          doc
08/17/2010  03:50 PM    <DIR>          ftdetect
08/17/2010  03:50 PM    <DIR>          ftplugin
08/17/2010  03:50 PM    <DIR>          indent
08/17/2010  03:50 PM    <DIR>          keymap
08/17/2010  03:50 PM    <DIR>          plugin
08/17/2010  03:50 PM    <DIR>          syntax
08/17/2010  12:24 PM    <DIR>          vimclojure-2.1.2
               0 File(s)              0 bytes
              12 Dir(s)  17,610,645,504 bytes free


The doc folder  is empty .

Regards,
Emeka

Sincerely
Meikel

Emeka

unread,
Aug 17, 2010, 2:22:46 PM8/17/10
to vimcl...@googlegroups.com

I noticed a file called _viminfo in the user directory.

# This viminfo file was generated by Vim 7.3.
# You may edit it if you're careful!

# Value of 'encoding' when this file was written
*encoding=latin1


# hlsearch on (H) or off (h):
~h
# Command Line History (newest to oldest):
:q
:helptags~\vimfiles\doc
:hepltags~\vimfiles\doc

# Search String History (newest to oldest):

# Expression History (newest to oldest):

# Input Line History (newest to oldest):

# Input Line History (newest to oldest):

# Registers:

# File marks:
'0  24  0  ~\Desktop\README.txt

# Jumplist (newest first):
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt
-'  1  0  ~\Desktop\README.txt
-'  24  0  ~\Desktop\README.txt

# History of marks within files (newest to oldest):

> ~\Desktop\README.txt
" 24 0

Drew Vogel

unread,
Aug 17, 2010, 2:33:03 PM8/17/10
to vimcl...@googlegroups.com
You will notice that the directories inside the zip file are named the same as the directories in your vimfiles directory. The files in the zip should be unzipped directly into the vimfiles directory. So the doc\ directory in the zip file should be unzipped so that it is vimfiles\doc\

Meikel Brandmeyer

unread,
Aug 17, 2010, 3:07:01 PM8/17/10
to vimcl...@googlegroups.com
Hi,

Am 17.08.2010 um 20:15 schrieb Emeka:

> 08/17/2010 12:24 PM <DIR> vimclojure-2.1.2

You are using 2.1.2 release. I'm talking about the release candidate for 2.2.0, which you can get from the links in the first email of this thread.

Sincerely
Meikel


Emeka

unread,
Aug 17, 2010, 3:10:42 PM8/17/10
to vimcl...@googlegroups.com
Okay ... thanks for that pointer.

Regards,
Emeka


Sincerely
Meikel


Reply all
Reply to author
Forward
0 new messages