Giter Site home page Giter Site logo

Comments (6)

vspinu avatar vspinu commented on June 30, 2024 1

Do you experience this with just ess? There is no polymode functionality in plain R files. Also none of the packages involved advice of the select-window. So the culprit is likely somewhere else, but who knows.

from poly-r.

vspinu avatar vspinu commented on June 30, 2024 1

I cannot even configure emacs with native code as of configure: error: Installed libgccjit has failed passing the smoke test. andI don't have time to get into the weeks of gccjit ATM and figure it out. So, I am afraid I probably won't able to help you here any time sooninsh.

from poly-r.

bryce-carson avatar bryce-carson commented on June 30, 2024

Do you experience this with just ess? There is no polymode functionality in plain R files. Also none of the packages involved advice of the select-window. So the culprit is likely somewhere else, but who knows.

It occurs in Polymode buffers (an Rmd document). I tested in a plain .R file buffer after observing it in the Rmd document buffer.

from poly-r.

bryce-carson avatar bryce-carson commented on June 30, 2024

I'll try with emacs -Q and see if I can reproduce it without any Helm or Spacemacs stuff clobbering how I interact with Emacs.

I think you meant for me to try to determine if it's an ESS issue. I'll start there first.

from poly-r.

bryce-carson avatar bryce-carson commented on June 30, 2024

@vspinu I was able to evaluate a line.

  1. s/beg/start/g (Unfortunately, I forget which file this is in, and what prompted me to change it).
(defun ess-eval-line (&optional vis)
  "Send the current line to the inferior ESS process.
VIS has same meaning as for `ess-eval-region'."
  (interactive "P")
  (let* ((start (point-at-bol))
         (end (point-at-eol))
         (msg (format "Loading line: %s" (buffer-substring start end))))
    (ess-eval-region start end vis msg)))
  1. SPC q D (restart-stock-emacs-with-packges, specifying only ess)
  2. Open an Rmd file, M^x ess-eval-line

I'm still not sure what's going on, nor am I confident that my changes were necessary or that this comment will be helpful to you or anyone else.

from poly-r.

bryce-carson avatar bryce-carson commented on June 30, 2024

Changing to Ivy solved my issue, @vspinu. I don't know if the problem was in ess-eval-line or if Helm was the culprit all along. As I learn more about Emacs, I'll be able to make a more informed judgement and I'll open an issue with the proper package.

I'm going to close this issue, as the problem is not with poly-R.

from poly-r.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.