Re: Error with company-mode autocomplete

2016-03-19 Thread JvJ
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

Error with company-mode autocomplete

2016-03-19 Thread JvJ
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

Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Niels van Klaveren
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

Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Josh Kamau
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

Re: Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Niels van Klaveren
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

Autocomplete for new dependency - counterclockwise

2013-11-12 Thread Josh Kamau
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

[ANN] ac-nexus (Emacs Autocomplete Source for Sonatype Nexus Maven repository servers)

2013-08-29 Thread Jürgen Hötzel
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

Re: autocomplete

2009-12-10 Thread Meikel Brandmeyer
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

Re: autocomplete

2009-12-10 Thread Laurent PETIT
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

autocomplete

2009-12-10 Thread Mike
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