From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3hb8-00077a-8J for guix-patches@gnu.org; Wed, 04 Apr 2018 08:33:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3hb4-0007pQ-7j for guix-patches@gnu.org; Wed, 04 Apr 2018 08:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58135) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f3hb4-0007pE-3t for guix-patches@gnu.org; Wed, 04 Apr 2018 08:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f3hb3-0008Aj-Sk for guix-patches@gnu.org; Wed, 04 Apr 2018 08:33:01 -0400 Subject: [bug#30884] [PATCH 1/6] gnu: Add emacs-pg. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180320162956.11860-1-go.wigust@gmail.com> <20180320163310.11955-1-go.wigust@gmail.com> Date: Wed, 04 Apr 2018 14:32:19 +0200 In-Reply-To: <20180320163310.11955-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Tue, 20 Mar 2018 19:33:05 +0300") Message-ID: <87a7ujcfu4.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: Oleg Pykhalov Cc: 30884@debbugs.gnu.org Oleg Pykhalov skribis: > * gnu/packages/emacs.scm (emacs-pg): New public variable. LGTM! > +This module lets you access the PostgreSQL object-relational DBMS from E= macs, > +using its socket-level frontend/backend protocol. The module is capable= of > +automatic type coercions from a range of SQL types to the equivalent Ema= cs > +Lisp type. This is a low level API, and won't be useful to end users. = Should > +work with GNU Emacs 19.34 and up, and XEmacs 20 and up. Performance is = very > +poor when not byte-compiled.") I=E2=80=99d remove the last two sentences, which are unhelpful to Guix user= s. Thanks, Ludo=E2=80=99.