unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16263: 24.3.50; shr doesn't fill some Japanese text
@ 2013-12-27  1:36 Katsumi Yamaoka
  2013-12-27  1:55 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2013-12-27  1:36 UTC (permalink / raw)
  To: 16263

Today I found some kinds of Japanese text that aren't filled in
in `shr-width' in html articles.  Isn't it due to r115745 ?
Here are typical two examples:

(shr-insert " ジェフ・ベゾス CEO は発表文で「Amazon プライム会\
員は増加し続けており、現在世界の会員数は数千万人だ。(中略)われ\
われは世界中の顧客に感謝する」と語った。")

This should be:
 ジェフ・ベゾス CEO は発表文で「Amazon プライム会員は増加し続けており、
現在世界の会員数は数千万人だ。(中略)われわれは世界中の顧客に感謝する」
と語った。

(shr-insert " 新バージョン(6.6.2)では同バグを修正したほか、入\
力内容をクラウド辞書サーバに送信してリアルタイムで変換する「クラ\
ウド変換」機能を初期設定でオフに。「一部報道で、クラウド変換を利\
用すること自体が危険である、情報が漏えいされるといったような誤解\
を生む内容が放映されたと認識」しており、安全性と利便性を理解して\
もらったユーザーは設定メニューでオンすることで引き続き利用できる\
としている。")

This should be:
 新バージョン(6.6.2)では同バグを修正したほか、入力内容をクラウド辞
書サーバに送信してリアルタイムで変換する「クラウド変換」機能を初期設定
でオフに。「一部報道で、クラウド変換を利用すること自体が危険である、情
報が漏えいされるといったような誤解を生む内容が放映されたと認識」してお
り、安全性と利便性を理解してもらったユーザーは設定メニューでオンするこ
とで引き続き利用できるとしている。

Thanks.

In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.2)
 of 2013-12-27 on localhost
Bzr revision: 115760 yamaoka@jpl.org-20131226221328-zj6d1oitse00nxvj
Windowing system distributor `The Cygwin/X Project', version 11.0.11404000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3'

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#16263: 24.3.50; shr doesn't fill some Japanese text
  2013-12-27  1:36 bug#16263: 24.3.50; shr doesn't fill some Japanese text Katsumi Yamaoka
@ 2013-12-27  1:55 ` Lars Ingebrigtsen
  2013-12-27  2:22   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2013-12-27  1:55 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 16263

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Today I found some kinds of Japanese text that aren't filled in
> in `shr-width' in html articles.  Isn't it due to r115745 ?
> Here are typical two examples:
>
> (shr-insert " ジェフ・ベゾス CEO は発表文で「Amazon プライム会\
> 員は増加し続けており、現在世界の会員数は数千万人だ。(中略)われ\
> われは世界中の顧客に感謝する」と語った。")

Aha.  So that was what that `while' loop was for.  >"?  I'll fix this...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#16263: 24.3.50; shr doesn't fill some Japanese text
  2013-12-27  1:55 ` Lars Ingebrigtsen
@ 2013-12-27  2:22   ` Lars Ingebrigtsen
  2013-12-27  3:43     ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2013-12-27  2:22 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 16263

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Aha.  So that was what that `while' loop was for.  >"?  I'll fix this...

Should work better now.  The problem I was really trying to solve was,
it turned out, the case when shr-indentation is larger than shr-width.
That would make the filling loop infloop.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#16263: 24.3.50; shr doesn't fill some Japanese text
  2013-12-27  2:22   ` Lars Ingebrigtsen
@ 2013-12-27  3:43     ` Katsumi Yamaoka
  0 siblings, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2013-12-27  3:43 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 16263

Lars Ingebrigtsen wrote:
> Should work better now.  The problem I was really trying to solve was,
> it turned out, the case when shr-indentation is larger than shr-width.
> That would make the filling loop infloop.

Works great as before.  Thank you!





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-27  3:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27  1:36 bug#16263: 24.3.50; shr doesn't fill some Japanese text Katsumi Yamaoka
2013-12-27  1:55 ` Lars Ingebrigtsen
2013-12-27  2:22   ` Lars Ingebrigtsen
2013-12-27  3:43     ` Katsumi Yamaoka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).