1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-17 08:10:36 +01:00

- collected gemini links too.

This commit is contained in:
cage 2020-06-23 16:50:15 +02:00
parent 88f285e87e
commit fc43ffb423

View File

@ -652,7 +652,7 @@ printed in the box column by column; in the example above the results are:
(list columns))))) (list columns)))))
(fit))) (fit)))
(defun collect-links (text &optional (schemes '("http" "https" "ftp"))) (defun collect-links (text &optional (schemes '("http" "https" "ftp" "gemini")))
"Collect all hyperlinks in a text marked from a list of valid `schemes'" "Collect all hyperlinks in a text marked from a list of valid `schemes'"
(flet ((build-re-scheme () (flet ((build-re-scheme ()
(let ((res "")) (let ((res ""))