From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#43866: 26.3; italian postfix additions Date: Tue, 13 Oct 2020 23:07:13 +0300 Organization: LINKOV.NET Message-ID: <87ft6igdzi.fsf@mail.linkov.net> References: <83tuv47vkn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28902"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 43866@debbugs.gnu.org To: Robert Pluim Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 13 22:20:16 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 1kSQmO-0007QN-HG for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 13 Oct 2020 22:20:16 +0200 Original-Received: from localhost ([::1]:33140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kSQmN-00083h-Fv for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 13 Oct 2020 16:20:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51922) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kSQmC-0007zg-9S for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 16:20:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kSQmB-0006xq-Pm for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 16:20:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kSQmB-0002Av-A8 for bug-gnu-emacs@gnu.org; Tue, 13 Oct 2020 16:20:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 13 Oct 2020 20:20:03 +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.16026203778296 (code B ref 43866); Tue, 13 Oct 2020 20:20:03 +0000 Original-Received: (at 43866) by debbugs.gnu.org; 13 Oct 2020 20:19:37 +0000 Original-Received: from localhost ([127.0.0.1]:48999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSQlk-00029k-OY for submit@debbugs.gnu.org; Tue, 13 Oct 2020 16:19:37 -0400 Original-Received: from relay10.mail.gandi.net ([217.70.178.230]:41201) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kSQli-00029K-OV for 43866@debbugs.gnu.org; Tue, 13 Oct 2020 16:19:36 -0400 Original-Received: from mail.gandi.net (m91-129-102-160.cust.tele2.ee [91.129.102.160]) (Authenticated sender: juri@linkov.net) by relay10.mail.gandi.net (Postfix) with ESMTPSA id A7E3E240003; Tue, 13 Oct 2020 20:19:27 +0000 (UTC) In-Reply-To: (Robert Pluim's message of "Thu, 08 Oct 2020 14:39:15 +0200") 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:190449 Archived-At: > Itʼs already in latin-postfix and on C-x 8 * E, is that really > necessary? I wonder why C-x 8 provides key sequences that are not mnemonic and so hard to remember? 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 For example, for every such line: : "€" EuroSign # EURO SIGN replace with C-x 8, and bind such key sequences: C-x 8 = E => "€" and for all other keys as well, e.g. C-x 8 . . . => "…" (HORIZONTAL ELLIPSIS)