From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#45563: 28.0.50; key-chord-mode not working with native comp Date: Thu, 31 Dec 2020 14:44:34 +0000 Message-ID: References: Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5647"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 45563@debbugs.gnu.org To: Eamonn Sullivan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 31 15:45:09 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 1kuzCP-0001Kd-BF for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 31 Dec 2020 15:45:09 +0100 Original-Received: from localhost ([::1]:40980 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kuzCO-0006h0-4Q for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 31 Dec 2020 09:45:08 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kuzCI-0006gt-6N for bug-gnu-emacs@gnu.org; Thu, 31 Dec 2020 09:45:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56707) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kuzCH-0002cP-U6 for bug-gnu-emacs@gnu.org; Thu, 31 Dec 2020 09:45:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kuzCH-0007QS-Qt for bug-gnu-emacs@gnu.org; Thu, 31 Dec 2020 09:45:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 31 Dec 2020 14:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45563 X-GNU-PR-Package: emacs Original-Received: via spool by 45563-submit@debbugs.gnu.org id=B45563.160942587828500 (code B ref 45563); Thu, 31 Dec 2020 14:45:01 +0000 Original-Received: (at 45563) by debbugs.gnu.org; 31 Dec 2020 14:44:38 +0000 Original-Received: from localhost ([127.0.0.1]:40020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuzBu-0007Pb-5L for submit@debbugs.gnu.org; Thu, 31 Dec 2020 09:44:38 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:60568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kuzBr-0007PR-Ah for 45563@debbugs.gnu.org; Thu, 31 Dec 2020 09:44:37 -0500 Original-Received: from mab (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTP id 0BVEiYaY022850; Thu, 31 Dec 2020 14:44:34 GMT In-Reply-To: (Eamonn Sullivan's message of "Thu, 31 Dec 2020 14:25:27 +0000") 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:197091 Archived-At: [re-adding the bug in Cc] Eamonn Sullivan writes: > Hi, sorry, said something incorrect: > > I am *not* able to reproduce the problem when running emacs -q. Key chords work -- I had forgotten to run key-chord-mode. > > But I don't think I'm triggering native-comp when I do that. Native compilation should be always available. I think would be helpful some reduced reproducer if you can poke a little at it trying to produce it. Thanks Andrea > Hope that helps, > Eamonn > > On Thu, 31 Dec 2020 at 14:16, Eamonn Sullivan wrote: > > Hi Andrea, > > I only use key chords for one thing: QQ to bring up a hydra for straight.el. This was working in the last couple of > days. (I used to use it for other things, but kept accidentally triggering it...) > > This is my configuration, if it helps: https://github.com/eamonnsullivan/emacs.d > > I load use-package-chords in init-global-behaviour.el. > > However, I also seem to be able to reproduce the issue by starting emacs with -q and loading and eval'ing > key-chord.el (from https://github.com/emacsorphanage/key-chord/blob/master/key-chord.el), so might not be related to > native-comp. That was just my first thought. It seems to be wrong! > > Thanks for looking into this! > > -Eamonn > > On Thu, 31 Dec 2020 at 13:56, Andrea Corallo wrote: > > Eamonn Sullivan writes: > > > My key chord definitions (the few I have) have stopped working. Example > > in the scratch buffer: > > > > (key-chord-define-global "JJ" 'previous-buffer) > > previous-buffer > > JJ > > Hi Eamonn, > > could you tell since are you experiencing this regression? Also have > you tried compiling without --with-nativecomp to verify the problem is > introduced by native compilation? > > Thanks > > Andrea > -- akrl@sdf.org