From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: About multiple spelling in Emacs Date: Sun, 10 May 2020 19:08:20 +0300 Message-ID: <83pnbbdb7v.fsf@gnu.org> References: <224138621.319007.1589125910422@mail1.libero.it> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="45804"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 10 18:09:05 2020 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 1jXoVk-000Bpl-Su for ged-emacs-devel@m.gmane-mx.org; Sun, 10 May 2020 18:09:04 +0200 Original-Received: from localhost ([::1]:33880 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXoVj-0005DZ-Er for ged-emacs-devel@m.gmane-mx.org; Sun, 10 May 2020 12:09:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXoV9-0004mk-EC for emacs-devel@gnu.org; Sun, 10 May 2020 12:08:27 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45344) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXoV9-000207-0x; Sun, 10 May 2020 12:08:27 -0400 Original-Received: from [176.228.60.248] (port=4530 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jXoV7-0007Or-TG; Sun, 10 May 2020 12:08:26 -0400 In-Reply-To: <224138621.319007.1589125910422@mail1.libero.it> (message from Angelo Graziosi on Sun, 10 May 2020 17:51:50 +0200 (CEST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:249669 Archived-At: > Date: Sun, 10 May 2020 17:51:50 +0200 (CEST) > From: Angelo Graziosi > > I see that some browser allow for spelling in two languages (say italian and english). Can we do the same in Emacs? How? You mean, spell-checking text that mixes 2 languages? That's possible with Hunspell, yes.