o-completion. However, the autocomplete never works.
> I get the following error each time:
>
>
> Error while checking syntax automatically: (void-function seq-find) [2
> times]
> eldoc error: (void-function seq-position)
>
>
> Does anyone know the cause of this or how it
I downloaded a new emacs config
(https://github.com/clojure-emacs/example-config), and it appears to be
using company for auto-completion. However, the autocomplete never works.
I get the following error each time:
Error while checking syntax automatically: (void-function seq-find) [2
After saving the edited project.clj, the dependencies should be downloaded,
placed in the local repository, and linked inside the Leiningen
Dependencies section of your project.
Be sure to check if the jar is inside the Leiningen Dependencies before
starting the REPL anew.
On Tuesday, November
Thanks. I had tried that. I guess i was doing something wrong.
Let me try again.
Josh
On Tue, Nov 12, 2013 at 4:53 PM, Niels van Klaveren <
niels.vanklave...@gmail.com> wrote:
> You only need to restart the REPL since the new library needs to be on the
> classpath.
>
>
> On Tuesday, November 12
You only need to restart the REPL since the new library needs to be on the
classpath.
On Tuesday, November 12, 2013 2:48:21 PM UTC+1, Josh Kamau wrote:
>
> Hi there ;
>
> I have a counterclockwise project on eclipse. I have just added a new
> library dependency to project.clj. What do i need t
Hi there ;
I have a counterclockwise project on eclipse. I have just added a new
library dependency to project.clj. What do i need to do so that the the
namespaces provided by the new library are available during autocomplet..
especially on the repl.
Regards.
Josh
--
--
You received this mes
Hi,
I did some work on emacs-nexus (A Nexus Client for Emacs: released two
years ago):
I added ac-nexus.el: An auto-complete source using the Nexus Rest API.
Using this source, you can complete Artifact/Version-IDs in Leiningen
project files.
See the github repository and README.md for details
Hi,
On Dec 10, 4:06 pm, Laurent PETIT wrote:
> If you want to rewrite from scratch, it's not very difficult, given that you
> have clojure.core/ns-* (e.g. ns-public ...) functions at your disposal "for
> free".
>
> The code in VimClojure is particularly clear, stable and complete, I guess
> (at
I was able to get this to
> work. I appreciate it!
>
> So we actually have a number of "scripting" languages we have done
> this with, such as Jython and SISC Scheme. We have a primitive
> autocomplete function, where given the line of input so far we can
> suggest ways t
primitive
autocomplete function, where given the line of input so far we can
suggest ways to complete the current term (end of the input line, or
the last cursor position). For instance, if the line was:
(def foobar (cons
and the user pressed "Tab" for autocomplete, I need to return
10 matches
Mail list logo