1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Reset bidi-paragraph-direction on article rendering

* lisp/gnus/gnus-art.el (gnus-request-article-this-buffer): Reset
bidi-paragraph-direction on article rendering.  (Bug#28454)

Copyright-paperwork-exempt: yes
This commit is contained in:
Tim Landscheidt 2017-09-30 16:39:36 +03:00 committed by Eli Zaretskii
parent a4f7518817
commit 289fe6c0d1

View File

@ -6984,6 +6984,7 @@ If given a prefix, show the hidden text instead."
(save-excursion
(erase-buffer)
(gnus-kill-all-overlays)
(setq bidi-paragraph-direction nil)
(setq group (or group gnus-newsgroup-name))
;; Using `gnus-request-article' directly will insert the article into
@ -7091,6 +7092,7 @@ If given a prefix, show the hidden text instead."
(while (not result)
(erase-buffer)
(gnus-kill-all-overlays)
(setq bidi-paragraph-direction nil)
(let ((gnus-newsgroup-name group))
(gnus-check-group-server))
(cond