From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2viM-0003gv-MY for guix-patches@gnu.org; Fri, 13 Oct 2017 04:53:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2viI-0008Tk-Q6 for guix-patches@gnu.org; Fri, 13 Oct 2017 04:53:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56401) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2viI-0008Te-N0 for guix-patches@gnu.org; Fri, 13 Oct 2017 04:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2viI-0007AT-Fm for guix-patches@gnu.org; Fri, 13 Oct 2017 04:53:02 -0400 Subject: [bug#28804] [PATCH] gnu: Add emacs-graphviz-dot-mode. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171013053342.31024-1-mail@cbaines.net> <20171013060120.3249-1-mail@cbaines.net> Date: Fri, 13 Oct 2017 10:52:05 +0200 In-Reply-To: <20171013060120.3249-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 13 Oct 2017 07:01:20 +0100") Message-ID: <874lr3qvka.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28804@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/emacs.scm (graphviz-dot-mode): New variable. [...] > + (synopsis "Major mode for editing Graphviz Dot files") > + (description > + "This Emacs packages helps you to create .dot or .gv files using = the ^ ^ I=E2=80=99d use @file here but otherwise LGTM. Thank you, Ludo=E2=80=99.