[ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

Kevin Zembower kev|n @end|ng |rom zembower@org
Thu May 11 21:32:55 CEST 2023


Hi, Manuel, thanks, again, for all your suggestions.

I think I have polymode installed correctly. Here's the some of the 
output of M-x package-list-packages:
====================
...
   poly-R             20230416.1454 installed  Various polymodes for R 
language
   use-package        20230426.2324 installed  A configuration macro for 
simplifying your .emacs
...
   ess                20230419.1527 dependency Emacs Speaks Statistics
   f                  20230116.1032 dependency Modern API for working 
with files and directories
   flycheck           20230306.414  dependency On-the-fly syntax checking
   markdown-mode      20230412.126  dependency Major mode for 
Markdown-formatted text
   pkg-info           20150517.1143 dependency Information about packages
   poly-markdown      20230202.1210 dependency Polymode for markdown-mode
   poly-noweb         20200316.1315 dependency Polymode for noweb
   polymode           20230317.1218 dependency Extensible framework for 
multiple major modes
==================
And here's the output when I click on the polymode package in this window:
===================
Package polymode is dependency.

      Status: Installed in ‘polymode-20230317.1218/’ (unsigned).
     Version: 20230317.1218
      Commit: ca060e081a1f849a880732670dc15370ac987b89
     Summary: Extensible framework for multiple major modes
    Requires: emacs-25
Required by: poly-noweb-20200316.1315, poly-markdown-20230202.1210, 
poly-R-20230416.1454
    Homepage: https://github.com/polymode/polymode
    Keywords: languages multi-modes processes
  Maintainer: Vitalie Spinu <spinuvit using gmail.com>
      Author: Vitalie Spinu
===================
I'll explore downloading and installing poly-markdown from the Git 
repository.

Thanks, again.

-Kevin

On 5/11/23 06:00, ess-help-request using r-project.org wrote:
> Message: 1
> Date: Thu, 11 May 2023 08:55:21 +0200
> From: Manuel Teodoro<teoten using gmail.com>
> To: Kevin Zembower<kevin using zembower.org>
> Cc:"ess-help using r-project.org"  <ess-help using r-project.org>
> Subject: Re: [ESS] Emacs, ESS and Rmarkdown: Is this the way compile,
> 	is supposed to work?
> Message-ID:
> 	<CAEPjrYFam_ZJKNbLz3o3-t4m0vLvhRQi9M7QEmcbQbDDpNfzxA using mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> Hi Kevin,
> 
> I was trying to reproduce your error but somehow, I cannot manage. Thus, I
> did a quick search and found the following link
> https://github.com/polymode/poly-markdown/issues/2
> They report some kind of similar error. The suggestion is the following:
> 
> I solve it by installing polymode. Please check whether polymode is
> installed correctly.
> 
>     1. M+x package-list-packages
>     2. C+s search polymode and check if it's installed correctly.
> 
> If it doesn't solve the problem, try to Install poly-markdown through
> github:
> 
> git clonehttps://github.com/polymode/poly-markdown
> 
> Add following to your .emacs
> 
> ;;poly-markdown
> (setq load-path
> (append '("path/to/vc/dir/polymode/" "path/to/vc/dir/poly-markdown/")
> load-path))
> (require 'poly-markdown)
> (add-to-list 'auto-mode-alist '("\.md" . poly-markdown-mode))
> 
> Hope this help!
> 
> <<<
> 
> 
> So, maybe you can try to check if this issue, or some other similar issue
> in the github repo can help you solve your problem. You could also try to
> open an issue directly there, in the repo, since your problem is more
> related to polymode than to ESS you might find more useful advice there.
> 
> 
> Unfortunately, I don't think I can help you more, on one hand I don't fully
> understand the error and on the other I cannot reproduce it to try and
> debug it.
> 
> 
> Good luck!
> 
> Manuel



More information about the ESS-help mailing list