emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/elpher f103164b28: Fixed a text/gemini parsing regression.


From: ELPA Syncer
Subject: [nongnu] elpa/elpher f103164b28: Fixed a text/gemini parsing regression.
Date: Sun, 7 Aug 2022 19:58:15 -0400 (EDT)

branch: elpa/elpher
commit f103164b28ef710f8d49595955725be1e127a018
Author: plugd <plugd@thelambdalab.xyz>
Commit: plugd <plugd@thelambdalab.xyz>

    Fixed a text/gemini parsing regression.
---
 elpher.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpher.el b/elpher.el
index 1573581e24..2a30f9947a 100644
--- a/elpher.el
+++ b/elpher.el
@@ -1687,7 +1687,7 @@ can be used to toggle the display of the preformatted 
text."
      (setq-local fill-column (min (window-width) elpher-gemini-max-fill-width))
      (dolist (line (split-string data "\n"))
        (pcase line
-         ((rx (: "```" (opt (let alt-text (+ any)))))
+         ((rx (: string-start "```" (opt (let alt-text (+ any)))))
           (setq preformatted
                 (if preformatted
                     nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]