From: Alan Mackenzie <acm@muc.de>
To: Eli Zaretskii <eliz@gnu.org>
Cc: acm@muc.de, 66991@debbugs.gnu.org,
Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#66991: Confusion in interactive-form with commands with bare interactive forms.
Date: Tue, 7 Nov 2023 17:10:02 +0000 [thread overview]
Message-ID: <ZUpvapul64hc0svD@ACM> (raw)
In-Reply-To: <83wmut1pb1.fsf@gnu.org>
Hello, Eli.
On Tue, Nov 07, 2023 at 18:49:38 +0200, Eli Zaretskii wrote:
> > Date: Tue, 7 Nov 2023 16:38:51 +0000
> > From: Alan Mackenzie <acm@muc.de>
> > Consider commands with no arguments, and do interactive-form on them:
> > (interactive-form 'x-print-frames-dialog) => (interactive "") # a primitive
> > (interactive-form 'universal-argument) => (interactive nil) # a native
> > compiled command.
> > The result is the same from a byte compiled command.
> > Write (defun foo () (interactive)) in *scratch*, and C-M-x to evaluate
> > it:
> > (interactive-form 'foo) => (interactive).
> > That's three different inconsistent ways of expressing "(interactive".
> > This is a bug. For consistency's sake, two of them must be incorrect.
> Why? Please explain in more positive terms why two out of three must
> be bugs, not just in some abstract philosophical terms.
I get a failure in /test/src/comp-tests.log in test
comp-tests-interactive-form, where the test is expecting
(interactive)
but the result of running the test innards is
(interactive nil)
.. I don't understand why I'm only seeing this test failure now. Maybe
it's a new test.
Also, I think consistency in this sort of thing is a Good Thing.
> > I believe the correct one is the last of these, "(interactive)" which is
> > after all, what appears in the Lisp sources. The fix should be
> > relatively simple, in Finteractive_form in src/data.c
> Please wait with implementing a fix until we discuss the issue and
> decide whether and how it should be fixed.
OK. :-) But I think fixing data.c will be easier and cleaner than
fixing all the tests which might test it.
> Adding Stefan to the discussion.
--
Alan Mackenzie (Nuremberg, Germany).
next prev parent reply other threads:[~2023-11-07 17:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-07 16:38 bug#66991: Confusion in interactive-form with commands with bare interactive forms Alan Mackenzie
2023-11-07 16:49 ` Eli Zaretskii
2023-11-07 17:10 ` Alan Mackenzie [this message]
2023-11-07 17:38 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-08 8:56 ` Alan Mackenzie
2023-11-08 12:29 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-07 17:32 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
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=ZUpvapul64hc0svD@ACM \
--to=acm@muc.de \
--cc=66991@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=monnier@iro.umontreal.ca \
/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.