geiser-users
[Top][All Lists]
Advanced

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

Re: [Geiser-users] Auto complete with auto-complete


From: Matus Kmit
Subject: Re: [Geiser-users] Auto complete with auto-complete
Date: Fri, 16 Dec 2011 15:56:55 +0100

Sorry for the formatting. It got broken when sending the email.

On Fri, Dec 16, 2011 at 3:55 PM, Matus Kmit <address@hidden> wrote:
> Hi Jao
> My .emacs auto-complete configuration is as follows:
> ;; Autocomplete
> (add-to-list 'load-path "~/../site-lisp/auto-complete/")(require
> 'auto-complete-config)(add-to-list 'ac-dictionary-directories
> "~/../site-lisp/auto-complete//ac-dict")(ac-config-default); dirty fix
> for having AC everywhere(define-globalized-minor-mode
> real-global-auto-complete-mode  auto-complete-mode (lambda ()
>              (if (not (minibufferp (current-buffer)))
>          (auto-complete-mode 1))))(real-global-auto-complete-mode t)
>
> Thank youMatus
> On Fri, Dec 16, 2011 at 3:21 PM, Jose A. Ortega Ruiz <address@hidden> wrote:
>>
>> Hi Matus,
>>
>> On Fri, Dec 16 2011, Matus Kmit wrote:
>>
>>> Hello
>>>
>>> Auto-complete is working for me in the scheme buffers, but not in the
>>> geiser REPL. I set geiser-mode-company-p and geiser-repl-company-p to
>>> nil in the emacs customization buffer and also in .emacs init file,
>>> but still company auto complete in the repl.
>>
>> I've never used auto-complete, so i'm not sure what can be the problem.
>> Could you share your auto-complete configuration with us?
>>
>> Cheers,
>> jao
>> --
>> Outside of a dog, a book is a man's best friend: and inside a dog,
>> it's too dark to read.
>>  - Groucho Marx
>>



reply via email to

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