all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Qiantan Hong <qhong@mit.edu>
To: Matt Armstrong <matt@rfc20.org>
Cc: Michael Albinus <michael.albinus@gmx.de>,
	"emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: Question: suppress ask-user-about-lock?
Date: Wed, 8 Dec 2021 22:12:04 +0000	[thread overview]
Message-ID: <9BD64CB7-D2A8-43DE-9E34-209F45081BD7@mit.edu> (raw)
In-Reply-To: <87lf0uoitq.fsf@rfc20.org>

> (info "(elisp)Threads") talks about `let' bindings being thread local.
> I always took that to apply to the other let-like bindings as well.  It
> looks like `cl-letf' uses `let*' under the hood.
For LETFing a symbol-function, it FSETs under the hood, which is not
safe. In fact it is impossible to do it using thread-safe let only,
because code outside of the CL-LETF calls the function from
the function cell, and to have your binding affect them the only
way is to set the thread-unsafe function cell.



  reply	other threads:[~2021-12-08 22:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-08 17:34 Question: suppress ask-user-about-lock? Qiantan Hong
2021-12-08 19:17 ` Michael Albinus
2021-12-08 19:22   ` Qiantan Hong
2021-12-08 19:36     ` Michael Albinus
2021-12-08 19:43       ` Qiantan Hong
2021-12-08 20:12         ` Michael Albinus
2021-12-08 22:03         ` Matt Armstrong
2021-12-08 22:12           ` Qiantan Hong [this message]
2021-12-08 20:03     ` Eli Zaretskii
2021-12-08 20:12       ` Qiantan Hong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9BD64CB7-D2A8-43DE-9E34-209F45081BD7@mit.edu \
    --to=qhong@mit.edu \
    --cc=emacs-devel@gnu.org \
    --cc=matt@rfc20.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.