From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How does one require the seq library after installing an updated version of it with package.el? Date: Wed, 29 Apr 2020 12:16:22 -0400 Message-ID: References: <9b8e1ff9-7886-78f7-8397-99c8cef30d78@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="108624"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Nicolas Petton , Emacs developers To: =?windows-1252?Q?Cl=E9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 29 18:19:09 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 1jTpQS-000S8M-R0 for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 18:19:08 +0200 Original-Received: from localhost ([::1]:52622 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTpQR-0006fy-R5 for ged-emacs-devel@m.gmane-mx.org; Wed, 29 Apr 2020 12:19:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45452) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTpNu-000461-VL for emacs-devel@gnu.org; Wed, 29 Apr 2020 12:16:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTpNr-0003qe-DS for emacs-devel@gnu.org; Wed, 29 Apr 2020 12:16:30 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:27999) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTpNq-0003m9-Q0 for emacs-devel@gnu.org; Wed, 29 Apr 2020 12:16:26 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 9667F100240; Wed, 29 Apr 2020 12:16:25 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 229AF100B0B; Wed, 29 Apr 2020 12:16:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1588176984; bh=COIfei1nZFTVvybc7037g0tHvCl7gCIzlZM9fxBQa/U=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=ddAFgXT2pSQP7b8v8iLkel3oW6q9lXmgo5uZlemzQtJuiZFno+EcvexR8BENAOSOn 96+FG97J4S5lfLlMF3V2x1mm51I4523i1bSY9qYoFwOfkl3Vu26ZiXrmOKf5Uk3qWb 3Qlf0K2PXf8c4lpO+HZS9jilrloELW7JDqT4fRUJV/KvSzW4wf7xj8ZxhX10gtBN7M 2aLc+ANU7uBZ5s7R7s9wB455zFpCH3/d9Bnvo/r3LbhUmvs/VH8LjXf44s8tWlif9O AWW1eJR5BsdsjgY6QwObhlst6o/P/dYp6Mb0XxnhiusIbnXY7wEcOYwhYYwE/Ovt/p H1Lv+ZeHsxqig== Original-Received: from alfajor (unknown [216.154.3.202]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id B398812059D; Wed, 29 Apr 2020 12:16:23 -0400 (EDT) In-Reply-To: <9b8e1ff9-7886-78f7-8397-99c8cef30d78@gmail.com> (=?windows-1252?Q?=22Cl=E9ment?= Pit-Claudel"'s message of "Wed, 29 Apr 2020 11:51:33 -0400") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/29 11:48:11 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 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:248162 Archived-At: > Is this a bug, or am I doing something wrong? It's a bug. Stefan