[emacs-w3m:13909] Re: Fix w3m-puny-encode1 failure on Emacs 29 (PR #116)

Michael Heerdegen <[email protected]> Mon, 21 Nov 2022 05:23:08 +0100
Newsgroups gmane.emacs.w3m
Message-ID <[email protected]>
Katsumi Yamaoka <[email protected]> writes:

> (dotimes (j 2)
>   (setq j 99))

> (let ((--dotimes-limit-- 2)
>       (--dotimes-counter-- 0))
>   (while (< --dotimes-counter-- --dotimes-limit--)
>     (let ((j --dotimes-counter--))
>       (setq j 99))
>     (setq --dotimes-counter-- (1+ --dotimes-counter--))))

I see.  Maybe it was a bit too brave to try that kind of trick in the
first place.

Michael.