Re: [ESS] key bindings for ess-rutils-map

2020-10-04 Thread Alex Branham via ESS-help
On Sat 03 Oct 2020 at 19:52, Amit Ramon via ESS-help wrote: > Hi all, > > Section 11.11 of the ESS manual (online manual for version 18.10.3, > also in latest Info file) describes several key bindings for ESS > functions that are not defined in actuality for an R session. > > The keybindings

Re: [ESS] R transcript file name suffix

2020-06-01 Thread Alex Branham via ESS-help
On Mon 01 Jun 2020 at 14:23, William McCoy via ESS-help wrote: > (setq auto-mode-alist (append '(("\\.[Rr]t\\'" . R-transcript-mode)) >   auto-mode-alist)) > > That line no longer has any effect on ESS and my .Rt suffix no longer > works; ESS expects .Rout as the suffix. > > How can I

Re: [ESS] ess-eval-region Does Not Echo Highlighted Code Into the R Buffer?

2020-05-19 Thread Alex Branham via ESS-help
The default value of ess-eval-visibly recently changed. You probably want to customize it to t or nowait. Alex On Tue, May 19, 2020, 5:08 PM Marc Schwartz via ESS-help < ess-help@r-project.org> wrote: > Hi, > > A clarification, that when I do run the command, on a *single* line in the > R

Re: [ESS] R 4.0

2020-04-16 Thread Alex Branham via ESS-help
On Thu 16 Apr 2020 at 16:20, Kasper Daniel Hansen via ESS-help wrote: > I have just updated ESS using list-packages. R-4.0 is not found due to the > value of ess-r-runners-prefixes. This can of course be customized, but I > think it should be changed to include "R-4" Thanks. I wonder if we

Re: [ESS] ESS process on Docker containers and enabing Flymake

2020-02-21 Thread Alex Branham via ESS-help
We do just use the package if it's installed. No demanding anywhere. Alex On Thu, Feb 20, 2020, 9:36 PM Dirk Eddelbuettel wrote: > > On 20 February 2020 at 17:51, Alex Branham via ESS-help wrote: > | On Wed 19 Feb 2020 at 18:20, Shreyas Ragavan > wrote: > | > | >

Re: [ESS] Prevent new buffer for help from point

2020-02-10 Thread Alex Branham via ESS-help
I think the auto-complete package is no longer developed. I think most people who use that functionality switched to company, FWIW. Alex On Mon, Feb 10, 2020, 4:57 PM Dirk Eddelbuettel via ESS-help < ess-help@r-project.org> wrote: > > On 10 February 2020 at 15:47, Dirk Eddelbuettel wrote: > | >

Re: [ESS] Prevent new buffer for help from point

2020-02-07 Thread Alex Branham via ESS-help
Can you reproduce this without your .emacs file? Does that buffer's name match any entry in display-buffer-alist or all the similar variables? On Fri, Feb 7, 2020, 3:39 AM Dirk Eddelbuettel via ESS-help < ess-help@r-project.org> wrote: > > On 6 February 2020 at 10:19, James W. MacDonald wrote:

Re: [ESS] ESS and EXWM

2019-11-22 Thread Alex Branham via ESS-help
On Thu 21 Nov 2019 at 22:38, Stephen Eglen wrote: > there's a lot to go through here: > https://gitlab.com/jabranham/emacs/blob/master/init.el#L2537 and so it > looks like I have some fun coding to look forward to! Let me know if something's not clear and I'll try to help out. The

Re: [ESS] running R remotely via tramp

2019-05-06 Thread Alex Branham via ESS-help
Hi Chris - I just pushed a fix for this, so your original script should work as soon as MELPA updates ESS (usually within 4-8 hours). Let me know if you continue to experience issues after that update. Thanks for reporting this bug. Alex __

Re: [ESS] running R remotely via tramp

2019-05-05 Thread Alex Branham via ESS-help
On Sat 04 May 2019 at 12:48, Chris Wallace wrote: >> Instead of uncommenting those lines, passing t to executable-find’s >> second argument should work. Can you check if this solves your issue? >> >> (unless (executable-find inferior-ess-r-program t) >>(display-warning 'ess (format"%s

Re: [ESS] running R remotely via tramp

2019-05-04 Thread Alex Branham via ESS-help
On Sat 04 May 2019 at 05:16, Chris Wallace wrote: > I misread an offline suggestion by Stephen Eglen, and created a copy > of run-ess-r in my .emacs with these lines commented: > > ;; (unless (executable-find inferior-ess-r-program) > ;; (display-warning 'ess (format "%s could not be

Re: [ESS] running R remotely via tramp

2019-05-03 Thread Alex Branham via ESS-help
Hi Chris - I'm on my phone now so I haven't tried this, but I think changing ess-directory to default-directory should solve this issue. Alex On May 3, 2019 9:46:58 AM CDT, Chris Wallace via ESS-help wrote: >Dear ESS-help, > >I have just upgraded my ess via melpa, and my ability to run R

Re: [ESS] How to type an underscore "_" in emacs with ESS in a SAS program

2019-04-11 Thread Alex Branham via ESS-help
On Thu 11 Apr 2019 at 12:58, Karen Taves via ESS-help wrote: > I am new to using ESS and am using ESS 18.10.2 and trying to type an > underscore "_" in emacs in a SAS program and am getting the following > error message: Symbol's function definition is void: > ess-smart-S-assign Hi Karen -

Re: [ESS] Assignment operator "<-" not bound to "_" anymore (or any other default it seems).

2019-03-26 Thread Alex Branham via ESS-help
On Tue 26 Mar 2019 at 11:39, Marius Hofert via ESS-help wrote: > In 18.10.3snapshot (GNU Emacs 26.1, macOS 10.14.4) "_" is not the > assignment operator "<-" anymore (it still was in 18.10.2). This step, > especially the fact that there is no new default to obtain "<-" (or is > there?) might

Re: [ESS] ESS+Polymode Questions

2019-03-07 Thread Alex Branham via ESS-help
On Thu 07 Mar 2019 at 11:17, Marc Schwartz wrote: >> (add-to-list 'display-buffer '("*R" (display-buffer-reuse-window >> display-buffer-at-bottom) ^ should be 'display-buffer-alist >> (window-width . 0.5) (reusable-frames . nil))) > > Symbol's value as variable is void:

Re: [ESS] ESS+Polymode Questions

2019-03-07 Thread Alex Branham via ESS-help
On Wed 06 Mar 2019 at 18:53, Marc Schwartz via ESS-help wrote: > Three questions: > > 1. While the syntax highlighting seems to be generally preserved in terms of > fonts and colors from ESS and auctex, the following text: > > <>= > > @ > > that defines the boundary of an R chunk is bolded

Re: [ESS] font color in Sweave file and slowness in inferior mode issues

2019-03-04 Thread Alex Branham via ESS-help
On Mon 04 Mar 2019 at 09:35, Samuele Carcagno via ESS-help wrote: > hello > > I'm currently experiencing a couple of issues with ESS: > > - when editing code chunks in Sweave (".Rnw") documents sometimes the > font color of some lines of code suddenly changes. I have the feeling > that this

Re: [ESS] disable console help when "pausing"

2019-02-28 Thread Alex Branham via ESS-help
On Wed 27 Feb 2019 at 18:08, Shreyas Ragavan via ESS-help wrote: > I'm facing the same problem of late, and I do not know what instigated the > behavior. Using the company mode setting below has not solved my help dump, > which is in fact highly annoying. This is my setup (on Antergos /

Re: [ESS] Roxygen Update is "off by one" in function

2019-02-09 Thread Alex Branham via ESS-help
On Tue 05 Feb 2019 at 10:42, Alex Branham wrote: > On Tue 05 Feb 2019 at 10:13, Paul Johnson via ESS-help > wrote: > >> Can you reproduce? > > Opened PR 833[1] which includes the patch I sent + tests. Hi Paul - I just merged that, so it should be fixed. MELPA usually updates in 4-8 hours.

Re: [ESS] Emacs hangs when starting R via -x R

2019-02-08 Thread Alex Branham via ESS-help
On Thu 07 Feb 2019 at 18:04, Kjetil brinchmann Halvorsen via ESS-help wrote: > And, yes, I did change my prompts. Here is the content of my .Rprofile file: > > options(continue=" ") > options(prompt=" ") Customizing the prompts isn't supported at the moment in ESS. There's some talk about

Re: [ESS] Roxygen Update is "off by one" in function

2019-02-05 Thread Alex Branham via ESS-help
On Tue 05 Feb 2019 at 10:13, Paul Johnson via ESS-help wrote: > Can you reproduce? Opened PR 833[1] which includes the patch I sent + tests. Alex Footnotes: [1] https://github.com/emacs-ess/ESS/pull/833 __ ESS-help@r-project.org mailing list

Re: [ESS] Roxygen Update is "off by one" in function

2019-02-05 Thread Alex Branham via ESS-help
On Tue 05 Feb 2019 at 10:13, Paul Johnson via ESS-help wrote: > Those newly inserted arguments come from the one before. > > Between functions in the R file, I have NULL because that was recommended > for Roxygen authors in the old days. Nothing else special. > > Can you reproduce? Yes, I

Re: [ESS] Run roxygen examples: how now?

2019-02-04 Thread Alex Branham via ESS-help
> In my init file I have S-RET as the replacement for C-RET, but I've tested > this both ways and get same behavior. After removing the init file, when I > do C-RET, then the one line I'm on will run, but the focus jumps over the > rest of the example code lines and stops at the first line of

Re: [ESS] Hang when opening remote session

2018-08-28 Thread Alex Branham via ESS-help
On Mon 27 Aug 2018 at 19:55, Marcora, Edoardo via ESS-help wrote: > Looking at the TRAMP debug buffer, this is where things hang... > > 11:53:28.096969 tramp-send-string (10) # cd > /hpc/users/XXX/projects/ad.myeloid/2018-08-22.hgnc_reannot/ && exec env >

Re: [ESS] Problem starting specific R version

2018-07-15 Thread Alex Branham via ESS-help
Hi Henric, We've made an adjustment to how this works on Windows. Is it working now for you? Thanks, Alex On Mon, Jul 2, 2018, 9:53 AM Henric Winell wrote: > Hi Alex, > > On 2018-07-01 17:27, Alex Branham wrote: > > > Hi Henric - > > > > Thanks. I forgot how Windows handles different R

Re: [ESS] ESS error on update

2018-07-05 Thread Alex Branham via ESS-help
> Package updates from elpa: I run underwindows (8-10) and frequently > when I get a package update to ESS the package cannot start R. The > message that some part of the ESS/R complex cannot be found. Can you please include the full error message? > The insalled ESS package has no lisp

Re: [ESS] Problem starting specific R version

2018-07-01 Thread Alex Branham via ESS-help
Hi Henric - Thanks. I forgot how Windows handles different R versions. I've pushed a commit to my personal branch that I think fixes this. I did it on a separate branch that contains some other work though so the line numbers won't match up with what you have.

Re: [ESS] Indent for R's 'switch'

2018-06-22 Thread Alex Branham via ESS-help
On Fri 22 Jun 2018 at 09:50, Marius Hofert via ESS-help wrote: > Hi, > > ESS (version 16.10-1 but also earlier) gives the following indentation > for switch statements in r: > > f <- function(method = c("foo", "bar")) > { > switch(match.arg(method), >"foo" = { # (*) >