* eglot.el (eglot-alternatives): Work with the listified form. This
allows presumed executables provided as (EXECUTABLE &rest ARGS...)
to be displayed in the error.
GitHub-reference: per https://github.com/joaotavora/eglot/issues/786
collect (if (listp a) a (list a))))
(err (lambda ()
(error "None of '%s' are valid executables"
- (mapconcat #'identity alternatives ", ")))))
+ (mapconcat #'car listified ", ")))))
(cond (interactive
(let* ((augmented (mapcar (lambda (a)
(let ((found (eglot--executable-find