From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Help making a map-do/seq-do based code work on emacs 26.3 Date: Thu, 05 May 2022 17:33:24 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1276"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Help Gnu Emacs mailing list , Nicolas Petton To: Kaushal Modi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 05 23:34:16 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1nmj70-000AWq-Ej for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 05 May 2022 23:34:14 +0200 Original-Received: from localhost ([::1]:36664 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nmj6y-0003AJ-Uo for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 05 May 2022 17:34:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52864) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmj6N-0003A8-P8 for help-gnu-emacs@gnu.org; Thu, 05 May 2022 17:33:38 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:46739) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nmj6K-0003lS-IN for help-gnu-emacs@gnu.org; Thu, 05 May 2022 17:33:34 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 94CDC100280; Thu, 5 May 2022 17:33:30 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 026AA100006; Thu, 5 May 2022 17:33:25 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1651786405; bh=9+yFOtHdAGpXZhlgQy4VOVcL/nGnq7Oz0DhIWabZSDk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=iH5XjaLo0KNCa5KNTKs9F7ap/Q2wBs4/3nBs1YkbYwyocP0DpoWr9ByuZCAqvVJrs YLUJ/1fNOrfvW8nhbDIlS918I1nPWtPgjie1GThTRwYErTWfPFon8DlInHSFEuITUu Ox50XIisQLb1aVL64ZuJq5hnjYgGLdXNSra3hz30H37FF5xRb637ZlNWmOLVPFWiId n7jUvWcgk6uAHe6/FI6z9OF8dBPG9kAWWmmjZ6ftF9X6p8c6GruFg7vPpWzpbDhWsh oVoQlO/5d3CIcEPhD3u5/RIWHmLdHcUNDBUFd3LEW8TlTtj1zF0jDCYcxqSls+mVaZ cpaG6Kqwwaktw== Original-Received: from alfajor (lechon.iro.umontreal.ca [132.204.27.242]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id E43AC1204BC; Thu, 5 May 2022 17:33:24 -0400 (EDT) In-Reply-To: (Kaushal Modi's message of "Thu, 5 May 2022 17:23:03 -0400") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:137159 Archived-At: Kaushal Modi [2022-05-05 17:23:03] wrote: > On Thu, May 5, 2022 at 2:32 PM Stefan Monnier wrote: >> This call to `package-initialize` should not be necessary on recent >> Emacsen (but it used to be needed, indeed). If you find it's still >> necessary with Emacs `master`, please report it as a bug. > > Yes, I kept it there for simplicity as the CI runs on older Emacs > versions like 26.3. You're right; I don't need it for Emacs 27+. Great, thanks for confirming (I always worry that I missed a spot ;-) Stefan