- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Ensime stops on java files..
Sat, 2011-02-26, 21:14
Hi!
I am new to Emacs and have done the switch for the awesome ENSIME
mode.
However, when I use the Control + left mouse navigation, as soon as it
leads me to a java file, I'm no longer in the ENSIME mode.. and
productivity stops :(
If anyone can help me with that.. I'll dedicate him my next coffee!
Stephane
Sat, 2011-02-26, 22:07
#2
Re: Ensime stops on java files..
That's where my knowledge stops.
I'll search in internet land, however, some help would reduce the
burden :)
On 26 fév, 21:55, Aemon Cannon wrote:
> I need to add this to the docs, but try just adding ensime to the
> auto-mode list for java files. This will also give you java error
> highlighting.
>
>
>
>
>
>
>
> On Saturday, February 26, 2011, sledorze wrote:
> > Hi!
>
> > I am new to Emacs and have done the switch for the awesome ENSIME
> > mode.
> > However, when I use the Control + left mouse navigation, as soon as it
> > leads me to a java file, I'm no longer in the ENSIME mode.. and
> > productivity stops :(
>
> > If anyone can help me with that.. I'll dedicate him my next coffee!
>
> > Stephane
Sat, 2011-02-26, 22:17
#3
Re: Ensime stops on java files..
I'v done it that way near the scala ones:
(add-to-list 'auto-mode-alist '("\\.java\\'" . scala-mode))
(modify-coding-system-alist 'file "\\.java$" 'utf-8)
I'm in the ensime mode;
however I'm no more connected..
(I am navigating to java projects outside my root project)
How to fix that?
Thanks for your help!
Stephane
On 26 fév, 22:04, sledorze wrote:
> That's where my knowledge stops.
> I'll search in internet land, however, some help would reduce the
> burden :)
>
> On 26 fév, 21:55, Aemon Cannon wrote:
>
>
>
>
>
>
>
> > I need to add this to the docs, but try just adding ensime to the
> > auto-mode list for java files. This will also give you java error
> > highlighting.
>
> > On Saturday, February 26, 2011, sledorze wrote:
> > > Hi!
>
> > > I am new to Emacs and have done the switch for the awesome ENSIME
> > > mode.
> > > However, when I use the Control + left mouse navigation, as soon as it
> > > leads me to a java file, I'm no longer in the ENSIME mode.. and
> > > productivity stops :(
>
> > > If anyone can help me with that.. I'll dedicate him my next coffee!
>
> > > Stephane
Sun, 2011-02-27, 01:47
#4
Re: Ensime stops on java files..
Ah, that's the problem. Ensime does not currently support external
projects. Sorry about that!
On Saturday, February 26, 2011, sledorze wrote:
> I'v done it that way near the scala ones:
> (add-to-list 'auto-mode-alist '("\\.java\\'" . scala-mode))
> (modify-coding-system-alist 'file "\\.java$" 'utf-8)
>
> I'm in the ensime mode;
> however I'm no more connected..
> (I am navigating to java projects outside my root project)
>
> How to fix that?
>
> Thanks for your help!
>
> Stephane
>
> On 26 fév, 22:04, sledorze wrote:
>> That's where my knowledge stops.
>> I'll search in internet land, however, some help would reduce the
>> burden :)
>>
>> On 26 fév, 21:55, Aemon Cannon wrote:
>>
>>
>>
>>
>>
>>
>>
>> > I need to add this to the docs, but try just adding ensime to the
>> > auto-mode list for java files. This will also give you java error
>> > highlighting.
>>
>> > On Saturday, February 26, 2011, sledorze wrote:
>> > > Hi!
>>
>> > > I am new to Emacs and have done the switch for the awesome ENSIME
>> > > mode.
>> > > However, when I use the Control + left mouse navigation, as soon as it
>> > > leads me to a java file, I'm no longer in the ENSIME mode.. and
>> > > productivity stops :(
>>
>> > > If anyone can help me with that.. I'll dedicate him my next coffee!
>>
>> > > Stephane
Sun, 2011-02-27, 01:57
#5
Re: Ensime stops on java files..
Thanks for letting us know.. :)
On Sun, Feb 27, 2011 at 1:39 AM, Aemon Cannon <aemoncannon@gmail.com> wrote:
--
Stéphane Le Dorze
Tel: +33 (0) 6 08 76 70 15
On Sun, Feb 27, 2011 at 1:39 AM, Aemon Cannon <aemoncannon@gmail.com> wrote:
Ah, that's the problem. Ensime does not currently support external
projects. Sorry about that!
On Saturday, February 26, 2011, sledorze <stephane.ledorze@gmail.com> wrote:
> I'v done it that way near the scala ones:
> (add-to-list 'auto-mode-alist '("\\.java\\'" . scala-mode))
> (modify-coding-system-alist 'file "\\.java$" 'utf-8)
>
> I'm in the ensime mode;
> however I'm no more connected..
> (I am navigating to java projects outside my root project)
>
> How to fix that?
>
> Thanks for your help!
>
> Stephane
>
> On 26 fév, 22:04, sledorze <stephane.ledo...@gmail.com> wrote:
>> That's where my knowledge stops.
>> I'll search in internet land, however, some help would reduce the
>> burden :)
>>
>> On 26 fév, 21:55, Aemon Cannon <aemoncan...@gmail.com> wrote:
>>
>>
>>
>>
>>
>>
>>
>> > I need to add this to the docs, but try just adding ensime to the
>> > auto-mode list for java files. This will also give you java error
>> > highlighting.
>>
>> > On Saturday, February 26, 2011, sledorze <stephane.ledo...@gmail.com> wrote:
>> > > Hi!
>>
>> > > I am new to Emacs and have done the switch for the awesome ENSIME
>> > > mode.
>> > > However, when I use the Control + left mouse navigation, as soon as it
>> > > leads me to a java file, I'm no longer in the ENSIME mode.. and
>> > > productivity stops :(
>>
>> > > If anyone can help me with that.. I'll dedicate him my next coffee!
>>
>> > > Stephane
--
Stéphane Le Dorze
Tel: +33 (0) 6 08 76 70 15
I need to add this to the docs, but try just adding ensime to the
auto-mode list for java files. This will also give you java error
highlighting.
On Saturday, February 26, 2011, sledorze wrote:
> Hi!
>
> I am new to Emacs and have done the switch for the awesome ENSIME
> mode.
> However, when I use the Control + left mouse navigation, as soon as it
> leads me to a java file, I'm no longer in the ENSIME mode.. and
> productivity stops :(
>
> If anyone can help me with that.. I'll dedicate him my next coffee!
>
> Stephane
>
>