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: Sat, 04 Jun 2022 19:47:27 +0300 Message-ID: <835ylgbckg.fsf@gnu.org> References: <87r146o2rt.fsf@taiju.info> <8335gme0ml.fsf@gnu.org> <87a6auz1p4.fsf@taiju.info> <83pmjqc89p.fsf@gnu.org> <87sfolwyzj.fsf@taiju.info> <83ee04bz70.fsf@gnu.org> <87h750tzwh.fsf@taiju.info> <83bkv8bl2p.fsf@gnu.org> <87h750e63f.fsf@taiju.info> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13575"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 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 Sat Jun 04 18:48:27 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 1nxWwt-0003Mn-8b for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jun 2022 18:48:27 +0200 Original-Received: from localhost ([::1]:50490 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxWwr-0004Eb-JW for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jun 2022 12:48:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38262) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxWw8-00031U-GO for emacs-devel@gnu.org; Sat, 04 Jun 2022 12:47:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54962) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxWw8-0005sB-4u; Sat, 04 Jun 2022 12:47:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=ZNGV6QCeQF6WDbH3CKQ/6vxyHy+K2Y1yD1sSYklC2gA=; b=gQwVJxhCsqTFz07ZYjqv 9N358SvX6wj3rhl7pinjww7njTEGrMu4btzhFygFfei8shaVO+YUWK4otwPLWTlxL9mrT+yGMVeqo 1M51CHpaSNs7LBXyoU8aaixBtb64Gaoypx1Kbzwzj2CmdfkTw9iMHS+Y5SzOBm5u7Jqf9znZZP/NL zif5qPo5rWq0wVuqVuxSus6Ern0uepR9BRc6YWSqLp4D0opQR2YhHPWPkAAqxmrBsS3UckTVOp4N8 jVn9wZebSqoF/MLsshce2/1JFz5eD7HE6NOIccidaExDfl2D2f1F0ANZKUOFnLGdABicWdmv+ioDz rud9z/k5b2mcaA==; Original-Received: from [87.69.77.57] (port=4871 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 1nxWw7-0005n8-KK; Sat, 04 Jun 2022 12:47:39 -0400 In-Reply-To: <87h750e63f.fsf@taiju.info> (message from Taiju HIGASHI on Sun, 05 Jun 2022 01:39:00 +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:290666 Archived-At: > From: Taiju HIGASHI > Cc: handa@gnu.org, emacs-devel@gnu.org > Date: Sun, 05 Jun 2022 01:39:00 +0900 > > > > So no separate rules should be necessary. > I see. If that is the case, then the v1 patch may be sufficient. With > the current rules, the dictionary file has to be deleted beforehand by a > gen-clean rule or something to regenerate it, but should I add a rule to > force regeneration even if the dictionary file has already been > generated? > > Sorry for my lack of understanding :’( It is I who should be apologizing for my inability to explain myself clearly.