From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Matthew White Newsgroups: gmane.emacs.devel Subject: Re: Add new functions to mark/unmark/delete all bookmarks Date: Fri, 24 Jul 2020 11:07:33 +0200 Message-ID: <20200724110733.7cf5c4d5@pineapple> References: <20200724005105.11f85d5f@pineapple> <03f641b5-9ff9-476f-afab-e674e4027d27@default> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/WoLJeCqhdngV0u6etQ+KBii"; protocol="application/pgp-signature"; micalg=pgp-sha256 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30170"; mail-complaints-to="usenet@ciao.gmane.io" To: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 24 11:10:40 2020 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 1jytix-0007kW-Rn for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 11:10:39 +0200 Original-Received: from localhost ([::1]:57918 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jytiw-000623-Nf for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 05:10:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jytgV-0002qb-CT for emacs-devel@gnu.org; Fri, 24 Jul 2020 05:08:07 -0400 Original-Received: from confino.investici.org ([212.103.72.250]:33399) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jytgS-0003nj-PQ for emacs-devel@gnu.org; Fri, 24 Jul 2020 05:08:07 -0400 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 8EC782140A; Fri, 24 Jul 2020 09:08:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1595581680; bh=ya6mzVrsV9TLxoncH5p4DOqnya9Z9tGyo56zYw2ysRQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=VEuXxEUNTOHc4yfk9QzZFgjZCgS7bxfCH2m9RxCwUIKLnkY/GrmsJnh4EfzMsXhLp K42Aw4EO5zuSS5/Nepk2VmksND9zM0x6HL1NCjeMHNcW1PbIwxodYHZCNNaDUR9BOW L41cbKbOuQPm5E6Xo4dxu0b6JOMDGHM/Nhpq28LY= Original-Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: mehw.is.me@inventati.org) by localhost (Postfix) with ESMTPSA id F1FE7212C8; Fri, 24 Jul 2020 09:07:56 +0000 (UTC) In-Reply-To: <03f641b5-9ff9-476f-afab-e674e4027d27@default> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=212.103.72.250; envelope-from=mehw.is.me@inventati.org; helo=confino.investici.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/24 05:08:01 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:253182 Archived-At: --Sig_/WoLJeCqhdngV0u6etQ+KBii Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable > Well, I naturally am not in favor of seeing this. >=20 > All of that is in Bookmark+, but better, IMO. > You could have taken some of what's there, either > as is or as a starting point. Hi Drew Adams, Thanks for your great work. > https://www.emacswiki.org/emacs/BookmarkPlus#MarkingAndUnmarkingBookmarks I assure you that I never looked into the code of Bookmark+, hence there is no code I borrowed in writing my patch to add some common features to bookmark.el. I'm sorry if people think things that way. What about the repository of Bookmark+ on GitHub? https://github.com/emacsmirror/bookmark-plus --Sig_/WoLJeCqhdngV0u6etQ+KBii Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEHleiF1SoBpqVdUvfw5wJ3TZNsgAFAl8apNUACgkQw5wJ3TZN sgBy1gf/X4Hz7IUqeNdIbxTh6n1X4A9zAxYzObd6EM2ZPZnA2q7Fb7zf3KBnEcdZ 6YKr7RAE+sSLJJHLvUSnKJvDCMd9VhsS2ZCCpAG4+fYrnyKpGjdZeDgnNkcqVW+c gsTNvMqbAnv0hyhg+Tp8kj5+GKg59b9T1En+2vJnWxZuL6HToTUH4GtkPKgxYRzL D+L3kSss3BfRe4mQU8QOEIRmHeFYIua6XhugmDHUMD8DdmVvUTyoVMEkLB2m+7lz yjwBkxDM6ZCup1EGuU31Qdf/4rwpuJmMd/lMGCCevzJbh/NW8o87UCrBQMIYyele JxhJkbVgFsdnvYLivFtBvs6y1wvypQ== =rKef -----END PGP SIGNATURE----- --Sig_/WoLJeCqhdngV0u6etQ+KBii--