bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33782: 27.0.50; Emacsclient ignores errors when its frame is deleted


From: Lars Ingebrigtsen
Subject: bug#33782: 27.0.50; Emacsclient ignores errors when its frame is deleted
Date: Wed, 10 Jul 2019 13:16:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Noam Postavsky <npostavs@gmail.com> writes:

>>> $ emacsclient --create-frame --eval '(unwind-protect (error "foo")
>>> (delete-frame))' ; echo $?
>>> 0
>>>
>>> This means that if the frame created by Emacsclient is deleted, errors
>>> are ignored.  This seems like a bug; I wouldn't expect errors to be
>>> ignored in this case, because they should bubble up through the
>>> `unwind-protect' form.

[...]

> No, that's incorrect, unwind-protect doesn't catch errors, it just
> executes the handler forms (in this case (message "zot")) before the
> error finishes bubbling.

Yes, but there is no...  bubbling...  in this context.  The code is the
moral equivalent of saying

emacs -Q -nw --eval '(unwind-protect (error "foo") (kill-emacs))'; echo $?

in an emacsclient context, and this which also says "0".

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]