[emacs-w3m:13907] Re: [emacs-w3m/emacs-w3m] Fix w3m-puny-encode1 failure on Emacs 29 (PR #116)
Michael Heerdegen <[email protected]> Fri, 18 Nov 2022 01:19:36 +0100
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <[email protected]> |
Tatsuya Kinoshita <[email protected]> writes: > Recently in Emacs 29.0.50, non-lexbind code generation of dotimes is > no longer supported. This causes an error in w3m-puny-encode1. I don't understand why dynamical binding is a problem here. And explicitly incrementing the counter variable `j` inside the body of `dotimes` doesn't look sane: that kind of error doesn't surprise me. Do I miss something? Michael.