On Sun, Oct 8, 2023, 10:59 Reindert-Jan Ekker wrote: > > João Távora writes: > > > On Sun, Oct 8, 2023, 01:52 Reindert-Jan Ekker > wrote: > > > > From: Reindert-Jan > > To: bug-gnu-emacs@gnu.org > > Subject: 29.1; eglot-ensure fails with error > > > > - emacs -Q > > - open a python file > > - run eglot-ensure > > > > What does it mean to "run eglot-ensure"? > > > > João > > This is what I run to load eglot. It's a function in eglot.el: > > (defun eglot-ensure () > "Start Eglot session for current buffer if there isn't one." > I know that it does: I wrote it. But it doesn't make sense to just "run it" because it's not an interactive command. You typically install it in a hook and the details of that installation were completely absent. João >