From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: handa Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add an option to not reduce vocabulary of the Japanese Date: Sun, 05 Jun 2022 12:05:10 +0900 Message-ID: <87v8tfzu6x.fsf@gnu.org> References: <878rqce51u.fsf@taiju.info> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31894"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eliz@gnu.org, emacs-devel@gnu.org To: Taiju HIGASHI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 05 07:09:47 2022 Return-path: Envelope-to: ged-emacs-devel@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 1nxiWJ-0008B5-Ce for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 07:09:47 +0200 Original-Received: from localhost ([::1]:47132 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxiWI-0008Qv-8W for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 01:09:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxga4-00053S-SJ for emacs-devel@gnu.org; Sat, 04 Jun 2022 23:05:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36746) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxga4-0001q0-8Y; Sat, 04 Jun 2022 23:05:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:In-Reply-To:Subject:To:From: references; bh=mssLxwnBHEJwn8oyrjbN5qnOP+ffxsAXY01GLpR3mds=; b=VOkvwHtw2FEB/K ycNIqz1k61f8sTU+jNRx1ewJuoSl48Yru4p58wZ7KjTtDcHb1P5urpr3gHpdSV/FlNQnF7p4uyffb 5ekrVgT2z6C8WMyKrQDCeUWKTNDpC87O3YBhs/l+noUVBDUyhZcanQtmT+OxXITCU7FG8LghKG7Xy SoLLt22E7WtZhvDcg4Njp6CFoznk85NaM8H0jU4BSYN9m/kQvJqXB5U0CkOOIEpTqL45KjW85rjNn ARYjNKo+45GmvBKgNQ55QfJFX1fRoDVT9m+WJhMO6jzC8WvIB5VMuUkCTVOatSQO9670/UOLGPrrE x1f+aG9tQJH6uBk2XcDg==; Original-Received: from fl1-60-238-110-140.iba.mesh.ad.jp ([60.238.110.140]:54794 helo=shatin) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxgZs-0000GN-0i; Sat, 04 Jun 2022 23:05:31 -0400 Original-Received: from handa by shatin with local (Exim 4.93) (envelope-from ) id 1nxgZi-00049w-WC; Sun, 05 Jun 2022 12:05:11 +0900 In-Reply-To: <878rqce51u.fsf@taiju.info> (message from Taiju HIGASHI on Sun, 05 Jun 2022 02:01:33 +0900) X-Mailman-Approved-At: Sun, 05 Jun 2022 01:08:49 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:290678 Archived-At: In article <878rqce51u.fsf@taiju.info>, Taiju HIGASHI writes: > Then, based on the v1 patch, I will wait for Handa-san's review and then > I will make the final patch. It seems that your patch has no prolem. > The reduction of dictionaries would reduce the file size by less than > half. While significant, how important is this in today's computing > environment? > In my personal opinion, I feel that reducing the vocabulary of the > dictionary has more disadvantages than advantages. I agree. --- K. Handa handa@gnu.org