M assets/gemini.patch => assets/gemini.patch +1 -1
@@ 361,7 361,7 @@ w3m-0.5.3+git20230121.
+ buf->lastLine = buf->currentLine;
+ buf->currentLine = buf->firstLine;
+ buf->trbyte = trbyte + linelen;
-+ buf->type = "text/html";
++ buf->type = "text/gemini";
+
+ return buf;
+}
M w3m-gemini.mc => w3m-gemini.mc +4 -0
@@ 68,6 68,10 @@ irc.libera.chat</a>
<h2>Changelog</h2> <!-- This is in <pre> because gemtext doesn't support nested lists. -->
<pre>
+2024-05-16:
+ Really make sure the correct buffer type is set
+ Thanks to IRC user cizra for debugging and reporting!
+
2023-10-28:
Make sure the correct buffer type is set