GNU bug report logs -
#78026
31.0.50; browse-url-interactive-arg does not handle nil (this-command-keys)
Previous Next
Reported by: StrawberryTea <look <at> strawberrytea.xyz>
Date: Thu, 24 Apr 2025 02:48:01 UTC
Severity: normal
Found in version 31.0.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: StrawberryTea <look <at> strawberrytea.xyz>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 78026 <at> debbugs.gnu.org
> Date: Sun, 04 May 2025 20:28:01 -0400
>
> Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
> Hello. I am back! So what is happening is that in some cases
> (this-command-keys) will be the empty string and that causes the error.
> For example,
> (run-at-time 0.01 nil
> (lambda () (message "this-command-keys: %s %s %s"
> (this-command-keys)
> (length (this-command-keys))
> (stringp (this-command-keys)))))
> The original embark bug involved calling browse-url through embark-act
> on a minibuffer candidate and though I can reproduce the original issue
> I have not come up with a minimal example. This patch Stefan made does
> fix the issue though.
Stefan, please install your patch, and thanks.
This bug report was last modified 14 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.