From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 0/4] Add gobby 0.4 Date: Fri, 30 Sep 2016 18:09:51 +0200 Message-ID: <87d1jlmks0.fsf@gnu.org> References: <20160927123124.32617-1-wingo@igalia.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]:39841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq0Nr-0000cn-EM for guix-devel@gnu.org; Fri, 30 Sep 2016 12:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bq0Nm-0000pp-W6 for guix-devel@gnu.org; Fri, 30 Sep 2016 12:09:59 -0400 In-Reply-To: (Andy Wingo's message of "Tue, 27 Sep 2016 15:19:28 +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: Andy Wingo Cc: guix-devel@gnu.org Andy Wingo skribis: > On Tue 27 Sep 2016 14:31, Andy Wingo writes: > >> These patches add a collaborative editor that we use at work. >> >> Andy Wingo (4): >> gnu: Add libxml++-2. >> gnu: Add libnet6. >> gnu: Add obby. >> gnu: Add obby. >> >> gnu/local.mk | 1 + >> gnu/packages/gnome.scm | 14 ++++++ >> gnu/packages/gobby.scm | 132 ++++++++++++++++++++++++++++++++++++++++++= +++++++ >> 3 files changed, 147 insertions(+) >> create mode 100644 gnu/packages/gobby.scm > > Clearly I am an idiot. I was trying the technique where you can > git format-patch to a directory and then git send-email from those > files. Never more! Anyway I pushed the above after fixing the lint > errors for the `description' fields. Heh. :-) Thanks for adding Gobby! Ludo=E2=80=99.