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.devel Subject: Re: [PATCH] Add an option to not reduce vocabulary of the Japanese Date: Mon, 06 Jun 2022 19:05:13 +0300 Message-ID: <834k0x93ra.fsf@gnu.org> References: <87r142ypnq.fsf@gnu.org> <878rqa9cm8.fsf@taiju.info> <87k09tubfa.fsf@gnus.org> <837d5t98qq.fsf@gnu.org> <87h74x96em.fsf@taiju.info> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9544"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, handa@gnu.org, emacs-devel@gnu.org To: Taiju HIGASHI Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 06 18:25:45 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 1nyFY0-0002Go-4u for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Jun 2022 18:25:44 +0200 Original-Received: from localhost ([::1]:41796 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nyFXz-0001K2-2a for ged-emacs-devel@m.gmane-mx.org; Mon, 06 Jun 2022 12:25:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyFEg-0007bb-0k for emacs-devel@gnu.org; Mon, 06 Jun 2022 12:05:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40128) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyFEf-0007aI-93; Mon, 06 Jun 2022 12:05:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=7fK0BeFzCJTxaB2clkUKESkPJjgoo99QRUldkU44S9M=; b=PyFwqry3onlk JMma+XWfI0ttLTxqODg5dA2Y6oLJcW2zxnSIDn7k7Rlb0MribrzbDvsj1cMGNecbnq3lY6rWprJfU t9n0hUzchz9k0RSywIU0P1HyJh14y1I0Mb9Gk+zXf7RVEZwJsCD1WAopZ8z9e0l+qTOa6ejPHopco eKHS3Sp0LjCaOVDFL6ulSL1x0x4u3Ln+qteNtLjqmCWV40JaojzKg0i1YGKQtEjwF8l0CicU2HO2n 6f4Skr79B9lrtdpg6GCsBXVZciBj/Cgk7Wq2fO2dX5rBX2pPQxgB1jP+qHBhsDS2lvHSCz1OxD1P+ bD0H8x5P/B0euAFPg3dxjg==; Original-Received: from [87.69.77.57] (port=1091 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyFEQ-0006wD-Bd; Mon, 06 Jun 2022 12:05:44 -0400 In-Reply-To: <87h74x96em.fsf@taiju.info> (message from Taiju HIGASHI on Tue, 07 Jun 2022 00:08:01 +0900) 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:290806 Archived-At: > From: Taiju HIGASHI > Cc: Lars Ingebrigtsen , handa@gnu.org, emacs-devel@gnu.org > Date: Tue, 07 Jun 2022 00:08:01 +0900 > > > I think a configuration option, by default off, is a good way of > > removing the reduction, but still leaving someone who may want that a > > "fire escape". The cost in complexity is quite small in this case. > > I feel that the run-time option is unnecessary if a dictionary with a > reduced vocabulary can be selected at installation if desired, and if it > can be rebuilt later. I agree. > Based on the totality of the discussion so far, would the following > policy be the best? > > 1. make the build-time option selectable to install a dictionary with a > reduced vocabulary > 2. install dictionaries without reduced vocabulary by default > 3. make it possible to regenerate dictionaries from make or Emacs > command. I think 2+3 is the best.