all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 70654@debbugs.gnu.org, OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Subject: bug#70654: 30.0.50; defadvice bug (?)
Date: Mon, 29 Apr 2024 15:30:05 -0400	[thread overview]
Message-ID: <jwv8r0wt1b6.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <86il00q8sk.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 29 Apr 2024 22:16:11 +0300")

>> This may not be the way to reproduce though,
>> 
>>   $ emacs -Q
>>   M-x package-initialize
>> 
>>   Then evaluates the following
>> 
>> (defun test ()
>>   (defadvice yank-pop (around kill-ring-browse-maybe (arg))
>>     (interactive "p"))
>>   (ad-activate 'yank-pop))
>> (test)
>> 
>>   With above, *Compile-Log* buffer contains,
>> 
>>  Error: Wrong type argument: arrayp, (lambda (ad--addoit-function arg) (interactive "p") (let (ad-return-value) nil ad-return-value))
>> 
>> I suspect the commit id f2bccae22bd47a2e7e0937b78ea06131711b935a (Use
>> a dedicated type to represent interpreted-function values)
>
> CC'ing Stefan.

I believe I fixed this a couple hours ago.


        Stefan






  reply	other threads:[~2024-04-29 19:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-29 19:05 bug#70654: 30.0.50; defadvice bug (?) OGAWA Hirofumi
2024-04-29 19:16 ` Eli Zaretskii
2024-04-29 19:30   ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2024-04-29 19:43     ` Colin Baxter
2024-04-29 20:12       ` Andrea Corallo

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=jwv8r0wt1b6.fsf-monnier+emacs@gnu.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=70654@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=hirofumi@mail.parknet.co.jp \
    --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.