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, 20 Oct 2020 21:44:54 +0300 Organization: LINKOV.NET Message-ID: <87v9f4afsx.fsf@mail.linkov.net> References: <83tuv47vkn.fsf@gnu.org> <87ft6igdzi.fsf@mail.linkov.net> <837drt1qta.fsf@gnu.org> <874kmx443u.fsf@mail.linkov.net> <83k0vszw0e.fsf@gnu.org> <87d01kvbnj.fsf@mail.linkov.net> <83wnzsxln9.fsf@gnu.org> <87wnzmgd1f.fsf@mail.linkov.net> <83mu0hng0d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="538"; 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 20 20:57:31 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 1kUwp6-000AXd-K0 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Oct 2020 20:57:28 +0200 Original-Received: from localhost ([::1]:34198 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUwp5-0003oH-JJ for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 20 Oct 2020 14:57:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUwog-00038o-Si for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 14:57:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:35284) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kUwog-0004Sq-HC for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 14:57:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kUwog-0003pN-Gb for bug-gnu-emacs@gnu.org; Tue, 20 Oct 2020 14:57:02 -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, 20 Oct 2020 18:57: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.160322019214668 (code B ref 43866); Tue, 20 Oct 2020 18:57:02 +0000 Original-Received: (at 43866) by debbugs.gnu.org; 20 Oct 2020 18:56:32 +0000 Original-Received: from localhost ([127.0.0.1]:46829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUwoC-0003oW-2Y for submit@debbugs.gnu.org; Tue, 20 Oct 2020 14:56:32 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36801) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUwo7-0003o2-Ia for 43866@debbugs.gnu.org; Tue, 20 Oct 2020 14:56:27 -0400 X-Originating-IP: 91.129.102.160 Original-Received: from mail.gandi.net (m91-129-102-160.cust.tele2.ee [91.129.102.160]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 545D860006; Tue, 20 Oct 2020 18:56:19 +0000 (UTC) In-Reply-To: (Robert Pluim's message of "Tue, 20 Oct 2020 16:47:12 +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:191122 Archived-At: > Eli> The implementation seems to rely on a file in the /usr/include tree > Eli> that might not be there. This is a significant disadvantage, IMO. It > Eli> means that, unlike all other similar facilities in Emacs, this one is > Eli> not self-contained. > > Eli> Is it possible to lift this limitation? > > Aren't all those definitions in lisp/term/x-win.el anyway? It seems the list in lisp/term/x-win.el is not needed at run-time, since Eli want to pre-generate these keymappings, so at the time of generation, keysymdef.h can be used because we need such mappings as from XK_Aogonek to U+0104, not from 0x01a1 to U+0104 like in x-win.el. The only remaining problem with keysymdef.h is how to process such definitions in keysymdef.h: #define XK_KP_Enter 0xff8d /* Enter */ There is no Unicode character, even in x-win.el. I guess it should be hard-coded to map directly to [kp-enter].