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: Entering emojis Date: Tue, 26 Oct 2021 05:36:03 +0300 Message-ID: <83pmrszf58.fsf@gnu.org> References: <87cznths5j.fsf@gnus.org> <83zgqxymd3.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19268"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Matthias Meulien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 26 04:37:37 2021 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 1mfCLI-0004nB-Hc for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Oct 2021 04:37:36 +0200 Original-Received: from localhost ([::1]:45946 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfCLH-0007T5-61 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Oct 2021 22:37:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfCJw-0006fj-BF for emacs-devel@gnu.org; Mon, 25 Oct 2021 22:36:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfCJw-0007Uw-0p; Mon, 25 Oct 2021 22:36:12 -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=851UxecZfIRgt78AKnoZj2n/l2kjfnYhhhXwhWC9WEw=; b=f6XpD+Y6W7Vn Xi9fpJ0maDvLtVMKnDg8HpHns6h1f9GhOxrHHL3bjbjH7dOJirsaChHH3iaMjKpEeD5tZWz02WQx3 LjOV1c7dwM5ZvfmGVpFdBebBwOH2FJJcbljawmK7DbbXy0374ER+jRpvjoGFPRfRViqSpTZL0l/OC QdJZL5fqRatasDdR47opNi1se2Pfu17NwYC8fkg1hbeAPTVFpNtMYvXudyDAhg4GBdEmgwtgXixyi 5OVfQNT7o4itK4FYowRKxt6K2wx4v7SUnVcccxifmDVCEA4JQ71wAa8tR1khy8PxmNAxfT/+4ZMvU QuFUDh/V2Xzm68wNmW/VEQ==; Original-Received: from [87.69.77.57] (port=1813 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 1mfCJs-00054S-0E; Mon, 25 Oct 2021 22:36:11 -0400 In-Reply-To: (message from Matthias Meulien on Mon, 25 Oct 2021 22:36:38 +0200) 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:277814 Archived-At: > From: Matthias Meulien > Date: Mon, 25 Oct 2021 22:36:38 +0200 > Cc: Lars Ingebrigtsen , emacs-devel > > If we use an input method, will I have to switch between input methods when writing french prose? Is it > possible to have multiple input methods activated at the same time? Emacs 28 has a new feature: transient input method. Look it up in NEWS.