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: [External] : Re: [PATCH] When deleting in bookmark menu, prompt for confirmation. Date: Sun, 09 May 2021 21:39:34 +0300 Message-ID: <83cztz7nvd.fsf@gnu.org> References: <87a6pcqy7s.fsf@red-bean.com> <83czu86o46.fsf@gnu.org> <835z006jpl.fsf@gnu.org> <87im3z3f8f.fsf@red-bean.com> <83zgxb67g2.fsf@gnu.org> <87mtt9sqh4.fsf@red-bean.com> <87czu58uso.fsf@gnus.org> <878s4tq8e6.fsf@red-bean.com> <874kfguail.fsf@red-bean.com> <875yzwtkuj.fsf@gmail.com> <87lf8prm2f.fsf@gmail.com> <83eeeg8ez9.fsf@gnu.org> <87h7jboirj.fsf@red-bean.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6174"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, orontee@gmail.com, monnier@iro.umontreal.ca, drew.adams@oracle.com, emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 09 20:40:23 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 1lfoLn-0001WD-IL for ged-emacs-devel@m.gmane-mx.org; Sun, 09 May 2021 20:40:23 +0200 Original-Received: from localhost ([::1]:40484 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfoLm-0008Ow-Hr for ged-emacs-devel@m.gmane-mx.org; Sun, 09 May 2021 14:40:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46282) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfoL4-0007AK-16 for emacs-devel@gnu.org; Sun, 09 May 2021 14:39:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40182) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfoL1-000473-Ju; Sun, 09 May 2021 14:39:36 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1594 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 1lfoKx-0006dP-QG; Sun, 09 May 2021 14:39:35 -0400 In-Reply-To: <87h7jboirj.fsf@red-bean.com> (message from Karl Fogel on Sun, 09 May 2021 13:37:52 -0500) 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:269090 Archived-At: > From: Karl Fogel > Cc: Matthias Meulien , drew.adams@oracle.com, > larsi@gnus.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org > Date: Sun, 09 May 2021 13:37:52 -0500 > > My inclination would be to do this by having `bookmark-bmenu-load' > just refer readers to `bookmark-load', and then improving the > latter's doc string. That way if future changes are made to > `bookmark-load's behavior, we wouldn't need to remember to update > `bookmark-bmenu-load's doc string too. > > Thoughts? I'll have thoughts when I see the result ;-)