I have an init.el
file which only consists of a single line
(require 'package)
I am running emacs 23.1
on Red Hat Enterprise Linux Server Release 6.10 (Santiago)
Execution of emacs --debug-init
returns the following screen:
I have absolutely no clue as to what this means.
This was actually a very preliminary step to following the instructions on setting up elpy
as IDE for python
... After I had no success in using the standard mode with python3
instead of just python
Could it be that these machines cannot access the internet?