nettoyoussef
nettoyoussef
I can reproduce the same error as @hamzadis in the setup below. Emacs version: 27.1 Operating System: Arch Linux linux 5.8.9.arch2-1 Evil version: 1.14.0 centaur-tabs: 20200821.335 Helm: 20200910.1036 Graphical/Terminal: X...
Also, do you have some suggestions when converting tables? I have some defined on my org file using `\input{table.tex}` that don't get converted, either using ox-word or pandoc directly. Thanks...
Hi, thanks for the effort put in this package. It is a great project! I can confirm the same problem in Arch Linux 5.9.3 with R 4.0.3-1. Basically, any linux...
The error in question can be corrected by changing the lines of the script `rhub-linux-docker.sh` from (lines 40-42): ```sh "$RBINARY" -q -e "source('https://bioconductor.org/biocLite.R')" echo "options(repos = BiocInstaller::biocinstallRepos())" >> ~/.Rprofile echo...
In fact, I just tested it without `Helm`, and the error still occurs with the default Emacs `M-x`, so the problem appears to be exclusively related to `evil`. Pictures from...
> This seems to help: > > ```emacs-lisp > ;; Work around a bug where esup tries to step into the byte-compiled > ;; version of `cl-lib', and fails horribly....
Here is a basic example that also sets the default formatters: ```elisp (use-package format-all :hook ( (ess-r-mode . format-all-mode) (python-mode . format-all-mode) (format-all-mode-hook . format-all-ensure-formatter) ) :config (custom-set-variables '(format-all-formatters (quote...
I have the same issue in my Arch linux distribution with the repo version.
Hi, thanks for the fast response. I am using Emacs 28.0.50 and ESS commit `cb75588d972b97e597c42108b3c83c2f67947cac` (I use straight to manage packages). I think that the problem may be caused by...
Hi, sorry for the delay. The ESS buffer reports the following logs: # Initial log ``` (R): ess-dialect=R, buf=temp.R, start-arg=nil current-prefix-arg=nil (inferior-ess: waiting for process to start (before hook) NORMAL-FILTER:...