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 19:03:26 +0200 Message-ID: <20200724190326.0015bf26@pineapple> References: <20200724005105.11f85d5f@pineapple> <03f641b5-9ff9-476f-afab-e674e4027d27@default> <20200724110733.7cf5c4d5@pineapple> <87sgdhaqll.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26215"; mail-complaints-to="usenet@ciao.gmane.io" To: Lars Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Jul 24 19:06:18 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 1jz19F-0006iM-WD for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 19:06:18 +0200 Original-Received: from localhost ([::1]:44876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jz19E-0002h5-PI for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Jul 2020 13:06:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33430) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jz16f-0001mL-EN for emacs-devel@gnu.org; Fri, 24 Jul 2020 13:03:37 -0400 Original-Received: from latitanza.investici.org ([2001:888:2000:56::19]:26279) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jz16d-0005jp-8q for emacs-devel@gnu.org; Fri, 24 Jul 2020 13:03:37 -0400 Original-Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 2D5D01201BA; Fri, 24 Jul 2020 17:03:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1595610211; bh=0aQwsN8oHRzbJr3Rpsq3ypOEBteNaCWBU9DXq5aJX88=; h=Date:From:To:Subject:In-Reply-To:References:From; b=F33phhL8XeRWrGLHTR38Ba3cfvbczr5OwBDT1M4Rx7pRHZaDUE/NbeT7/tiHiEcUk eP51bukxL0xSV43ZGRS0jNLhdvQHDLV6F++/KSXOy8fq+fKHcFykOIpmcL3w2trIdz fM2OrritYNRehc5yPp1Cw1OaI2T63Ot0q3sFTBfw= Original-Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: mehw.is.me@inventati.org) by localhost (Postfix) with ESMTPSA id 6E99712018B; Fri, 24 Jul 2020 17:03:30 +0000 (UTC) In-Reply-To: <87sgdhaqll.fsf@gnus.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=mehw.is.me@inventati.org; helo=latitanza.investici.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_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:253193 Archived-At: > 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? Hi Lars Ingebrigtsen, I still have to assign, this is the first patch I submit which requires an assignment... Can you, or some dev, send me the necessary instruction and assignment form, please? Cheers!