From nobody Sat Jun 25 22:46:54 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1A131864711 for ; Sat, 25 Jun 2022 22:47:05 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LVpyc03d9z4ZhC; Sat, 25 Jun 2022 22:47:03 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (123-1-85-147.area1b.commufa.jp [123.1.85.147]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 25PMksFc086345; Sun, 26 Jun 2022 07:46:55 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Sun, 26 Jun 2022 07:46:54 +0900 From: Tomoaki AOKI To: Hans Petter Selasky Cc: Ivan Quitschal , "freebsd-current@freebsd.org" , Kurt Jaeger Subject: Re: vt newcons mouse paste issue FIXED Message-Id: <20220626074654.f06d70e582b82ff089c425f9@dec.sakura.ne.jp> In-Reply-To: <9ad847b7-859f-9e58-f424-1e2ef6546439@selasky.org> References: <41ef5c38-515f-739a-cb47-7cab0e609526@selasky.org> <20220623014847.067b18a5ba388639cf6009ce@dec.sakura.ne.jp> <790bd76d-890f-cf09-a30d-c2e5fba91ec5@selasky.org> <20220624230215.82e02ac661cd7594624a1845@dec.sakura.ne.jp> <5bd74766-f2f0-3df2-0e8c-adabd110f913@selasky.org> <5196d98c-7b3a-55b4-3ef7-227b19b66721@selasky.org> <20220625015150.4f57017e7098ea591f57bd2a@dec.sakura.ne.jp> <9ad847b7-859f-9e58-f424-1e2ef6546439@selasky.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4LVpyc03d9z4ZhC X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp has no SPF policy when checking 153.125.133.21) smtp.mailfrom=junchoon@dec.sakura.ne.jp X-Spamd-Result: default: False [2.62 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[123.1.85.147:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_SPAM_SHORT(0.99)[0.995]; NEURAL_HAM_LONG(-0.78)[-0.780]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[sakura.ne.jp]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_CC(0.00)[hotmail.com,freebsd.org]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N On Sat, 25 Jun 2022 11:29:43 +0200 Hans Petter Selasky wrote: > On 6/24/22 18:51, Tomoaki AOKI wrote: > > On Fri, 24 Jun 2022 17:29:26 +0200 > > Hans Petter Selasky wrote: > > > > Hi Tomoaki, > > Please retest: > https://reviews.freebsd.org/D35552 > > Pushing this after some local tests. > > --HPS Thanks! As I already commented on Phabricator, worked just as intended. *Trailing spaces only listed in switch() of tchar_is_word_separator() are deleted on non-last lines. *Space (tried U+3000 only, though) before U+2007, which is not listed and untouched, on non-last line is sanely kept. *Spaces at the end of last line are sanely kept. Some additional info not wrote in Phablicator: I've entered test texts using editors/leafpad and entered various space characters with character_pallette of japanese/mozc-tools. Then, switch to console and view the text with misc/lv and copy from there, close, open /ust/bin/ee, paste the buffer and save it. After all, switch back to Mate desktop and open the saved text with editors/leafpad to see the result. *ee has some problem handling non-ascii chars. Maybe on character counting. So not fit to check the result. Some, usually old, Japanese uses U+0020 and u+3000 to make tables and want u+3000 as non-breakable. But the needs are basically only on "within a line". Almost all of us wouldn't care about u+3000 at the end of line. Moreover, we Japanese are educated to insert single u+3000 between u+3002 (IDEOGRAPHIC FULL STOP) and next character at the same line, when in elementary school. (Many people forgets this, though.) This rule should be enough to handle u+3000 as breakable for this particular case. Thanks again in advance! Now I should say "Go for it!". -- Tomoaki AOKI