]> git.notmuchmail.org Git - notmuch/commit - emacs/notmuch-crypto.el
emacs: don't start processes stopped
authorSteven Allen <steven@stebalien.com>
Fri, 3 Jan 2020 17:04:00 +0000 (09:04 -0800)
committerDavid Bremner <david@tethera.net>
Thu, 9 Jan 2020 01:14:47 +0000 (21:14 -0400)
commit92a7f26face78334893b11fbdd6f79139b92bf5b
tree0f12a33225c0113bde6607d562aa191ffbf33351
parentfd9a951249693b8aa218dd888d39d4a54d63745c
emacs: don't start processes stopped

It causes this function to fail with:

    let: Wrong type argument: null, t

Support for this was removed from Emacs in April
2019 (5c5e309527e6b582e2c04b83e7af45f3144863ac) because it never
worked correctly (apparently).

This also shouldn't be necessary as sentinels will not be called
unless emacs is idle or waiting for input. Therefore, the
`process-put' calls immediately following the `make-process' call
should always complete before the sentinel is first called.
emacs/notmuch-crypto.el