From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: bug#43866: 26.3; italian postfix additions Date: Wed, 14 Oct 2020 23:52:24 -0400 Message-ID: References: <83tuv47vkn.fsf@gnu.org> <87ft6igdzi.fsf@mail.linkov.net> <837drt1qta.fsf@gnu.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27667"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, 43866@debbugs.gnu.org, juri@linkov.net To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 15 05:53:21 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kSuKO-00073X-Lg for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Oct 2020 05:53:20 +0200 Original-Received: from localhost ([::1]:44454 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSuKN-0001A0-7T for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Oct 2020 23:53:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54970) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSuK6-0000sP-HE for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 23:53:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42213) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSuK6-0006l3-6s for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 23:53:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSuK6-0005nG-5L for bug-gnu-emacs@gnu.org; Wed, 14 Oct 2020 23:53:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Richard Stallman Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Oct 2020 03:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43866 X-GNU-PR-Package: emacs Original-Received: via spool by 43866-submit@debbugs.gnu.org id=B43866.160273395622234 (code B ref 43866); Thu, 15 Oct 2020 03:53:02 +0000 Original-Received: (at 43866) by debbugs.gnu.org; 15 Oct 2020 03:52:36 +0000 Original-Received: from localhost ([127.0.0.1]:53759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSuJc-0005mV-HP for submit@debbugs.gnu.org; Wed, 14 Oct 2020 23:52:36 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:47972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSuJa-0005mI-LA for 43866@debbugs.gnu.org; Wed, 14 Oct 2020 23:52:31 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42371) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSuJV-0006Xo-6O; Wed, 14 Oct 2020 23:52:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1kSuJU-0004I0-5C; Wed, 14 Oct 2020 23:52:24 -0400 In-Reply-To: <837drt1qta.fsf@gnu.org> (message from Eli Zaretskii on Wed, 14 Oct 2020 05:31:29 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190537 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Would it make sense to support exactly the same keys that are > > provided by the X11 compose method? I mean that are in the file > > /usr/share/X11/locale/en_US.UTF-8/Compose > > also available at > > https://help.ubuntu.com/community/ComposeKey > > and > > https://cgit.freedesktop.org/xorg/lib/libX11/plain/nls/en_US.UTF-8/Compose.pre > How about making a new input method for those? It seems to me that > C-x 8 is already too "fat". That may be useful, but it has a drawback compared with C-x 8. It is inconvenient to change input methods just for one character and then change back. C-x 8 avoids that inconvenience; you can use it to enter one character, any one character, without changing the current input method. -- Dr Richard Stallman Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)