The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d4393d2
753056c
)
Merged Alex's gemini link line filling.
author
plugd
<plugd@thelambdalab.xyz>
Tue, 10 Aug 2021 09:49:10 +0000
(11:49 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Tue, 10 Aug 2021 09:49:10 +0000
(11:49 +0200)
1
2
elpher.el
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
elpher.el
index
80fb146
,
568abb8
..
84dd7c1
---
1
/
elpher.el
---
2
/
elpher.el
+++ b/
elpher.el
@@@
-1514,7
-1495,8
+1514,8
@@@
treatment that a separate function is w
(display-string (elpher-gemini-get-link-display-string link-line))
(address (elpher-address-from-gemini-url url))
(type (if address (elpher-address-type address) nil))
- (type-map-entry (cdr (assoc type elpher-type-map)))
)
+ (type-map-entry (cdr (assoc type elpher-type-map)))
- (fill-prefix " "))
++ (fill-prefix (make-string (+ 1 (length elpher-gemini-link-string)) ?\s)))
(when display-string
(insert elpher-gemini-link-string)
(if type-map-entry