Fix "wrong type argument" messages when fetching from Gemini.
authorChristopher Brannon <chris@the-brannons.com>
Fri, 19 Feb 2021 03:15:13 +0000 (19:15 -0800)
committerChristopher Brannon <chris@the-brannons.com>
Fri, 19 Feb 2021 04:04:39 +0000 (20:04 -0800)
commitfbb52a780ac26d328d930ddfd20ec67ce282cb6f
tree44336bddbf9c4bde4aa82bf9c6590976b93e4184
parent3561c2815bc6bc896fc7a6da8f094edca48c55b8
Fix "wrong type argument" messages when fetching from Gemini.

This is a problem that has affected people using elpher under emacs
in a tty.  I tracked down the cause.  The header filling calculations
fail because the tty font doesn't have a :size property.

There's another proposed fix in patch_header_text_termina, but I
couldn't get that one to work.
elpher.el