From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dowBH-0007Y6-0l for guix-patches@gnu.org; Mon, 04 Sep 2017 14:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dowBC-00019r-0v for guix-patches@gnu.org; Mon, 04 Sep 2017 14:33:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dowBB-00019J-UJ for guix-patches@gnu.org; Mon, 04 Sep 2017 14:33:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dowBB-0001a2-J1 for guix-patches@gnu.org; Mon, 04 Sep 2017 14:33:01 -0400 Subject: [bug#28300] [PATCH] gnu: Add emacs-tiny. References: <87d17cn6s9.fsf@gmail.com> In-Reply-To: <87d17cn6s9.fsf@gmail.com> Resent-Message-ID: From: Alex Kost Date: Mon, 04 Sep 2017 21:32:39 +0300 Message-ID: <87vakywbzs.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28300@debbugs.gnu.org Ludovic Court=C3=A8s wrote: > Oleg Pykhalov skribis: > > From: Oleg Pykhalov > > Date: Wed, 30 Aug 2017 23:11:38 +0300 > > Subject: [PATCH] gnu: Add emacs-tiny. > > > > * gnu/packages/emacs.scm (emacs-tiny): New variable. > Applied with minor changes to the description, thanks! I'm afraid your minor changes introduced a typo: > + (description > + "The main command of the @code{tiny} extension for Emacs is @code{t= iny-expand}. > +It iss meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some e= lisp ^^^ > +proficiency is an advantage, since you can transform your numeric range = with > +an elisp expression.") I always feel uncomfortable to make a commit for a single typo, so I let you fix it yourself :-) --=20 Alex