From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Kangas Newsgroups: gmane.emacs.help Subject: Re: "Package refresh is already in progress, please wait..." Date: Thu, 23 Jan 2020 17:07:04 +0100 Message-ID: References: <91343003-50A7-429C-98D0-4736BC723DA5@traduction-libre.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="99767"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Help Gnu Emacs mailing list To: Jean-Christophe Helary Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 23 19:12:42 2020 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 1iugyA-000Puv-Fn for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jan 2020 19:12:42 +0100 Original-Received: from localhost ([::1]:34442 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iugy9-0006zo-19 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jan 2020 13:12:41 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57549) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuf0o-0007d9-LJ for help-gnu-emacs@gnu.org; Thu, 23 Jan 2020 11:07:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuf0n-0000Pc-En for help-gnu-emacs@gnu.org; Thu, 23 Jan 2020 11:07:18 -0500 Original-Received: from mail-pg1-f179.google.com ([209.85.215.179]:37747) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iuf0n-0000NT-9X for help-gnu-emacs@gnu.org; Thu, 23 Jan 2020 11:07:17 -0500 Original-Received: by mail-pg1-f179.google.com with SMTP id q127so1600930pga.4 for ; Thu, 23 Jan 2020 08:07:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ubGWFVhf5i6cew/UM+r/FH4sh5AGT0MjYEoZ3m/x+lE=; b=ub4TldEa6wCoDKvGSY4O7JpIAsgXKg9babzzxFisGquamqVUFw4l6F/U7ffU7eqTDv lcROs+8nWTs5OJ0TkDtJuGerHMW+S/+Y7z0QV+P6kEZWKTPgmLVxbGXDzJLNPEq9zCQZ kjASBjCpmHdGa3Fz62gxC5b3pdcac2NGF7D7TS9nWmKJDSl5GbasjAA+dtziPdJxIAM6 2lXOnT3QVyV5ifroh5Fqk8qdhQEnBl7avrqQ+05Uu10CIm0eW4/pNnG0pdk+8bl7V1+c xPOcbPVLjs/HuWz6KON7KEnelCvP7QRyL3bGqBKxBj/pV6K5NtCY9cPnwUAjbXl6Px51 AsoA== X-Gm-Message-State: APjAAAXFYRnrx5SmAxt+bDkYBuHvQSo5z3AahCJ7jYnXm+F2wP2N2bt9 uTHm5lbyyYnYbG7cK/VJeRHJCelN0RJKPkDWWls= X-Google-Smtp-Source: APXvYqylMtVYr2bWwN8t8Ts9DUgVcKOAWu9pBY0naP5hb6joeGM977sosoceB7zRi+wrcH5Fh/O2og9ao9zRmwplf0A= X-Received: by 2002:a62:e512:: with SMTP id n18mr7999621pff.50.1579795635865; Thu, 23 Jan 2020 08:07:15 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.179 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:122267 Archived-At: Stefan Kangas writes: > > I often get this message in that case and I can't call package until I actually kill emacs and restart it. BTW, when you see this, it should be fixed by evaluating: (setq package--downloads-in-progress nil) At least it saves you the trouble of having to restart Emacs until we can get a proper fix (I'm working on it). Best regards, Stefan Kangas