From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 859190f 2/3: Convert some keymaps to defvar-keymap Date: Wed, 13 Oct 2021 16:34:39 +0300 Message-ID: <83czo9nj4g.fsf@gnu.org> References: <20211004081724.6281.11798@vcs0.savannah.gnu.org> <20211004081727.4F24921048@vcs0.savannah.gnu.org> <871r4qcs8s.fsf@gnus.org> <87o87ubcnl.fsf@gnus.org> <87h7dm9en7.fsf@gnus.org> <818f9907c2b1fe8b54b1@heytings.org> <83tuhlnkxm.fsf@gnu.org> <818f9907c2f359a71f49@heytings.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36105"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, stefankangas@gmail.com, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 13 15:48:26 2021 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 1maecM-0009Cp-9T for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Oct 2021 15:48:26 +0200 Original-Received: from localhost ([::1]:58404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maecL-0006Eq-Bo for ged-emacs-devel@m.gmane-mx.org; Wed, 13 Oct 2021 09:48:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33136) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maeP9-0003kV-Ue for emacs-devel@gnu.org; Wed, 13 Oct 2021 09:34:47 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60480) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maeP7-0003WR-Ug; Wed, 13 Oct 2021 09:34:45 -0400 Original-Received: from [87.69.77.57] (port=3442 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maeP7-0008R3-HS; Wed, 13 Oct 2021 09:34:45 -0400 In-Reply-To: <818f9907c2f359a71f49@heytings.org> (message from Gregory Heytings on Wed, 13 Oct 2021 13:05:16 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:276902 Archived-At: > Date: Wed, 13 Oct 2021 13:05:16 +0000 > From: Gregory Heytings > Cc: larsi@gnus.org, stefankangas@gmail.com, emacs-devel@gnu.org > > > If the "kbd" call fails for some reason, safe_call1 will return nil, and > > what will that do to the rest of the code? > > That code was a short proof of concept, to initiate a discussion. If the > idea is okay, I'll work on it to fix this problem (and possibly others). Ah, okay. Apologies for my misunderstanding.