]> git.eshelyaron.com Git - emacs.git/commit
Add context to errors thrown by server-start during startup
authorSpencer Baugh <sbaugh@janestreet.com>
Wed, 14 Feb 2024 16:09:33 +0000 (11:09 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:51:34 +0000 (18:51 +0100)
commit8a4059ae94309b329cba5e8ac688cc91ce667d01
treef3f0f4ceaeab7d4934156d39214464bf027dc3f2
parentd15992302187f876bca0556daa3ec43634c1e5b4
Add context to errors thrown by server-start during startup

When server-start errors during startup, the error is printed to
the terminal without context.  To help the user understand
better what went wrong, that printed error now mentions that the
error came from starting up the daemon.

* lisp/startup.el (command-line): Catch and annotate errors
thrown by server-start.  (bug#68799)

(cherry picked from commit 0bdd2eb9af171fa9d825bc6d09e0ad5d114684c4)
lisp/startup.el