From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#47856: auto-fill-mode vs. oriental languages: no respect Date: Tue, 20 Apr 2021 01:20:02 -0400 Message-ID: References: <87czus4ff8.5.fsf@jidanni.org> <838s5gum2n.fsf@gnu.org> <87eef5n9b8.5.fsf@jidanni.org> Reply-To: Eli Zaretskii Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1450"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47856@debbugs.gnu.org To: =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Apr 20 07:21:35 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lYipK-0000IU-RZ for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Apr 2021 07:21:34 +0200 Original-Received: from localhost ([::1]:37672 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYipJ-0001lC-VY for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Apr 2021 01:21:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39856) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYiop-0001es-3B for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 01:21:07 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41080) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lYioo-00010v-Rm for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 01:21:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lYioo-0007Ve-Nh for bug-gnu-emacs@gnu.org; Tue, 20 Apr 2021 01:21:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 20 Apr 2021 05:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47856 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 47856-submit@debbugs.gnu.org id=B47856.161889601728764 (code B ref 47856); Tue, 20 Apr 2021 05:21:02 +0000 Original-Received: (at 47856) by debbugs.gnu.org; 20 Apr 2021 05:20:17 +0000 Original-Received: from localhost ([127.0.0.1]:52622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYio1-0007Tl-Go for submit@debbugs.gnu.org; Tue, 20 Apr 2021 01:20:17 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:55366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYinw-0007TR-U1 for 47856@debbugs.gnu.org; Tue, 20 Apr 2021 01:20:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56765) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYinr-0000Rp-GW; Tue, 20 Apr 2021 01:20:03 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1lYinq-0003Kf-QA; Tue, 20 Apr 2021 01:20:03 -0400 In-Reply-To: <87eef5n9b8.5.fsf@jidanni.org> (message from =?UTF-8?Q?=E7=A9=8D=E4=B8=B9=E5=B0=BC?= Dan Jacobson on Tue, 20 Apr 2021 07:28:27 +0800) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:204525 Archived-At: > From: 積丹尼 Dan Jacobson > Cc: 47856@debbugs.gnu.org > Date: Tue, 20 Apr 2021 07:28:27 +0800 > > >>>>> "EZ" == Eli Zaretskii writes: > > EZ> Emacs by default employs the "kinsoku" rules for breaking lines in CJK > EZ> languages, when it fills text. Isn't the place where it breaks the > EZ> line in this case according to Kinsoku rules? if you set > EZ> enable-kinsoku to nil, don't you get what you expected? If so, this > EZ> seems to be a documentation issue. > > Try it and you will see that whatever value enable-kinsoku has does not affect > this, nor #47857. And that is a good thing too. If it did we would > really be in trouble. Why are you so unhelpful? don't you want this issue investigated and resolved? I asked the questions above because I don't speak Chinese and cannot read the text you quoted in your report. Please help me understand the issue by answering those questions, and please provide any additional information that could be of relevance, so that we could make some progress here. TIA.