Re: [ESS] Upgraded ess and need to specify correct file in .emacs [SOLVED]

2017-09-03 Thread Ista Zahn
On Sun, Sep 3, 2017 at 6:47 PM, Rich Shepard wrote: > On Sun, 3 Sep 2017, Rich Shepard wrote: > >> Which of the files in that sub-directory do I specify in ~/.emacs so the >> text editor finds ess without complaining? > > > Figured this out:

Re: [ESS] (Aquamacs) Why is text at R prompt read-only, cannot delete? 2

2017-10-09 Thread Ista Zahn
Hi Christian, 1. The subject line appears to be unrelated to the body of your message. 2. Aquamacs configures ESS for you, so why are you trying to load it yourself? 3. Your message itself is very hard to understand. Consider spending some time with a guide such as

Re: [ESS] ESS not returning to R process after R> help.start() ?

2018-02-06 Thread Ista Zahn
Hi Christain, Did you see https://github.com/emacs-ess/ESS/issues/300 ? Please take a look and ask back here if you don't find a satisfactory answer there. Best, Ista On Tue, Feb 6, 2018 at 8:13 AM, Christian wrote: > Hi, > I am working with Aquamacs, ESS end R; I am

Re: [ESS] polymode indents everything when editing Rmd file?

2018-02-06 Thread Ista Zahn
Hi Paul, Why do you expect polymode to provide an indention benefit? "All" it does in the .Rmd case is give you a buffer with markdown-mode parts and R-mode parts. Indentation in the R-mode parts is handled by ESS, and indentation in markdown-mode parts is handled by markdown-mode. Or are you

Re: [ESS] ess-dump-object-into-edit-buffer

2018-04-11 Thread Ista Zahn
I can't reproduce it with the latest ESS from melpa. Can you give reproduction steps starting with emacs -q ? --Ista On Wed, Apr 11, 2018 at 4:58 AM, Patrick Connolly wrote: > For a long time I used to be able to use > > ess-dump-object-into-edit-buffer > > to

Re: [ESS] ess-dump-object-into-edit-buffer

2018-04-12 Thread Ista Zahn
w to do it), > > It would appear, if it doesn't reproduce, that the problem is > somewhere in my .emacs file. That's a hodge-podge of various things > I've picked up over the decades so it wouldn't be surprising to find > some incompatibilities. > > Ideas appreciated. > &g

Re: [ESS] ess-dump-object-into-edit-buffer

2018-04-16 Thread Ista Zahn
he problem is. Did you try commenting out the 'ess-source-directory' setting to see if that is the problem? Best, Ista > > Ideas as to where I should look are welcome. > > best > Patrick > > On Thu, 12-Apr-2018 at 11:08PM -0400, Ista Zahn wrote: > > |> Hi Patri

Re: [ESS] ess-dump-object-into-edit-buffer

2018-04-24 Thread Ista Zahn
On Tue, Apr 24, 2018 at 4:13 AM, Patrick Connolly <p_conno...@slingshot.co.nz> wrote: > On Mon, 16-Apr-2018 at 09:02AM -0400, Ista Zahn wrote: > > [...] > > |> This suggests to me that you did _not_ start with emacs -q, so indeed > |> you should start looking at y

Re: [ESS] Indenting with magrittr and %>%

2018-03-22 Thread Ista Zahn
Hi Bill, It will be helpful to give some R code and show how you want it indented ... Best, Ista On Thu, Mar 22, 2018 at 2:44 PM, William Denton wrote: > I'm a big fan of %>% from magrittr and the tidyverse, but I can't get > indenting working with it. I have a long chain of

Re: [ESS] TWITTER API environment variables

2020-04-09 Thread Ista Zahn via ESS-help
Hi Patrick, Are you sure you've diagnosed the issue correctly? From what I can see the name of the environment variable is always TWITTER_PAT, at least in the current rtweet release (0.7.0). get_tokens calls twitter_pat (https://github.com/ropensci/rtweet/blob/v0.7.0/R/tokens.R#L120) and