From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: Disambiguate "d" key in 'system' popup. Date: Fri, 16 Oct 2015 10:16:33 +0200 Message-ID: <87y4f3ut26.fsf@gnu.org> References: <878u73kj7i.fsf@gmail.com> 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]:37130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn0Bu-0005ZK-V0 for guix-devel@gnu.org; Fri, 16 Oct 2015 04:16:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn0Bo-0001jA-UT for guix-devel@gnu.org; Fri, 16 Oct 2015 04:16:41 -0400 In-Reply-To: <878u73kj7i.fsf@gmail.com> (Alex Kost's message of "Thu, 15 Oct 2015 22:47:13 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Currently in "M-x guix RET system" there are 2 "d" keys: for 'dmd-graph' > and for 'disk-image'. I think since there is already a capital "V" for > 'vm-image', it's OK to use a capital "D" for 'disk-image'. WDYT? Yes, sounds good! Ludo=E2=80=99.