emacs-diffs
[Top][All Lists]
Advanced

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

master 0f49476: ; * lisp/net/shr.el (shr-insert-document): Fix last chan


From: Eli Zaretskii
Subject: master 0f49476: ; * lisp/net/shr.el (shr-insert-document): Fix last change.
Date: Sun, 11 Apr 2021 02:36:21 -0400 (EDT)

branch: master
commit 0f494760d3344201f0c01723c246ba0ad2d15d90
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/net/shr.el (shr-insert-document): Fix last change.
---
 lisp/net/shr.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index d154476..7c15eb1 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -316,8 +316,9 @@ DOM should be a parse tree as generated by
         ;; `bidi-display-reordering' is supposed to be only used for
         ;; debugging purposes, but Shr's naïve filling algorithm
         ;; cannot cope with the complexity of RTL text in an LTR
-        ;; paragraph, when a long line has been continued, so...
-        ;; this is the best we could do  :-(
+        ;; paragraph, when a long line has been continued, and for
+        ;; most scripts the character metrics don't change when they
+        ;; are reordered, so...  this is the best we could do :-(
         bidi-display-reordering)
     ;; Adjust for max width specification.
     (when (and shr-max-width



reply via email to

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