From: Pip Cet via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: martin rudalics <rudalics@gmx.at>,
Lars Ingebrigtsen <larsi@gnus.org>,
71774@debbugs.gnu.org
Subject: bug#71774: 31.0.50; Hash table weakness broken?
Date: Wed, 26 Jun 2024 14:13:26 +0000 [thread overview]
Message-ID: <0Y8qh8aJt4RPZIkXOLTlYAhEJcZqMhKcgDB51mzzhO_FWCyCRBXaCzIdmRYNMjITE51P2Nk5zlekU0kGv6Pd-ao3OIvJRyV1qDEm_oVQu9E=@protonmail.com> (raw)
In-Reply-To: <jwvzfr7zvxw.fsf-monnier+emacs@gnu.org>
On Wednesday, June 26th, 2024 at 13:23, Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org> wrote:
> diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 7d0312eb2a4..3423b9493f0 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -1633,7 +1633,8 @@ eval-last-sexp If`eval-expression-debug-on-error' is non-nil, which is the default,
> this command arranges for all errors to enter the debugger."
> (interactive "P")
> - (values--store-value
> + (funcall
> + (if eval-expression-debug-on-error #'values--store-value #'identity)
I think that condition's reversed?
Pip
prev parent reply other threads:[~2024-06-26 14:13 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-25 13:57 bug#71774: 31.0.50; Hash table weakness broken? martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-25 15:02 ` Eli Zaretskii
2024-06-25 17:19 ` Mattias Engdegård
2024-06-26 8:38 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 9:39 ` Mattias Engdegård
2024-06-25 15:25 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 8:37 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 8:46 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 9:08 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 9:12 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 13:23 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 13:53 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-26 14:11 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-27 7:19 ` martin rudalics via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-27 18:42 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-27 23:42 ` Stefan Kangas
2024-06-28 12:59 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-28 5:29 ` Eli Zaretskii
2024-06-26 14:13 ` Pip Cet via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
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='0Y8qh8aJt4RPZIkXOLTlYAhEJcZqMhKcgDB51mzzhO_FWCyCRBXaCzIdmRYNMjITE51P2Nk5zlekU0kGv6Pd-ao3OIvJRyV1qDEm_oVQu9E=@protonmail.com' \
--to=bug-gnu-emacs@gnu.org \
--cc=71774@debbugs.gnu.org \
--cc=larsi@gnus.org \
--cc=monnier@iro.umontreal.ca \
--cc=pipcet@protonmail.com \
--cc=rudalics@gmx.at \
/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.