Re: auto-complete mode
Hi Raymond, Hi Noguchi,
Since Noguchi is using LispWorks 7, I believe this note on Edi's website is relevant:
> Symbol completion is divided into two editor commands. The "outer" command is "Indent And Complete Symbol" which tries to indent the current line and only performs completion if the line hasn't changed. I have bound this command to the TAB key in my init file, so I can use TAB for both indentation and completion. (In LispWorks 7.0 the editor command "Indent Selection or Complete Symbol" was introduced, so you probably no longer need my workaround.)
Best,
Cam
> On 15 Aug 2017, at 12:40, Raymond Wiker <rwiker@gmail.com> wrote:
>
> I think lw-add-ons (http://weitz.de/lw-add-ons/) has what you want, in the form of the command "Indent And Complete Symbol". I have this bound to <Tab>, via the form
>
> (editor:bind-key "Indent and Complete Symbol" #\Tab)
>
> in my .lispworks file.
>
> Note: the default binding for <Tab> seems to be "Indent Selection or Complete Symbol", which may or may not be closer to what you want.
>
>
> On Tue, Aug 15, 2017 at 11:38 AM, Noguchi Hiroki <padds1st@gmail.com> wrote:
> Hi,
>
> I use Emacs for editing cl codes.
> I use auto-complete mode with Slime.
> When I type the first letters of the symbol, Emacs gives some options to reduce typing to the end.
> Is there a plugin that works like auto-complete on Lispworks?
> I use Lispworks Windows HobbyistDV version on Windows 10.
> I'd appreciate your help.
>
> - Hiroki
>
_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html