[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is intellisense features integration in Emacs technically possible?
From: |
Phillip Lord |
Subject: |
Re: Is intellisense features integration in Emacs technically possible? |
Date: |
Wed, 22 Jan 2014 17:29:15 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> A better way is to build on the hard work of other and interface
>> emacs with an external tool.
>
> Personally, I think implementing such features via external programs
> is a terrible design. It will never be smooth and responsive enough,
> and on top of that you'd need to track development of those other
> tools. And what if they become abandoned some day?
I think that it depends on the language. Introspecting over, for
example, Java would require an awful of elisp, which would be difficult
to write. Getting Java to do this work is quite a lot less effort.
Hence, the JDEEs use of Java for this (via bsh). Likewise, Clojure and
Scala both of which use their own language to do much of the work. Or
for that matter, common lisp with slime/swank. Or even, for that matter,
English with aspell. I didn't have a problem with responsiveness with
any of these.
Phil
- Re: Is intellisense features integration in Emacs technically possible?, (continued)
- Re: Is intellisense features integration in Emacs technically possible?, David Engster, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Dmitry Gutov, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, David Engster, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Óscar Fuentes, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, David Engster, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Andreas Röhler, 2014/01/21
- Re: Is intellisense features integration in Emacs technically possible?, Eli Zaretskii, 2014/01/21
- Re: Is intellisense features integration in Emacs technically possible?, Stephen J. Turnbull, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Eli Zaretskii, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Stephen J. Turnbull, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?,
Phillip Lord <=
- Re: Is intellisense features integration in Emacs technically possible?, Jorgen Schaefer, 2014/01/22
- Re: Is intellisense features integration in Emacs technically possible?, Andreas Röhler, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Jorgen Schaefer, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Phillip Lord, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Stefan Monnier, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Jorgen Schaefer, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Stefan Monnier, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Jorgen Schaefer, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Stefan Monnier, 2014/01/23
- Re: Is intellisense features integration in Emacs technically possible?, Jorgen Schaefer, 2014/01/24