From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add Emacs without GTK Date: Mon, 11 Aug 2014 18:42:19 +0200 Message-ID: <87k36ft1uc.fsf@gnu.org> References: <87vbqgd26f.fsf@taylan.uni.cx> 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]:45262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGsg2-0000rM-BS for guix-devel@gnu.org; Mon, 11 Aug 2014 12:42:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGsft-0004Cz-7i for guix-devel@gnu.org; Mon, 11 Aug 2014 12:42:30 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:59190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGsft-0004Ct-11 for guix-devel@gnu.org; Mon, 11 Aug 2014 12:42:21 -0400 In-Reply-To: <87vbqgd26f.fsf@taylan.uni.cx> (Taylan Ulrich Bayirli's message of "Tue, 29 Jul 2014 10:00:56 +0200") 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: Taylan Ulrich Bayirli/Kammer Cc: guix-devel@gnu.org Taylan Ulrich Bayirli/Kammer skribis: > From eb8b480c810322f8f986fc7cdb230f57e269a8c6 Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Mon, 28 Jul 2014 22:26:59 +0200 > Subject: [PATCH] gnu: Add emacs-no-x-toolkit. > > * gnu/packages/emacs.scm (emacs-no-x-toolkit): New variable. LGTM, and a good idea. > +(define-public emacs-no-x-toolkit > + (package (inherit emacs) > + (name "emacs-no-x-toolkit") I=E2=80=99d prefer =E2=80=98emacs-no-x=E2=80=99, WDYT? (ISTR Debian calls it =E2=80=98emacs-nox=E2=80=99, FWIW.) Ludo=E2=80=99.