From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: guix: Set 'guix-dot-program' emacs variable. Date: Mon, 19 Oct 2015 17:41:05 +0200 Message-ID: <87si56yige.fsf@gnu.org> References: <877fmnkj61.fsf@gmail.com> <87si5buswd.fsf@gnu.org> <87twpqy8qp.fsf@gmail.com> <87wpulk49m.fsf@gnu.org> <87oafxsdkm.fsf@gmail.com> <871tcsi0j1.fsf@gnu.org> <8737x6ewwp.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]:52890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoCYh-0002MO-VP for guix-devel@gnu.org; Mon, 19 Oct 2015 11:41:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoCYe-0003G6-H9 for guix-devel@gnu.org; Mon, 19 Oct 2015 11:41:11 -0400 In-Reply-To: <8737x6ewwp.fsf@gmail.com> (Alex Kost's message of "Mon, 19 Oct 2015 17:49:10 +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: > From 0cc7c8d44b88e7df9a0f443d8939c6b8ac14232e Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 16 Oct 2015 20:34:32 +0300 > Subject: [PATCH] build: Set DOT_USER_PROGRAM for Emacs interface. > MIME-Version: 1.0 > Content-Type: text/plain; charset=3DUTF-8 > Content-Transfer-Encoding: 8bit > > Suggested by Ludovic Court=C3=A8s . > > * configure.ac: Set DOT_USER_PROGRAM variable. > * emacs/guix-config.el.in (guix-config-dot-program): New constant. > * emacs/guix-external.el (guix-dot-program): Use it. OK, thank you! Ludo=E2=80=99.