ffevotte / slurm.el

Emacs extension to interact with the SLURM jobs scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when starting on remote

fab6 opened this issue · comments

commented

Hi,
I am very new to slurm.el and installed it via

(use-package slurm-mode
  :straight t
  :defer t
  )

when running in a tramp dired folder I get this

image

Quit
Truncate long lines enabled
Loading em-alias...done
Loading em-banner...done
Loading em-basic...done
Loading em-cmpl...done
Loading em-glob...done
Loading em-hist...done
Loading em-ls...done
Loading em-script...done
Loading em-term...done
Loading em-unix...done
eshell-complete-parse-arguments: Args out of range: 0, 0

and in the beginning an completely empty slurm buffer.

After running on the remote system eshell I get this
image
without any keybindings reactions.

Do you have a suggestion, where to look for the error?
Fab