GNU bug report logs -
#32169
27.0.50; Wishlist: cleanup of thread-last-error
Previous Next
Reported by: Michael Albinus <michael.albinus <at> gmx.de>
Date: Mon, 16 Jul 2018 07:20:01 UTC
Severity: wishlist
Tags: fixed
Found in version 27.0.50
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 32169 <at> debbugs.gnu.org (full text, mbox):
> From: Michael Albinus <michael.albinus <at> gmx.de>
> Cc: 32169 <at> debbugs.gnu.org
> Date: Mon, 16 Jul 2018 16:49:42 +0200
>
> > How about having thread-last-error clear the error as a side effect,
> > perhaps when called with an optional argument?
>
> I'd be happy with either variant.
Should be easy to do, I think.
> While working on making Tramp threadsafe, I use the following instead of
> `signal':
>
> (defsubst tramp-compat-signal (error-symbol data)
> "Signal an error to the main thread."
> (when tramp-compat-main-thread
> (tramp-compat-funcall
> 'thread-signal tramp-compat-main-thread error-symbol data))
> (signal error-symbol data))
>
> Works sufficient so far. `tramp-compat-main-thread' is a defconst, which
> has as value (car (all-threads)).
I was certain we had on master a function ti return the main thread,
but I guess I was dreaming. We could easily add it, though.
In any case, I think it could be a good idea to describe this
technique in the ELisp manual.
> PS: Maybe I shall push this to a git branch, giving people a chance for
> early tests. `find-file-noselect' survives already in simple cases, w/o
> an Emacs crash.
SGTM, thanks.
This bug report was last modified 6 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.