Search Discussions
-
I didn't know about this, but there appears to be a real profiler built in to Emacs now (24.3). Just profiler-start, profiler-report, profiler-stop and it will tell you where time is being spent. I ...
Aemon Cannon
May 3, 2014 at 6:31 pm
May 3, 2014 at 8:49 pm -
I created a Wiki page here: https://github.com/ensime/ensime-src/wiki/Known-bugs-and-ideas-for-new-features . The idea is to attract new contributors with a list of easy projects. Feel free to add to ...
Eric Daniel
May 2, 2014 at 5:56 am
May 2, 2014 at 5:56 am -
After the resent repository transfer, the user manual from the GitHub repo README are broken. The link to the user manual goes to http://aemoncannon.github.com/ensime/index.html, which now returns a ...
Mark Schaake
Apr 29, 2014 at 2:06 pm
Apr 29, 2014 at 2:06 pm -
I've been working lately on adding support to Ensime for Scala 2.11. I'm not finished yet but things are finally starting to come together. Here's a quick look at what I'm working on. - Support for ...
Marc Saegesser
Apr 28, 2014 at 1:47 pm
Apr 29, 2014 at 8:21 pm -
Hi all, My impression of ENSIME when I discovered it last week was that it was pretty much dead. However, further investigation led me to realise that development is still active, albeit slowed, ...
Sam Halliday
Apr 26, 2014 at 1:38 pm
Apr 26, 2014 at 4:33 pm -
Hi all, I noticed that a few people are keeping wishlists for ensime. I was wondering if it would make sense to use the github issue tracker for this sort of thing? I have a bunch of wishes myself, ...
Sam Halliday
Apr 24, 2014 at 4:56 pm
Apr 28, 2014 at 12:06 am -
Hi all, I have a module ("thing") which depends on a module called "utils". In the utils module is an object called Zip. However, when I do an "ensime-search Zip" I get a load of hits in dependency ...
Sam Halliday
Apr 23, 2014 at 12:49 pm
Apr 23, 2014 at 12:49 pm -
Hi all, I realise (until the feature mentioned in another thread is complete) that I need to provide a references-source-roots entry for the sources of my dependencies, on a per-module basis ...
Sam Halliday
Apr 22, 2014 at 10:12 pm
Apr 22, 2014 at 10:12 pm -
Hi all, What is the status of support for Java integration? I added a few java reference source directories to my project and I am not able to use M-. to navigate to their source code... am I doing ...
Sam Halliday
Apr 22, 2014 at 10:12 pm
Apr 22, 2014 at 10:12 pm -
Hi all, I am just trying out ensime as an alternative to IntelliJ (I'm very happy with IntelliJ, but I'm a long time Emacs user so the possibility of using Emacs for Scala development excites me!) I ...
Sam Halliday
Apr 20, 2014 at 2:03 pm
Apr 27, 2014 at 7:44 pm -
Hi, I've used Ensime for Emacs for quite a long time and much prefer it over any big IDE. I was wondering if there is anything that is suitably small for a n00b to bite off in terms of helping out ...
Wille Faler
Apr 18, 2014 at 2:56 pm
Apr 24, 2014 at 6:03 pm -
Hi List, are there actually people doing Android development with Emacs/ENSIME (and maybe Scaloid or so)? Are there any special setup/configuration considerations? How does it compare to the ...
Tjolitz
Apr 14, 2014 at 6:59 pm
Apr 14, 2014 at 6:59 pm -
Hi List, I noticed that ENSIME's core developer is currently not very active while there are new and recent commits and bugfixes in forked repos. What would be the state-of-the-art github repo to ...
Tjolitz
Apr 14, 2014 at 6:53 pm
Apr 15, 2014 at 12:18 am -
I'm pretty new to all this but I got sbt working fine and I got yasnippet scala-mode in my emacs from grabbing someone's .emacs file off the net and I have ensime installed. I was punching M-x ensime ...
Ronald Reynolds
Jan 21, 2014 at 3:18 pm
Jan 21, 2014 at 3:53 pm -
1) Launch sbt from within Ensime (C-c C-b s). 2) Launch console. 3) Type in a command that causes output to be displayed to the console asynchronously. For example, type in a command that sends a ...
Clint Miller1
Dec 19, 2013 at 12:17 am
Dec 19, 2013 at 9:37 pm -
Hello all, Following the instructions in the readme at https://github.com/aemoncannon/ensime, after installing scala-mode2 and the ensime server I added the following line to my project/plugins.sbt ...
Nabil Hassein
Nov 7, 2013 at 4:41 pm
Nov 7, 2013 at 9:48 pm -
I set the Xmx to 512MB, the java process eats about 1.2GB memory. I dump the head and use eclipse memory analyze tool. It tells the head is just 129MB. So, where does other memory go? -- You received ...
Jilen Zhang
Oct 28, 2013 at 1:25 am
Nov 27, 2013 at 1:46 am -
I'm fairly new to using ensime so forgive me... Is it possible to debug tests using ensime? If it is any pointers would be greatly appreciated... I suspect I can by launching the debugger and calling ...
Leo Dangelo
Oct 18, 2013 at 8:12 pm
Oct 18, 2013 at 8:12 pm -
I am using: Starting up Ensime... Environment: OS : Linux Java : Java HotSpot(TM) 64-Bit Server VM 23.25-b01, Java(TM) SE Runtime Environment 1.7.0_25-b15 Scala : version 2.10.0 Ensime : 0.9.8.9 I ...
Richard emberson
Sep 2, 2013 at 6:41 pm
Sep 2, 2013 at 6:41 pm -
Hi All, I've recently came across this tweet<https://twitter.com/wfaler/status/357951586892398592 and decided to take action. I've created the ENSIME organization<https://github.com/ensime on GitHub, ...
Rajish
Aug 16, 2013 at 12:07 am
Oct 31, 2013 at 12:54 pm -
For the command: swank:debug-list-breakpoints in the manual there is no mention of "active" or "pending" breakpoints, but both the elisp and Scala code have ":active" and ":pending" as part of the ...
Richard emberson
May 27, 2013 at 9:13 pm
May 27, 2013 at 9:13 pm -
I have two different Ensime config files for the some project (I can select which one I wish to use). The first is auto-generated using the ensime sbt plugin. The second config file I wrote by hand ...
Richard emberson
May 23, 2013 at 3:19 am
May 23, 2013 at 3:19 am -
I was having this problem launching the ENSIME server. Through a series of searches I came across this link: http://lists.common-lisp.net/pipermail/slime-devel/2012-November/018677.html The person ...
N J L Benn
May 19, 2013 at 12:23 am
May 19, 2013 at 12:23 am -
Hi, I played with 0.13.0-M1 sbt release and adapted ensime plugin to this new version, also fixed some deprecation warnings. Don't know if this worth creation of separate branch in original repo ...
Dmitry Bushev
Apr 17, 2013 at 10:26 am
Sep 26, 2013 at 10:40 am -
Hi, I am just messing around with ensime, using viml python. For starters i implemented hover using symbol-at-point ( which works fairly ok ) which i later realized should be implemented with ...
User001
Mar 21, 2013 at 8:13 am
Jun 3, 2013 at 3:57 am -
In http://aemoncannon.github.com/ensime/index.html there is: :target The root of the class output directory. Arguments: String: directory :target The root of the test class output directory ...
Richard emberson
Mar 16, 2013 at 11:23 pm
Mar 16, 2013 at 11:23 pm -
Something curious When one uses inspect-type-at-point which calls scalaCompiler.askInspectTypeAt one gets back the normal class/interface hierarchy plus the implicits. But, when uses ...
Richard emberson
Mar 15, 2013 at 4:05 am
Apr 14, 2013 at 6:38 pm -
I'd swear that I downloaded ensime_2.10.0-0.9.8.5.tar.gz from https://github.com/aemoncannon/ensime/downloads but now its not there any more. What happened? Thanks? -- Quis custodiet ipsos custodes ...
Richard emberson
Mar 15, 2013 at 12:15 am
Mar 15, 2013 at 4:17 pm -
Hi , i'm working in a Java/Scala project, on both java and scala files many things work fine, typecheck, import .. however in java files code completion works only for imports , if i try to have ...
Luigi Antonini
Mar 10, 2013 at 10:28 am
Mar 10, 2013 at 8:35 pm -
Hello, I am using ensime built from source, with emacs 24.2.1. I am creating a 2.10 project with ensime-sbt-cmd 0.1.1. After M-x ensime, C-c C-v s opens the ensime-sbt buffer, but apparently the sbt ...
AM
Mar 2, 2013 at 11:31 pm
Mar 3, 2013 at 12:26 am -
4
InSynth
Hi Aemon, all, Just stumble across this : http://lara.epfl.ch/w/insynth Did you know about it ? -- Grégoire Neuville -- You received this message because you are subscribed to the Google Groups ...Grégoire Neuville
Feb 28, 2013 at 4:28 pm
Mar 1, 2013 at 4:51 am -
Hello everyone, i'm new to this group and to Ensime, after years of java/scala development with full IDE's , Eclipse and Netbeans, i'm trying some texteditor with some scala tools. So i tried ensime ...
Luigi Antonini
Feb 22, 2013 at 8:55 am
Sep 24, 2013 at 10:57 am -
Hi, I just downloaded ensime and am testing it out on some simple files. I notice that triple quoted strings do not parse and highlight correctly in emacs: val s = """foo " bar """ // it thinks this ...
Rob Nikander
Dec 25, 2012 at 2:39 pm
Dec 25, 2012 at 5:22 pm -
I'm connecting ensime to a scala play 2.0.4 application, and last night emacs froze twice as I was tabbing for an autocomplete. After I killed the ensime process (linux), emacs unfroze. I was ...
Alexandros Bantis
Dec 11, 2012 at 4:54 pm
Dec 24, 2012 at 2:29 am -
In the Ensime Manual method-bytecode Example Return: Example Call: (:swank-rpc (swank:method-bytecode "hello.scala" 12) 42) Example Return: (:return (:ok t) 42) It should be something like: (:return ...
Richard emberson
Oct 18, 2012 at 10:38 pm
Dec 6, 2012 at 5:32 am -
In the Ensime Manual debug-list-breakpoints Example Return is: Example Call: (:swank-rpc (swank:debug-list-breakpoints) 42) Example Return: (:return ((:file "hello.scala" :line 1) (:file ...
Richard emberson
Oct 18, 2012 at 10:29 pm
Dec 6, 2012 at 5:33 am -
The Ensime Manual has: Example Call: (:swank-rpc (swank:cancel-refactor 1) 42) Example Return: (:return (:ok t)) but should it not be: (:return (:ok t) 42) Richard -- Quis custodiet ipsos custodes
Richard emberson
Oct 18, 2012 at 9:19 pm
Dec 6, 2012 at 5:31 am -
In the Ensime User Manual, the background-message example syntax is not correct: (:background-message "Initializing Analyzer. Please wait...") A background-message also include an EventCode ...
Richard emberson
Oct 16, 2012 at 8:23 pm
Dec 6, 2012 at 5:30 am -
In the ENSIME file server/Analyzer.scala, the case handling ReloadFilesReq, if there are only Java files then NO reply is generated. project ! RPCResultEvent(toWF(true), callId) is called ONLY if ...
Richard emberson
Oct 16, 2012 at 1:03 am
Dec 11, 2012 at 3:37 pm -
I really like ENSIME, but in my experience its features lag behind the Eclipse plugin. For example, the last time I used ENSIME, the import resolution feature was a little broken. Is this a fair ...
Eric Christiansen
Oct 12, 2012 at 10:03 pm
Oct 13, 2012 at 7:08 pm -
On the webpage: http://aemoncannon.github.com/ensime/index.html in the section: 3.3 Config File Format the keyword :name is listed twice: :name The short identifier for your project. Should be the ...
Richard emberson
Oct 11, 2012 at 9:03 pm
Dec 6, 2012 at 5:30 am -
When my .ensime file contains a :formatting-prefs with the keyword :alignSingleLineCaseStatements_maxArrowIndent, Ensime fails to parse it. I note in org/ensime/util/SExp.scala that the regex for ...
Richard emberson
Oct 10, 2012 at 5:10 pm
Oct 10, 2012 at 5:10 pm -
I send :disable-index-on-startup nil to the Ensime server and see in the log file: Configuration Format Error: Expecting a nil or t value at key: :disable-index-on-startup Should ProjectConfig.scala ...
Richard emberson
Oct 9, 2012 at 10:01 pm
Dec 6, 2012 at 5:38 am -
I noted on the ensime webpage: http://aemoncannon.github.com/ensime/index.html in the area that covers the swank protocol that it seems that some symbols can start with a "'". For example ...
Richard emberson
Oct 7, 2012 at 9:58 pm
Dec 6, 2012 at 5:25 am -
Sorry - my mistake. I meant `bin/server`.
Rajish
Sep 10, 2012 at 7:08 am
Sep 10, 2012 at 8:49 am
Group Overview
group | ensime |
categories | scala |
discussions | 45 |
posts | 167 |
users | 33 |
website | github.com... |
irc | #scala |