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 09:25:56 +0300 Message-ID: <83mtetaqrv.fsf@gnu.org> References: <87r146o2rt.fsf@taiju.info> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1363"; mail-complaints-to="usenet@ciao.gmane.io" Cc: higashi@taiju.info, emacs-devel@gnu.org, higashi@taiju.info To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jun 04 08:29:30 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 1nxNHu-0000Ao-0n for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jun 2022 08:29:30 +0200 Original-Received: from localhost ([::1]:50914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxNHs-0002Xy-Nx for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Jun 2022 02:29:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51694) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxNEW-0001hY-D1 for emacs-devel@gnu.org; Sat, 04 Jun 2022 02:26:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45740) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxNEV-00031E-M1; Sat, 04 Jun 2022 02:25:59 -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=TRr9yZUSTunmFOtz1+P8UjBrjYtfy8dMwVGDzARSZVI=; b=Momsy90kC22+ +9dQyEhcXZIwmnrNw6oCQ8+Qe6jA2N+ZVxj3x/AX1Ll9w5+DY0nUeiaV0Vnmh29XQTggER0w6Lba9 ckHpFCku/AbmTkaybIDa2BlGTZ3MM2HZf9nyGjsvoikY/L9R8yFwQIEWdMJBQZydsJO8WBReSgdIo NcQFEK2xwdbAT3JZm4ikhfURVECa1OXamVcfQznDO1g2M4BjpZiA3bsE+aYx4MMQJgGJRIOex/i1Z 6xcz2C5wtyK6kwmQRFT0VReZ/zXw/pOoMVMIcxZnCUUPk17iWfSr3T3mYHg5vnsm7EP0qIq/NzYaU TqOCWwhM2TXUgO7WoAzhKg==; Original-Received: from [87.69.77.57] (port=1079 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 1nxNEE-0007wY-MG; Sat, 04 Jun 2022 02:25:43 -0400 In-Reply-To: (message from Richard Stallman on Fri, 03 Jun 2022 19:52:32 -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:290643 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org, higashi@taiju.info > Date: Fri, 03 Jun 2022 19:52:32 -0400 > > > The Japanese dictionary bundled with Emacs has a small vocabulary. > > Why do we include a Japanese dictionary in Emacs? > Free dictionaries are good things, but we don't normally package them > as part of Emacs. > > Is this needed for a Japanese input method? Yes, it's needed for the Japanese input methods. That's the only reason we have that dictionary in Emacs.