From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jose Antonio Ortega Ruiz Newsgroups: gmane.emacs.devel Subject: global keybindings re-defined on package upgrade Date: Thu, 15 Sep 2022 21:55:28 +0100 Message-ID: <87o7vg9x33.fsf@mail.jao.io> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26149"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 15 23:12:40 2022 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 1oYwA3-0006ha-Ur for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 23:12:40 +0200 Original-Received: from localhost ([::1]:56964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oYwA3-0000c3-1Y for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Sep 2022 17:12:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35226) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYvtV-0002jA-SZ for emacs-devel@gnu.org; Thu, 15 Sep 2022 16:55:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40560) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYvtV-0006fh-K0 for emacs-devel@gnu.org; Thu, 15 Sep 2022 16:55:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=ctfW+w7FYnXn2Iy4HNBA8jOFZ3oKZRAQURsw183pSPk=; b=k3sWpbYIBj7Nyx TCnSqm7dlBqK52703m6dzbMhlH0qbbThAcKuvNV9yzQDPO63UX2WaeE79GgX5pjkU0R1Cl6cCjPB8 ljf/o5MKyjDjw+D/B1DXDNZnCpTe+1OllTNK2KZv/nfYMmKFvcFHx92LnBIArJ+b58HcsTuPMMrBw RX2NMzEyiHl4rhH7FTc8L/L4M+MwpmzEXD07h37rIkf7lw2misyn64WEXV4HO1kEvfJsWiAxU2/vP Q3LKxnoAZN7Z08gRlKU/vdMDoz8E0lyzVReqqc8xVg8pFCph35i47CYJH+V3rBfiE1jo0RkZSf17G FjGscfgjI6EsMLgBvaeA==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:37312 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oYvtT-0005zI-Ik for emacs-devel@gnu.org; Thu, 15 Sep 2022 16:55:33 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id 4b12875f for ; Thu, 15 Sep 2022 20:55:28 +0000 (UTC) X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:295449 Archived-At: Hi, Since a little while ago, in emacs 29.0.50 (master), it happens often that when i upgrade installed packages, some global keybindings i've re-defined in my init (e.g. , C-l, C-x p) get re-assigned to their original binding; it doesn't happen all the time and i haven't yet been able to find a pattern. But perhaps this is expected behaviour and i should restart emacs on upgrade, or maybe move to new-style keymap-* functions (i'm still using global-set-key and friends). Thanks, jao