chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Auto CompletionProblems


From: ipcore
Subject: Re: [Chicken-users] Auto CompletionProblems
Date: Sat, 3 Aug 2019 14:49:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hi,

Geiser+company should work fine (though it can be very slow with a busy namespace), so I assume something isn't correct in your setup. A couple of things to check/note:

1) You only ever get auto-completion for the things you have loaded/imported in the geiser repl.

2) Is company mode active?

3) Did you install apropos and chicken-doc, and populated the documentation database with
$ cd `csi -R chicken.platform -p '(chicken-home)'`
$ curl https://3e8.org/pub/chicken-doc/chicken-doc-repo-5.tgz | sudo tar zx
4) Not sure why you need jedi? That's for python, no?


On 8/2/19 10:19 AM, EfraimVagner via Chicken-users wrote:
On Friday, August 2, 2019 11:17 AM, EfraimVagner via Chicken-users 
<address@hidden> wrote:

Hi,
So I'm working on a small project to learn Chicken Scheme. I'm using Emacs + 
Geiser.
1. I have an issue that when using coops's classes, I don't get auto-completion 
to classes varibles, for example:

(define-class <class> () [(var 0)])
(define-method (method (class <class>))
   ;; When typing here (slot-value class 'var) the var won't autocomplete
)

2. When importing eggs, I don't get any completion. For example after importing 
coops, define-class and slot-value won't auto-complete. (I believe that if I 
were to import my own files, it would still won't work)

3. In the Geiser REPL itself, I have no auto-complete at all.

I'm using company and jedi as my auto-completion tools, does anyone know how to 
fix this? Thanks!

I forgot 4. No auto completion to built in functions, like print, lambda and 
etc.


_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]