GNU bug report logs - #16263
24.3.50; shr doesn't fill some Japanese text

Previous Next

Package: emacs;

Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>

Date: Fri, 27 Dec 2013 01:37:01 UTC

Severity: normal

Tags: fixed

Found in version 24.3.50

Fixed in version 24.4

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16263 in the body.
You can then email your comments to 16263 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16263; Package emacs. (Fri, 27 Dec 2013 01:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 27 Dec 2013 01:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; shr doesn't fill some Japanese text
Date: Fri, 27 Dec 2013 10:36:19 +0900
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 <at> jpl.org-20131226221328-zj6d1oitse00nxvj
Windowing system distributor `The Cygwin/X Project', version 11.0.11404000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3'

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16263; Package emacs. (Fri, 27 Dec 2013 02:02:02 GMT) Full text and rfc822 format available.

Message #8 received at 16263 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 16263 <at> debbugs.gnu.org
Subject: Re: bug#16263: 24.3.50; shr doesn't fill some Japanese text
Date: Fri, 27 Dec 2013 02:55:19 +0100
Katsumi Yamaoka <yamaoka <at> 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/

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16263; Package emacs. (Fri, 27 Dec 2013 02:30:02 GMT) Full text and rfc822 format available.

Message #11 received at 16263 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 16263 <at> debbugs.gnu.org
Subject: Re: bug#16263: 24.3.50; shr doesn't fill some Japanese text
Date: Fri, 27 Dec 2013 03:22:58 +0100
Lars Ingebrigtsen <larsi <at> 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/




Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 27 Dec 2013 02:30:03 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.4, send any further explanations to 16263 <at> debbugs.gnu.org and Katsumi Yamaoka <yamaoka <at> jpl.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 27 Dec 2013 02:30:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16263; Package emacs. (Fri, 27 Dec 2013 03:44:02 GMT) Full text and rfc822 format available.

Message #18 received at 16263 <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 16263 <at> debbugs.gnu.org
Subject: Re: bug#16263: 24.3.50; shr doesn't fill some Japanese text
Date: Fri, 27 Dec 2013 12:43:31 +0900
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!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Jan 2014 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.