From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 10 19:22:43 2017 Received: (at submit) by debbugs.gnu.org; 11 Feb 2017 00:22:43 +0000 Received: from localhost ([127.0.0.1]:35158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccLSc-0003aR-QB for submit@debbugs.gnu.org; Fri, 10 Feb 2017 19:22:42 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54726) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccLSZ-0003aE-UH for submit@debbugs.gnu.org; Fri, 10 Feb 2017 19:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccLST-0002MI-Lu for submit@debbugs.gnu.org; Fri, 10 Feb 2017 19:22:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52429) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccLST-0002MC-Iv for submit@debbugs.gnu.org; Fri, 10 Feb 2017 19:22:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccLSS-00024c-7W for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2017 19:22:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccLSP-0002L8-4Z for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2017 19:22:32 -0500 Received: from homie.mail.dreamhost.com ([208.97.132.208]:34687 helo=homiemail-a2.g.dreamhost.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccLSO-0002Kw-TZ for bug-gnu-emacs@gnu.org; Fri, 10 Feb 2017 19:22:29 -0500 Received: from homiemail-a2.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a2.g.dreamhost.com (Postfix) with ESMTP id 56031280063; Fri, 10 Feb 2017 16:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:date:message-id:mime-version:content-type: content-transfer-encoding; s=jidanni.org; bh=atJC2SGuN/ypxqCsddV XCO4fE78=; b=m1VEva3tFKAZQkaOE7ScoJOZbGG80EFTp2dVkDz60a5pAQNKMmj n4TsVmBEW0/nLHXNb6IFATmC2v3xsmhhnYpMdfsEdxZiDNibU5ZFj+zpf7fusvVc DfDDinfo4AlCpUlBsYxuCXEZgVlTm8qPrU0A9SCLyIp2sN1X5GedhWk8= Received: from jidanni.org (114-26-47-22.dynamic.hinet.net [114.26.47.22]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a2.g.dreamhost.com (Postfix) with ESMTPSA id D95D5280062; Fri, 10 Feb 2017 16:22:23 -0800 (PST) From: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson To: bug-gnu-emacs Subject: fill-paragraph vs. \n vs. Chinese / English boundaries Date: Sat, 11 Feb 2017 08:22:19 +0800 Message-ID: <877f4xy3t0.fsf@jidanni.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.5 (----) X-Debbugs-Envelope-To: submit Cc: Katsumi Yamaoka X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.5 (----) Big problem! Put the cursor upon the following paragraph, We proceeded to dig up =E4=BA=9B some Canna edulis Ker =E9=A3=9F=E7=94=A8= =E7=BE=8E=E4=BA=BA=E8=95=89 when surprise surprise... and do M-h (translated from h) runs the command mark-paragraph (found in global-map), which is an interactive compiled Lisp function in =E2=80=98paragraphs.el=E2=80=99. then M-q (translated from q) runs the command fill-paragraph (found in global-map), which is an interactive compiled Lisp function in =E2=80=98fill.el=E2=80=99. It becomes We proceeded to dig up =E4=BA=9B some Canna edulis Ker =E9=A3=9F=E7=94=A8= =E7=BE=8E=E4=BA=BA=E8=95=89when surprise surprise... I.e., the "=E9=A3=9F=E7=94=A8=E7=BE=8E=E4=BA=BA=E8=95=89when" are now stu= ck together, making our text look very unprofessional. You might argue that that's the way the ball bounces. But then I would say what about "up =E4=BA=9B some", you didn't glue that together, and on only one side (when removing "\n") either. So what do I want? This: We proceeded to dig up =E4=BA=9B some Canna edulis Ker =E9=A3=9F=E7=94=A8= =E7=BE=8E=E4=BA=BA=E8=95=89 when surprise surprise... From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 10 21:38:56 2017 Received: (at control) by debbugs.gnu.org; 11 Feb 2017 02:38:56 +0000 Received: from localhost ([127.0.0.1]:35217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccNaS-0006kU-2G for submit@debbugs.gnu.org; Fri, 10 Feb 2017 21:38:56 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccNaQ-0006kI-D7 for control@debbugs.gnu.org; Fri, 10 Feb 2017 21:38:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccNaK-0002bO-E4 for control@debbugs.gnu.org; Fri, 10 Feb 2017 21:38:49 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccNaK-0002bK-Bc for control@debbugs.gnu.org; Fri, 10 Feb 2017 21:38:48 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ccNaK-0006CY-1D for control@debbugs.gnu.org; Fri, 10 Feb 2017 21:38:48 -0500 Subject: control message for bug 25685 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Fri, 10 Feb 2017 21:38:48 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) merge 25099 25685 From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 12 19:22:57 2017 Received: (at 25685) by debbugs.gnu.org; 13 Feb 2017 00:22:58 +0000 Received: from localhost ([127.0.0.1]:37550 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cd4Px-0005AU-Oi for submit@debbugs.gnu.org; Sun, 12 Feb 2017 19:22:57 -0500 Received: from mail-hampton.hostforweb.net ([205.234.186.191]:43657 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cd4Pv-0005AI-SI for 25685@debbugs.gnu.org; Sun, 12 Feb 2017 19:22:56 -0500 Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1cd4Po-001dHo-3U; Sun, 12 Feb 2017 18:22:49 -0600 Date: Mon, 13 Feb 2017 09:22:46 +0900 Message-ID: From: Katsumi Yamaoka To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries References: <877f4xy3t0.fsf@jidanni.org> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:F0tRAN/fI0dTJlC1gSFHv/CVAFI= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25685 Cc: 25685@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Sat, 11 Feb 2017 08:22:19 +0800, =E7=A9=8D=E4=B8=B9=E5=B0=BC Dan Jacobso= n wrote: > We proceeded to dig up =E4=BA=9B some Canna edulis Ker =E9=A3=9F=E7=94=A8= =E7=BE=8E=E4=BA=BA=E8=95=89 > when surprise surprise... > and do M-h then M-q > It becomes > We proceeded to dig up =E4=BA=9B some Canna edulis Ker =E9=A3=9F=E7=94=A8= =E7=BE=8E=E4=BA=BA=E8=95=89when > surprise surprise... > I.e., the "=E9=A3=9F=E7=94=A8=E7=BE=8E=E4=BA=BA=E8=95=89when" are now stu= ck together, making our text > look very unprofessional. Fixing such things one by one manually is my routine, too. But I first tried: * lisp/textmodes/fill.el (fill-delete-newlines): Don't delete leading and trailing space from CJK word. I'm not sure if it is the right solution for every case, though. --=-=-= Content-Type: text/x-patch Content-Disposition: inline --- fill.el~ 2017-01-04 22:17:04.000000000 +0000 +++ fill.el 2017-02-12 23:57:42.946118200 +0000 @@ -494,8 +494,8 @@ (replace-match (get-text-property (match-beginning 0) 'fill-space)) (let ((prev (char-before (match-beginning 0))) (next (following-char))) - (if (and (or (aref (char-category-set next) ?|) - (aref (char-category-set prev) ?|)) + (if (and (aref (char-category-set next) ?|) + (aref (char-category-set prev) ?|) (or (aref fill-nospace-between-words-table next) (aref fill-nospace-between-words-table prev))) (delete-char -1)))))) --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 13 18:13:31 2017 Received: (at 25685) by debbugs.gnu.org; 13 Feb 2017 23:13:31 +0000 Received: from localhost ([127.0.0.1]:38980 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdPoJ-0004y6-63 for submit@debbugs.gnu.org; Mon, 13 Feb 2017 18:13:31 -0500 Received: from mail-hampton.hostforweb.net ([205.234.186.191]:38533 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdPoH-0004xs-NK for 25685@debbugs.gnu.org; Mon, 13 Feb 2017 18:13:29 -0500 Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1cdPo9-0046FC-C4; Mon, 13 Feb 2017 17:13:22 -0600 Date: Tue, 14 Feb 2017 08:13:19 +0900 Message-ID: From: Katsumi Yamaoka To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries References: <877f4xy3t0.fsf@jidanni.org> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:6fw4fyR5q3JQvT5XJEQWHUdTZ2Y= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25685 Cc: 25685@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) T24gTW9uLCAxMyBGZWIgMjAxNyAwOToyMjo0NiArMDkwMCwgS2F0c3VtaSBZYW1hb2thIHdyb3Rl Og0KPiBJIGZpcnN0IHRyaWVkOg0KDQo+ICogbGlzcC90ZXh0bW9kZXMvZmlsbC5lbCAoZmlsbC1k ZWxldGUtbmV3bGluZXMpOg0KPiBEb24ndCBkZWxldGUgbGVhZGluZyBhbmQgdHJhaWxpbmcgc3Bh Y2UgZnJvbSBDSksgd29yZC4NCg0KSW4gSmFwYW4gc29tZSBwZW9wbGUgd3JpdGUgYW4gRW5nbGlz aCB3b3JkIGluIEphcGFuZXNlIHRleHQgd2l0aA0Kc3BhY2VzLCBhbmQgb3RoZXJzIGRvIGl0IHdp dGggbm8gc3BhY2U6DQoNCuaXpeacrOiqnuOBqCBFbmdsaXNoIOOBrua3t+WcqA0K5pel5pys6Kqe 44GoRW5nbGlzaOOBrua3t+WcqA0KDQpGb3IgdGhlIGxhdGVyIGNhc2UsIHNvbWUgd29yZCBwcm9j ZXNzb3Igc2VwYXJhdGVzIHRoZW0gd2l0aCB0aGluDQpzcGFjZXMgYXV0b21hdGljYWxseSwgYnV0 IEVtYWNzIGRvZXNuJ3QgKEknbSBub3Qgd3JvbmcsIGFtIEk/KS4NClNvLCBJIGFtIHRoZSBmb3Jt ZXIuICBBbnl3YXksIGlmIHRoZSBwYXRjaCBpcyBhcHBsaWVkLCBpdCB3b3VsZA0KZW1iYXJyYXNz IHRoZSBsYXRlciBwZW9wbGUsIGkuZS46DQoNCuWvv+mZkOeEoeWvv+mZkOeEoeS6lOWKq+OBruaT puOCiuWIh+OCjOa1t+egguWIqeawtOmtmuOBruawtOihjOacq+mbsuadpeacq+miqOadpeacqw0K ZWF0aW5n5a+d44KLcGxhY2XjgavkvY/jgoDlh6bjgoTjgbbjgonlsI/ot6/jga7ol6rmn5HlrZDj g5HjgqTjg53jg5HjgqTjg50uLi4NCuKGkw0K5a+/6ZmQ54Sh5a+/6ZmQ54Sh5LqU5Yqr44Gu5pOm 44KK5YiH44KM5rW356CC5Yip5rC06a2a44Gu5rC06KGM5pyr6Zuy5p2l5pyr6aKo5p2l5pyrIGVh dGluZ+WvneOCiw0KcGxhY2XjgavkvY/jgoDlh6bjgoTjgbbjgonlsI/ot6/jga7ol6rmn5HlrZDj g5HjgqTjg53jg5HjgqTjg50uLi4NCg0KU28sIHRoZXJlIG1heSB3YW50IHRvIGJlIGEgdXNlciBv cHRpb24sIG9mIHdoaWNoIHRoZSBkZWZhdWx0IHZhbHVlDQpkb2Vzbid0IGNoYW5nZSB0aGUgcHJl c2VudCBiZWhhdmlvci4gIElzIHRoZXJlIGEgZ29vZCBuYW1lIGZvciBpdD8NCg0KZmlsbC1tdWx0 aWxpbmd1YWxhLXdvcmRzLXdpdGgtc3BhY2VzDQogICAgICAgICAgICAgICAgICB0ZXh0Pw0KZmls bC1zZXBhcmF0ZS13b3Jkcy13aXRoLXNwYWNlcy1pbi1tdWx0aWxpbmd1YWwtdGV4dA0KZmlsbC13 b3Jkcy13aXRoLXNwYWNlcy1pbi1tdWx0aWxpbmd1YWwtdGV4dA0KDQrihpNkZXNjcmliZSBpdHMg bWVhbmluZyBpbiBkb2Mgc3RyaW5nDQpmaWxsLXdvcmRzLXdpdGgtc3BhY2VzDQpmaWxsLXBhcmFn cmFwaC13aXRoLXNwYWNlcyDihpAgbm90IG5lY2Vzc2FyaWx5IHVzZWQgZm9yIHBhcmFncmFwaD8N Cg== From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 14 20:32:13 2017 Received: (at 25685) by debbugs.gnu.org; 15 Feb 2017 01:32:13 +0000 Received: from localhost ([127.0.0.1]:40364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdoS5-0007zQ-3X for submit@debbugs.gnu.org; Tue, 14 Feb 2017 20:32:13 -0500 Received: from mail-hampton.hostforweb.net ([205.234.186.191]:46015 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdoS3-0007z1-98 for 25685@debbugs.gnu.org; Tue, 14 Feb 2017 20:32:11 -0500 Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60000 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1cdoRv-001vTM-58; Tue, 14 Feb 2017 19:32:04 -0600 Date: Wed, 15 Feb 2017 10:32:01 +0900 Message-ID: From: Katsumi Yamaoka To: =?utf-8?B?56mN5Li55bC8?= Dan Jacobson Subject: Re: bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries References: <877f4xy3t0.fsf@jidanni.org> Organization: Emacsen advocacy group X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:yupFDcXKb58yuKA7fnygAhXLwwA= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-OutGoing-Spam-Status: No, score=-2.9 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 25685 Cc: 25685@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Tue, 14 Feb 2017 08:13:19 +0900, Katsumi Yamaoka wrote: > So, there may want to be a user option, of which the default value > doesn't change the present behavior. Is there a good name for it? I've installed it in the Emacs master as: ,----[ C-h v fill-separate-heterogeneous-words-with-space RET ] | fill-separate-heterogeneous-words-with-space is a variable defined in =E2= =80=98fill.el=E2=80=99. | Its value is t | Original value was nil |=20 | Documentation: | Non-nil means that use a space to separate words of different kind. | This will be done with a word in the end of a line and a word in the | beginning of the next line when concatenating them for filling those | lines. Whether to use a space is up to how the words are categorized. |=20 | You can customize this variable. |=20 | This variable was introduced, or its default value was changed, in | version 26.1 of Emacs. |=20 | [back] `---- From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 15 17:12:03 2017 Received: (at control) by debbugs.gnu.org; 15 Feb 2017 22:12:03 +0000 Received: from localhost ([127.0.0.1]:41427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ce7nv-0003Ir-Jj for submit@debbugs.gnu.org; Wed, 15 Feb 2017 17:12:03 -0500 Received: from mail-hampton.hostforweb.net ([205.234.186.191]:44683 helo=hampton.hostforweb.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ce7nu-0003I1-Nh for control@debbugs.gnu.org; Wed, 15 Feb 2017 17:12:02 -0500 Received: from s70.gtokyofl21.vectant.ne.jp ([202.215.75.70]:60001 helo=localhost) by hampton.hostforweb.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from ) id 1ce7nn-0024Vh-FE; Wed, 15 Feb 2017 16:11:56 -0600 Date: Thu, 16 Feb 2017 07:11:56 +0900 Message-ID: From: Katsumi Yamaoka To: control@debbugs.gnu.org Subject: Re: bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries References: <877f4xy3t0.fsf@jidanni.org> Organization: Emacsen advocacy group User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin) Cancel-Lock: sha1:ndikrX0tM9ONc2OWzThbQ6Jvwcw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: authenticated_id: yamaoka/from_h X-Authenticated-Sender: hampton.hostforweb.net: yamaoka@jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control Cc: jidanni@jidanni.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) close 25685 quit From unknown Thu Jun 19 14:02:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Mar 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator