From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 0/3] emacs: Few improvements. Date: Sat, 13 Feb 2016 22:04:40 +0300 Message-ID: <1455390283-3585-1-git-send-email-alezost@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUfV1-0006FH-7p for guix-devel@gnu.org; Sat, 13 Feb 2016 14:04:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUfUy-0006cr-2U for guix-devel@gnu.org; Sat, 13 Feb 2016 14:04:55 -0500 Received: from mail-lb0-x241.google.com ([2a00:1450:4010:c04::241]:33850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUfUx-0006cl-Ph for guix-devel@gnu.org; Sat, 13 Feb 2016 14:04:51 -0500 Received: by mail-lb0-x241.google.com with SMTP id e10so4884156lbb.1 for ; Sat, 13 Feb 2016 11:04:51 -0800 (PST) Received: from localhost.localdomain ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id rp10sm2583764lbb.13.2016.02.13.11.04.49 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 13 Feb 2016 11:04:50 -0800 (PST) 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: guix-devel@gnu.org A couple of fixes/improvements discovered in bug reports opened by myglc2. Patches: [PATCH 1/3] emacs: Add 'M-x guix-installed-{user/system}-packages'. As proposed at . [PATCH 2/3] emacs: Set 'guix-buffer-item' before displaying entries. This is a required change for the next patch. [PATCH 3/3] emacs: Do not allow to modify system profiles.