From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Vilata i Balaguer Subject: bug#26367: Please add emacs-adaptive-wrap package Date: Wed, 5 Apr 2017 12:15:39 +0200 Message-ID: <20170405101539.GD6476@sax.terramar.selidor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvhyw-0004mD-RY for bug-guix@gnu.org; Wed, 05 Apr 2017 06:16:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvhys-00007D-Lx for bug-guix@gnu.org; Wed, 05 Apr 2017 06:16:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvhys-000079-II for bug-guix@gnu.org; Wed, 05 Apr 2017 06:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cvhys-00079e-Dp for bug-guix@gnu.org; Wed, 05 Apr 2017 06:16:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvhyf-0004iZ-5G for bug-guix@gnu.org; Wed, 05 Apr 2017 06:15:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvhyb-0008S8-0P for bug-guix@gnu.org; Wed, 05 Apr 2017 06:15:49 -0400 Received: from lev.selidor.net ([66.246.138.156]:58327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvhya-0008Rt-Qg for bug-guix@gnu.org; Wed, 05 Apr 2017 06:15:44 -0400 Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 26367@debbugs.gnu.org Hi, this is a wishlist request to add the [adaptive-wrap](https://elpa.gnu.org/packages/adaptive-wrap.html) ELPA package to GNU Guix. The following definition, as produced by ``guix import elpa adaptive-wrap`` (except for removing the ``license:`` prefix) seems to work without issues with ``guix install -f FILE``: ``` (use-modules (guix) (guix build-system emacs) (guix licenses)) (package (name "emacs-adaptive-wrap") (version "0.5") (source (origin (method url-fetch) (uri (string-append "http://elpa.gnu.org/packages/adaptive-wrap-" version ".el")) (sha256 (base32 "0frgmp8vrrml4iykm60j4d6cl9rbcivy9yh24q6kd10bcyx59ypy")))) (build-system emacs-build-system) (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html") (synopsis "Smart line-wrapping with wrap-prefix") (description "This package provides the `adaptive-wrap-prefix-mode' minor mode which sets the wrap-prefix property on the fly so that single-long-line paragraphs get word-wrapped in a way similar to what you'd get with M-q using adaptive-fill-mode, but without actually changing the buffer's text.") (license gpl3+)) ``` Thank you very much, -- Ivan Vilata i Balaguer -- https://elvil.net/