From: Lars Ingebrigtsen Date: Mon, 28 Dec 2015 17:11:56 +0000 (+0100) Subject: Always reset the bidi direction X-Git-Tag: emacs-25.0.90~341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b406665df12664a3e7048f93f192a488a14058f2;p=emacs.git Always reset the bidi direction * eww.el (eww-display-html): Always reset the bidi direction to `left-to-right' (bug#22257). --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 5755a942ebe..d4555772e9a 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -401,6 +401,7 @@ Currently this means either text/html or application/xhtml+xml." (source (and (null document) (buffer-substring (point) (point-max))))) (with-current-buffer buffer + (setq bidi-paragraph-direction 'left-to-right) (plist-put eww-data :source source) (plist-put eww-data :dom document) (let ((inhibit-read-only t)