From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0LwlGwDelV7AVwAA0tVLHw (envelope-from ) for ; Tue, 14 Apr 2020 16:00:00 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id gLULKAPelV4MXwAAbx9fmQ (envelope-from ) for ; Tue, 14 Apr 2020 16:00:03 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 8766C681F06 for ; Tue, 14 Apr 2020 16:00:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2A6C56DE0F21; Tue, 14 Apr 2020 08:59:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lwTx5wNKWs5m; Tue, 14 Apr 2020 08:59:55 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 237CA6DE0BEF; Tue, 14 Apr 2020 08:59:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B0F366DE0BEF for ; Tue, 14 Apr 2020 08:59:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wNHQfT_2brGI for ; Tue, 14 Apr 2020 08:59:51 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id EFB716DE0B3E for ; Tue, 14 Apr 2020 08:59:50 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jONyW-0007MS-Fp for notmuch@notmuchmail.org; Tue, 14 Apr 2020 11:59:48 -0400 Received: (nullmailer pid 4015136 invoked by uid 1000); Tue, 14 Apr 2020 15:59:46 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: easy (?) elisp project for notmuch X-List-To: notmuch Date: Tue, 14 Apr 2020 12:59:46 -0300 Message-ID: <87blnu3vnx.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 X-Spam-Score: -1.01 Authentication-Results: aspmx2.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx2.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Scan-Result: default: False [-1.01 / 13.00]; RCVD_COUNT_SEVEN(0.00)[8]; GENERIC_REPUTATION(0.00)[-0.45237053769152]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; SPF_REPUTATION_HAM(0.00)[-0.45089385347069]; IP_REPUTATION_HAM(0.00)[asn: 27017(-0.18), country: US(-0.01), ip: 50.126.95.6(-0.45)]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[notmuch@notmuchmail.org]; TO_DN_NONE(0.00)[]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; MX_GOOD(-0.50)[cached: notmuchmail.org]; FORGED_SENDER_MAILLIST(0.00)[]; DMARC_NA(0.00)[tethera.net]; MAILLIST(-0.20)[mailman]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:27017, ipnet:50.126.64.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[david@tethera.net,notmuch-bounces@notmuchmail.org]; SUBJECT_HAS_QUESTION(0.00)[] X-TUID: qffBupS5jdL3 As of Emacs 27, Emacs will start issuing deprecation warnings for packages that load cl.el. I _think_ it's just a matter of replacing functions and macros from cl.el with cl- prefixed ones, but I haven't really investigated. If someone is looking for an easy way to contribute, this cleanup might be a good way to start. d