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:
parent
a4f7518817
commit
289fe6c0d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user