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: Add texmaker. Date: Mon, 23 May 2016 23:33:02 +0200 Message-ID: <878tz0mpdd.fsf@gnu.org> References: <87posdzltg.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]:52709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4xTM-0004Pq-R2 for guix-devel@gnu.org; Mon, 23 May 2016 17:33:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4xTG-0001PZ-TC for guix-devel@gnu.org; Mon, 23 May 2016 17:33:11 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4xTG-0001PV-Q9 for guix-devel@gnu.org; Mon, 23 May 2016 17:33:06 -0400 In-Reply-To: <87posdzltg.fsf@gnu.org> (Roel Janssen's message of "Mon, 23 May 2016 01:59:07 +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" To: Roel Janssen Cc: Guix-devel Hi! Roel Janssen skribis: > For the lack of a better place, I created a new file for texmaker. > Maybe we should consider moving all LaTeX-related stuff into latex.scm. > > Here's a patch for Texmaker -- a decent LaTeX editor for the non-Emacs > users ;-). Maybe we could rename texlive.scm to tex.scm and stuff everything in there (that would be TeX=C2=A0Live + Rubber + TeXmaker.) Thoughts? >>From c1da9bec615cc81d6dccc75386f813459a4e14f4 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Mon, 23 May 2016 01:53:20 +0200 > Subject: [PATCH] gnu: Add texmaker. > > * gnu/local.mk (GNU_SYSTEM_MODULES): Add texmaker entry. > * gnu/packages/texmaker.scm: New file. Otherwise LGTM too. Thanks! Ludo=E2=80=99.