From: plugd Date: Thu, 12 Aug 2021 14:04:29 +0000 (+0200) Subject: Merge alex/local-files-display X-Git-Tag: v3.3.0~14 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=02cb48665b8bd64589458eb5fc838e392b29b877 Merge alex/local-files-display --- 02cb48665b8bd64589458eb5fc838e392b29b877 diff --cc elpher.el index 75cc82b,1c19259..19eb04a --- a/elpher.el +++ b/elpher.el @@@ -1497,6 -1493,7 +1496,7 @@@ treatment that a separate function is w (if (string-empty-p (url-filename address)) (setf (url-filename address) "/")) ;ensure empty filename is marked as absolute (setf (url-host address) (url-host current-address)) - (setf (url-fullness address) (not (string-empty-p (url-host address)))) ; set fullness to t if host is set ++ (setf (url-fullness address) (url-host address)) ; set fullness to t if host is set (setf (url-portspec address) (url-portspec current-address)) ; (url-port) too slow! (unless (string-prefix-p "/" (url-filename address)) ;deal with relative links (setf (url-filename address)