Re: [julia-users] Re: Indentation in emacs ESS julia-mode

2014-01-08 Thread Ista Zahn
You might try asking on the ess mailing list. Best, Ista On Wed, Jan 8, 2014 at 4:13 PM, Jordan Meyer wrote: > Anyone? > > > On Monday, November 25, 2013 2:04:53 AM UTC-5, Jordan Meyer wrote: >> >> I'm just getting started with Julia, and playing around with editing >> scripts in julia-mode from

Re: [julia-users] Re: Sending text back and forth between Julia and R

2014-02-05 Thread Ista Zahn
On a related note, emacs users can enjoy a very nice literate programming system that supports Julia using org-mode and ess. See https://github.com/gjkerns/ob-julia/blob/master/ob-julia-doc.org Best, Ista On Wed, Feb 5, 2014 at 5:57 AM, Simon Byrne wrote: > It would be great to recreate knitr-st

Re: [julia-users] IDE for Julia

2015-09-02 Thread Ista Zahn
I've also been looking for a package for interacting with Jupyter from Emacs. Currently in Emacs land we have EIN[1] and ob-ipython[2]. The ob-ipython dev appears willing to add support for other jupyter backends but needs help[3]. https://github.com/gregsexton/ob-ipython/issues/9. Support in EIN i

Re: [julia-users] Re: emacs IJulia notebook?

2015-09-07 Thread Ista Zahn
This is great! Can you list the steps required to get this working? Thanks, Ista On Sep 5, 2015 6:07 PM, "Maxwell Peterson" wrote: > I have just spent a few hours getting past this error and this thread is a > top google result, so I am adding my fix: > > I had the same issue as Andrew. First, n

Re: [julia-users] Emacs, ESS and julia-mode

2015-09-18 Thread Ista Zahn
ob-julia works for me, with Julia 0.3.11. I haven't tried 0.4 yet.

Re: [julia-users] ESS and autocompletion for Julia

2015-10-27 Thread Ista Zahn
It works for me with the company backend. Haven't tried the autocomplete backend recently. I think ESS prefers the company backend, so just installing and loading the company package may be enough. Note that for completions to work you need to have an inferior julia process running, and the Julia

Re: [julia-users] ESS and autocompletion for Julia

2015-10-27 Thread Ista Zahn
e only > the contents from the Base (some types and functions) and can't complete my > own functions and objects. Also, for example, 'func' completes to > 'functionloc'. Is this the desired behaviour? > > Best, > Ivan > > вторник, 27 октября 2015 г., 15:38:

Re: [julia-users] Grouping - Dataframes

2015-02-22 Thread Ista Zahn
I believe this is covered in the DataFrames.jl documentation at http://dataframesjl.readthedocs.org/en/latest/split_apply_combine.html. Best, Ista On Feb 22, 2015 3:07 PM, "Philip Sivyer" wrote: > Hi > Is it possible to summarize data in a data frame eg > > Col1 Col2 > A 2 > A

Re: [julia-users] Re: emacs ess julia trouble

2015-03-24 Thread Ista Zahn
On Tue, Mar 24, 2015 at 5:07 AM, Boris Kheyfets wrote: >> it seems (require 'julia-mode) will interfere with ess-julia. > > wow, that sucks. Well, it cannot be otherwise as long as both julia-mode and ess-julia are major modes. Only one major mode can be active at a time. There are plans on the E

Re: [julia-users] julia in emacs path

2014-07-08 Thread Ista Zahn
Hi Steve, I'm guess that at least part of the problem is that OSX doesn't set environment variables nicely, making it hard for emacs to find things. Try installing https://github.com/purcell/exec-path-from-shell in emacs, restart, and see if that does the trick. Best, Ista On Tue, Jul 8, 2014 at

Re: [julia-users] julia in emacs path

2014-07-08 Thread Ista Zahn
an wrote: >>> >>> Thanks for that. I installed the package but it's still not functioning. >>> Interestingly, I have noticed that I neither start R nor Julia from an Emacs >>> shell. And again, although M-x R does work M-x julia does not. Other ideas? >>>

Re: [julia-users] About usage in Emacs (not display prompt of Julia)

2014-10-11 Thread Ista Zahn
On Fri, Oct 10, 2014 at 9:41 PM, kenichi sasagawa wrote: > Hello > I like Julia very much. I switched from Scheme. > By the way, please tell me usage in Emacs(on WIndows7). > I'm in trouble that prompt is not displayed in the Shell. > I'm guessing Julia display prompt without STDIO. > Yours sincer

Re: [julia-users] ESS: library ref

2014-10-20 Thread Ista Zahn
Same thing here. I suggest asking on the ess mailing list at https://stat.ethz.ch/mailman/listinfo/ess-help Best, Ista On Mon, Oct 20, 2014 at 1:19 PM, Andrew Dabrowski wrote: > In the ESS wiki page for Julia (https://github.com/emacs-ess/ESS/wiki/Julia) > it says: > >> To look up for a topic [s

Re: [julia-users] Re: Almost at 500 packages!

2015-01-22 Thread Ista Zahn
As an R user I'm surprised to see CRAN held up as a model to aspire to. There is a _lot_ of overlapping functionality among those 6k packages, making it hard to figure out which one is "best" for a particular purpose. There are also a lot of unfocused packages providing miscellaneous collections of

Re: [julia-users] Julia-Mode vs ESS-Mode

2015-01-24 Thread Ista Zahn
For Unicode input see https://github.com/vspinu/company-math. It works well for me (and not just in julia-mode). Best, Ista On Jan 24, 2015 8:50 PM, "Christoph Ortner" wrote: > > > I have mostly been using the standard Julia mode until now, but I am > thinking of switching to ESS-mode. This has

Re: [julia-users] Disable ESS-mode in emacs

2015-11-02 Thread Ista Zahn
Probably (add-to-list 'auto-mode-alist '("\\.jl\\'" . julia-mode)) should do it, though I'm not sure what the advantage would be. Best, Ista On Mon, Nov 2, 2015 at 10:05 AM, Asbjørn Nilsen Riseth wrote: > Hi emacs users, > > is there a way to disable ESS[Julia] in emacs? I'd like to use julia

Re: [julia-users] Disable ESS-mode in emacs

2015-11-12 Thread Ista Zahn
wn computer. > - It does not replace latex expressions like \alpha with the unicode > character. > - There is also some weird tab-indentation behaviour that does not make > sense. > > Are these supposed to be the same? If so, I might have to dig around to see > what the problem