Re: Adding Freefall

Lars Ingebrigtsen <[email protected]> Wed, 26 Mar 2025 20:05:20 +0100
Newsgroups gmane.discuss
Message-ID <[email protected]>
Nuno Silva <[email protected]> writes:

> The quick and dirty hack of changing it to
>
> 	(when (or (string-match "href=\"\\([^\"]+\\)" parameters)
> 		  (string-match "href='\\([^\']+\\)" parameters))
>
> appears to work. Now how ugly is this and what have I broken?

Looks correct to me -- you should go ahead and submit this to the Emacs
bug tracker.