From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [GSoC] Package management from Emacs Date: Fri, 07 Mar 2014 09:49:19 +0100 Message-ID: <87ha7ae6ls.fsf@gnu.org> References: <87d2i52fvq.fsf@gnu.org> <87ppm2hpna.fsf@gnu.org> <87siqxhvxy.fsf_-_@gnu.org> <878usoxz6e.fsf@gnu.org> <87k3c8qkpq.fsf@Jjaro.lan> <87mwh3tx5a.fsf@gnu.org> <87siqv3qdh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLqTA-0006RX-Nz for guix-devel@gnu.org; Fri, 07 Mar 2014 03:49:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLqT4-0007tC-8U for guix-devel@gnu.org; Fri, 07 Mar 2014 03:49:28 -0500 In-Reply-To: <87siqv3qdh.fsf@gnu.org> (Xue Fuqiao's message of "Fri, 07 Mar 2014 06:37:46 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Xue Fuqiao Cc: guix-devel@gnu.org Xue Fuqiao skribis: > In Package Menu mode, `r' will download the archive contents again, > whereas `g' only rebuilds the tabulated list of packages that have been > downloaded previously. > > So we can use `r' (guix pull) to check if there is any updated packages, > and use `g' for example to revert the install/delete marks in the buffer. Sounds good. Ludo=E2=80=99.