emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115762: shr didn't fill Japanese text correctly any


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r115762: shr didn't fill Japanese text correctly any more
Date: Fri, 27 Dec 2013 02:27:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115762
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16263
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2013-12-27 03:21:42 +0100
message:
  shr didn't fill Japanese text correctly any more
  
  * net/shr.el (shr-find-fill-point): Don't try to fill if the
  indentation level is larger than the width, because that will
  infloop.
  (shr-insert): Fill repeatedly long texts, so that Japanese is
  formatted correctly.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-26 22:02:49 +0000
+++ b/lisp/ChangeLog    2013-12-27 02:21:42 +0000
@@ -1,3 +1,11 @@
+2013-12-27  Lars Ingebrigtsen  <address@hidden>
+
+       * net/shr.el (shr-find-fill-point): Don't try to fill if the
+       indentation level is larger than the width, because that will
+       infloop.
+       (shr-insert): Fill repeatedly long texts, so that Japanese is
+       formatted correctly (bug#16263).
+
 2013-12-26  João Távora <address@hidden>
 
        * electric.el (electric-pair-mode): More flexible engine for skip-


reply via email to

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