From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: Add new functions to mark/unmark/delete all bookmarks Date: Fri, 24 Jul 2020 17:18:46 +0200 Message-ID: <87sgdhaqll.fsf@gnus.org> References: <20200724005105.11f85d5f@pineapple> <03f641b5-9ff9-476f-afab-e674e4027d27@default> <20200724110733.7cf5c4d5@pineapple> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27909"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: emacs-devel@gnu.org, Drew Adams , Matthew White To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 24 17:19:28 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 1jyzTs-00076L-Jo for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 17:19:28 +0200 Original-Received: from localhost ([::1]:47698 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyzTr-0003m1-Lt for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 11:19:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35098) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyzTN-0003Fq-9S for emacs-devel@gnu.org; Fri, 24 Jul 2020 11:18:57 -0400 Original-Received: from quimby.gnus.org ([2a01:4f9:2b:f0f::2]:55222) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyzTL-0004q6-LY for emacs-devel@gnu.org; Fri, 24 Jul 2020 11:18:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=53wJZFQJZ/p+gXRK97IreYhiFXi4I7wUB4EZz/uir7Y=; b=qxfq1BzTPp0zUJKn3a3dmnMn8F 1jciQsdcviGUI9HpRORnvJ6M527e6wzNuEMxUO56RCwHbJ45qnspGkIi2DjFfnwEyQwmkGGHsfT0D UmetwNGh02F0ONUJJ7E7GzFFKadp156iTcNgpIrW6Azrlzl/5Y79Fhr4Txstyq+RKpr8=; Original-Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jyzTE-0003RL-3l; Fri, 24 Jul 2020 17:18:52 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 24 Jul 2020 11:07:44 -0400") Received-SPF: pass client-ip=2a01:4f9:2b:f0f::2; envelope-from=larsi@gnus.org; helo=quimby.gnus.org X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, SPF_HELO_NONE=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:253189 Archived-At: Stefan Monnier writes: >> 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. > > His code is covered by the GPL *and* he signed the copyright paperwork, > so I don't think his issue is the reverse: he'd rather that the "new > code" be taken from his to reduce the difference between bookmark.el and > bookmark+.el. And I don't think that's a reasonable expectation for Drew to have -- there's no requirement for people working on bookmark.el to look at the bookmark+.el code. Matthew's code looks good to me, and seems like a real improvement to bookmark.el, but I looked at the copyright assignment papers, and apparently Matthew's only assigned copyright for wget, and not for Emacs? Or am I misreading the file? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no