bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#26083: 25.1; ASCII alphabet paragraph may be displayed on the right


From: Eli Zaretskii
Subject: bug#26083: 25.1; ASCII alphabet paragraph may be displayed on the right side
Date: Mon, 13 Mar 2017 18:17:13 +0200

> From: ynyaaa@gmail.com
> Date: Mon, 13 Mar 2017 20:27:42 +0900
> 
> 
> Evaluating the form below, ABC is displayed on the right side of a window.
> 
> (let ((hebrew-string "\u05D0\u05D1\u05D2"))
>   (switch-to-buffer (generate-new-buffer "tmp"))
>   (insert hebrew-string "\n123ABC")
>   ;; insert a linebreak between 123 and ABC
>   (redisplay) (goto-char 8) (redisplay) (insert ?\n)
>   ;; insert an empty line between hebrew-string and 123
>   (goto-char 5) (insert ?\n)
>   ;; delete "123" line
>   (delete-region 6 10)
>   ;; add empty line after ABC
>   (goto-char (point-max))
>   (insert "\n\n"))

Thanks, fixed.





reply via email to

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