From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ensus-0005DV-MM for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ensur-0006Ec-B6 for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ensur-0006EY-6z for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ensur-0002o4-1A for guix-patches@gnu.org; Mon, 19 Feb 2018 16:24:05 -0500 Subject: [bug#30488] [PATCH] gnu: Add emacs-edit-indirect. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180216170847.14651-1-go.wigust@gmail.com> Date: Mon, 19 Feb 2018 22:23:57 +0100 In-Reply-To: <20180216170847.14651-1-go.wigust@gmail.com> (Oleg Pykhalov's message of "Fri, 16 Feb 2018 20:08:47 +0300") Message-ID: <87h8qcekr6.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: 30488@debbugs.gnu.org Oleg Pykhalov skribis: > * gnu/packages/emacs.scm (emacs-edit-indirect): New public variable. [...] > + (home-page "https://github.com/Fanael/edit-indirect") > + (synopsis "Edit regions in separate buffers") > + (description "Edit regions in separate buffers, like > +@code{org-edit-src-code} but for arbitrary regions.") The description should be a full sentence, but otherwise LGTM! Thanks, Ludo=E2=80=99.