[ESS] how to organize init.el for both python and R/ESS? Your workflow?

2019-10-29 Thread Paul Johnson via ESS-help
I have to write python code now. I put in a bunch of python bells and whistles and now ESS and R sessions don't work the same. I've got interference from flymake and something has entirely broken the "_" to create <-. I keep editing init.el to enable the ESS parts or comment them out and turn on

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

2019-02-05 Thread Paul Johnson via ESS-help
With Ubuntu Emacs 25.2 and ESS 18.10.3snapshot, In development mode within a package, I just saw this weird thing happen. I was in one function and used the menu ESS /Roxygen /Update Template and then the parameter list was updated by insertion of the parameters before this one in the file. That's

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

2019-02-04 Thread Paul Johnson via ESS-help
On Mon, Feb 4, 2019 at 9:22 AM Alex Branham wrote: > > > 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 > >

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

2019-02-04 Thread Paul Johnson via ESS-help
On Wed, Jan 30, 2019 at 4:37 PM Alex Branham wrote: > > On Wed 30 Jan 2019 at 12:34, Paul Johnson via ESS-help < > ess-help@r-project.org> wrote: > > > In functions with roxygen examples, until very recently I could run the > > examples even though they had th

[ESS] Run roxygen examples: how now?

2019-01-30 Thread Paul Johnson via ESS-help
In functions with roxygen examples, until very recently I could run the examples even though they had the roxygen comment "##'" at the beginning. Emacs/ESS would, literally, let me do "next" over and over again to run example code. Today I realize that does not happen anymore, Emacs/ESS is treatin

Re: [ESS] re-mapping C-RET in 18.10, avoiding conflict with CUA mode

2018-10-25 Thread Paul Johnson via ESS-help
till discussing the change. For now > just replace "ess-mode" with "ess" and it should be fine. The change to > *-visibility-* is needed. > > In the future release both ess-mode and ess will work. > > > Vitalie > > >> On Wed, Oct 24 2018 14:58, Pau

[ESS] re-mapping C-RET in 18.10, avoiding conflict with CUA mode

2018-10-24 Thread Paul Johnson via ESS-help
I'm running Ubuntu-18.10 and the new packaging for elpa-ess provides ESS 18.10. I still like CUA mode rectangles and so I want to remap C-RET to S-RET. 5 years ago Vitalie S told me how to do that. The stanza in init.el was: ;; Change shortcut "run this line" to use Shift-Return ;; Suggested by