From unknown Sat Sep 06 09:00:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26367: Please add emacs-adaptive-wrap package Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 05 Apr 2017 10:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26367 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 26367@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149138735927480 (code B ref -1); Wed, 05 Apr 2017 10:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Apr 2017 10:15:59 +0000 Received: from localhost ([127.0.0.1]:33188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvhyo-00079A-Mq for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvhym-00078t-KU for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvhyg-0008Tf-EX for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvhyg-0008TY-BE for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:50 -0400 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 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:748c:4506:1e38:f323]) by lev.selidor.net (Postfix) with ESMTP id 67DC1DF54; Wed, 5 Apr 2017 10:15:40 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 6EBE99A008B; Wed, 5 Apr 2017 12:15:39 +0200 (CEST) Date: Wed, 5 Apr 2017 12:15:39 +0200 From: Ivan Vilata i Balaguer Message-ID: <20170405101539.GD6476@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) 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/ From unknown Sat Sep 06 09:00:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26367: Please add emacs-adaptive-wrap package Resent-From: Catonano Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 05 Apr 2017 10:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26367 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ivan Vilata i Balaguer Cc: 26367@debbugs.gnu.org Received: via spool by 26367-submit@debbugs.gnu.org id=B26367.149138910830665 (code B ref 26367); Wed, 05 Apr 2017 10:46:01 +0000 Received: (at 26367) by debbugs.gnu.org; 5 Apr 2017 10:45:08 +0000 Received: from localhost ([127.0.0.1]:33217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cviR1-0007yX-Im for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:45:07 -0400 Received: from mail-wr0-f178.google.com ([209.85.128.178]:35907) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cviQz-0007xl-Eo for 26367@debbugs.gnu.org; Wed, 05 Apr 2017 06:45:05 -0400 Received: by mail-wr0-f178.google.com with SMTP id w11so7787588wrc.3 for <26367@debbugs.gnu.org>; Wed, 05 Apr 2017 03:45:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=WuDNwW4Rkg1hW0efkFZ+i356Mysizh5vKstIooQjE0U=; b=WJgTf/03d2witQTL3R8zrLRFheWmcL7pclb0uRhsmZ02JRkYW1mNWh1ETA2/N8GsfH WdmtBR9qLGHjZgym+P88kAn7BhwDK+lMHEhy7ZrFutbxCfR/mFR4PXlw/u7yrZUbGFdI fqWcqZUlEitcWJnJT1br1uHwTSo8f8b5Y7eXnkeDJV0wVCadeid5l/9i9DaIwrLPt0SX qe5z53ziiXhkdM/pwkijtumBSFTvtgNgdj2Ue4TckoLxU06kxbDbAcY4h3W/3C3tpe36 pgUlz0pm++v2Bn4SrIjoF0B5s+pKFs2EuKUjfe5pdPaWp7HrIsNJcA5MHvT9r7Ydgq5a G1ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WuDNwW4Rkg1hW0efkFZ+i356Mysizh5vKstIooQjE0U=; b=T+3GQRnf2j1pg3/ESb37yWuh/IoxuUZKxzv+TkpoBAyLVIqerZIr/wnNhb2k1V6mTz JAw0Yhbqtx6pBKebPPQVmZhIhcBqwrNxbn1jH7+jZzmy1tnjuF2TtlNOiscK8l6n8A/J seKQ7bTGLtONUOm4RTw2m9JmHD+PkBaon9GHdBn2yPn281E1OsAtKzP/g/QTv7YuKejf SoiJxaVPIo3PUaXf4tCvZ9NrNFERuOh7kSmkcOan7PqZz5nm630dIhjyFXhIw0dvU+xR XLK7UtTBxeQPeT4PiKSjWC3lvLz/nXUzN2/jB38n9H8SBeSGsTnGpBxzqJh9ENjH0kpJ JAYQ== X-Gm-Message-State: AFeK/H0ZDoGpNm9jqQiUVYigpSdG+T2zFI0fPzO34S//5LQ/ZqcBkRFZCse4KcSWv6hP09WK0eu9jYsquXJ6zQ== X-Received: by 10.223.151.147 with SMTP id s19mr24654561wrb.94.1491389099073; Wed, 05 Apr 2017 03:44:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.138.202 with HTTP; Wed, 5 Apr 2017 03:44:58 -0700 (PDT) In-Reply-To: <20170405101539.GD6476@sax.terramar.selidor.net> References: <20170405101539.GD6476@sax.terramar.selidor.net> From: Catonano Date: Wed, 5 Apr 2017 12:44:58 +0200 Message-ID: Content-Type: multipart/mixed; boundary=94eb2c1cbb767988c5054c69151f X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --94eb2c1cbb767988c5054c69151f Content-Type: multipart/alternative; boundary=94eb2c1cbb767988c1054c69151d --94eb2c1cbb767988c1054c69151d Content-Type: text/plain; charset=UTF-8 here it is I just built it, I didn't install it and run it 2017-04-05 12:15 GMT+02:00 Ivan Vilata i Balaguer : > 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/ > > > > --94eb2c1cbb767988c1054c69151d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
here it is

I just built it, I didn't= install it and run it

2017-04-05 12:15 GMT+02:00 Ivan Vilata i Balaguer <ivan@se= lidor.net>:
Hi, this is a w= ishlist request to add the
[adaptive-wrap](https://elpa.gnu.org/packages/a= daptive-wrap.html) ELPA
package to GNU Guix.=C2=A0 The following definition, as produced by ``guix<= br> import elpa adaptive-wrap`` (except for removing the ``license:``
prefix) seems to work without issues with ``guix install -f FILE``:

```
(use-modules (guix)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(guix build-system emacs) =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(guix licenses))

(package
=C2=A0 (name "emacs-adaptive-wrap")
=C2=A0 (version "0.5")
=C2=A0 (source
=C2=A0 =C2=A0 (origin
=C2=A0 =C2=A0 =C2=A0 (method url-fetch)
=C2=A0 =C2=A0 =C2=A0 (uri (string-append
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"htt= p://elpa.gnu.org/packages/adaptive-wrap-"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0version
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0".el"))
=C2=A0 =C2=A0 =C2=A0 (sha256
=C2=A0 =C2=A0 =C2=A0 =C2=A0 (base32
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 "0frgmp8vrrml4iykm60j4d6cl9rbc= ivy9yh24q6kd10bcyx59ypy"))))
=C2=A0 (build-system emacs-build-system)
=C2=A0 (home-page
=C2=A0 =C2=A0 "http://elpa.gnu.org/packages/adaptive-wrap.html")
=C2=A0 (synopsis "Smart line-wrapping with wrap-prefix")
=C2=A0 (description
=C2=A0 =C2=A0 "This package provides the `adaptive-wrap-prefix-mode= 9; 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.&qu= ot;)
=C2=A0 (license gpl3+))
```

Thank you very much,

--
Ivan Vilata i Balaguer -- https://elvil.net/




--94eb2c1cbb767988c1054c69151d-- --94eb2c1cbb767988c5054c69151f Content-Type: text/x-patch; charset=US-ASCII; name="0001-gnu-Add-emacs-adaptive-wrap.patch" Content-Disposition: attachment; filename="0001-gnu-Add-emacs-adaptive-wrap.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_j14ujju90 RnJvbSBiZThlZmVkZjE3MTBhOTA3ZGI1MjIwMDJjOWRmMTc3M2FiMTY4MWFlIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBodW1hbml0aWVzTmVyZCA8Y2F0b25hbm9AZ21haWwuY29tPgpE YXRlOiBXZWQsIDUgQXByIDIwMTcgMTI6NDI6MDUgKzAyMDAKU3ViamVjdDogW1BBVENIXSBnbnU6 IEFkZCBlbWFjcy1hZGFwdGl2ZS13cmFwCgoqIGdudS9wYWNrYWdlcy9lbWFjcy5zY20gKGVtYWNz LWFkYXB0aXZlLXdyYXApOiBOZXcgdmFyaWFibGUuCi0tLQogZ251L3BhY2thZ2VzL2VtYWNzLnNj bSB8IDI0ICsrKysrKysrKysrKysrKysrKysrKysrKwogMSBmaWxlIGNoYW5nZWQsIDI0IGluc2Vy dGlvbnMoKykKCmRpZmYgLS1naXQgYS9nbnUvcGFja2FnZXMvZW1hY3Muc2NtIGIvZ251L3BhY2th Z2VzL2VtYWNzLnNjbQppbmRleCAzZGIzMWYyMDcuLjllNjZjN2U5ZiAxMDA2NDQKLS0tIGEvZ251 L3BhY2thZ2VzL2VtYWNzLnNjbQorKysgYi9nbnUvcGFja2FnZXMvZW1hY3Muc2NtCkBAIC00MDU3 LDMgKzQwNTcsMjcgQEAgalF1ZXJ5IGFuZCBCb290c3RyYXAgcmVzb3VyY2VzIGluY2x1ZGVkIHZp YSBvc3NjZG4uIikKICAgICAoZGVzY3JpcHRpb24KICAgICAgIlRoaXMgRW1hY3MgcGFja2FnZSBo aWdobGlnaHRzIHRoZSBzLWV4cCBhdCB0aGUgY3VycmVudCBwb3NpdGlvbi4iKQogICAgIChsaWNl bnNlIGxpY2Vuc2U6Z3BsMyspKSkKKworKGRlZmluZS1wdWJsaWMgZW1hY3MtYWRhcHRpdmUtd3Jh cAorICAocGFja2FnZQorICAgIChuYW1lICJlbWFjcy1hZGFwdGl2ZS13cmFwIikKKyAgICAodmVy c2lvbiAiMC41IikKKyAgICAoc291cmNlCisgICAgIChvcmlnaW4KKyAgICAgICAobWV0aG9kIHVy bC1mZXRjaCkKKyAgICAgICAodXJpIChzdHJpbmctYXBwZW5kCisgICAgICAgICAgICAgImh0dHA6 Ly9lbHBhLmdudS5vcmcvcGFja2FnZXMvYWRhcHRpdmUtd3JhcC0iCisgICAgICAgICAgICAgdmVy c2lvbgorICAgICAgICAgICAgICIuZWwiKSkKKyAgICAgICAoc2hhMjU2CisgICAgICAgIChiYXNl MzIKKyAgICAgICAgICIwZnJnbXA4dnJybWw0aXlrbTYwajRkNmNsOXJiY2l2eTl5aDI0cTZrZDEw YmN5eDU5eXB5IikpKSkKKyAgICAoYnVpbGQtc3lzdGVtIGVtYWNzLWJ1aWxkLXN5c3RlbSkKKyAg ICAoaG9tZS1wYWdlICJodHRwOi8vZWxwYS5nbnUub3JnL3BhY2thZ2VzL2FkYXB0aXZlLXdyYXAu aHRtbCIpCisgICAgKHN5bm9wc2lzICJTbWFydCBsaW5lLXdyYXBwaW5nIHdpdGggd3JhcC1wcmVm aXgiKQorICAgIChkZXNjcmlwdGlvbgorICAgICAiVGhpcyBwYWNrYWdlIHByb3ZpZGVzIHRoZSBg YWRhcHRpdmUtd3JhcC1wcmVmaXgtbW9kZScgbWlub3IgbW9kZSB3aGljaCBzZXRzCit0aGUgd3Jh cC1wcmVmaXggcHJvcGVydHkgb24gdGhlIGZseSBzbyB0aGF0IHNpbmdsZS1sb25nLWxpbmUgcGFy YWdyYXBocyBnZXQKK3dvcmQtd3JhcHBlZCBpbiBhIHdheSBzaW1pbGFyIHRvIHdoYXQgeW91J2Qg Z2V0IHdpdGggTS1xIHVzaW5nCithZGFwdGl2ZS1maWxsLW1vZGUsIGJ1dCB3aXRob3V0IGFjdHVh bGx5IGNoYW5naW5nIHRoZSBidWZmZXIncyB0ZXh0LiIpCisgICAgKGxpY2Vuc2UgbGljZW5zZTpn cGwzKykpKQotLSAKMi4xMi4wCgo= --94eb2c1cbb767988c5054c69151f-- From unknown Sat Sep 06 09:00:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ivan Vilata i Balaguer Subject: bug#26367: closed (Re: bug#26367: Please add emacs-adaptive-wrap package) Message-ID: References: <87y3vc86mo.fsf@gmail.com> <20170405101539.GD6476@sax.terramar.selidor.net> X-Gnu-PR-Message: they-closed 26367 X-Gnu-PR-Package: guix Reply-To: 26367@debbugs.gnu.org Date: Fri, 07 Apr 2017 17:34:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1491586441-18264-1" This is a multi-part message in MIME format... ------------=_1491586441-18264-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26367: Please add emacs-adaptive-wrap package which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26367@debbugs.gnu.org. --=20 26367: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26367 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1491586441-18264-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26367-done) by debbugs.gnu.org; 7 Apr 2017 17:33:43 +0000 Received: from localhost ([127.0.0.1]:36768 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwXlX-0004k5-0o for submit@debbugs.gnu.org; Fri, 07 Apr 2017 13:33:43 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:32961) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwXlW-0004js-8c for 26367-done@debbugs.gnu.org; Fri, 07 Apr 2017 13:33:42 -0400 Received: by mail-lf0-f68.google.com with SMTP id r36so6662790lfi.0 for <26367-done@debbugs.gnu.org>; Fri, 07 Apr 2017 10:33:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=4XVBesq0w7xH6DEXUObwPuqeTAJBRBd9zsD/ljbCMk4=; b=DqxIEQLBbDxaMWgzb+4WdbksvFDlj2zVsYFBxjx0AOMduyiYF+RBpqJXpBmmJzBjfP yRB7+SfONnKheErkV2zK/b9UnAtsEMJCjkagNXk99VDlWQLt81jCrOpuoeHXqp//MNWZ B/GKQ1HCPK+mHFl5nCZ0+VT+N35GhU7w+nnyq61Sopk47ZTAQ0DLNJBJahsbxUCHpi1b o6OxUIl6yn73+KWqyMdCKjmiTcSz7n18V4aLt/MahkPJVQ6JhwuXJflThfgLrDThGYcu 2RT3vdpTzaRrv0Uy28poMTnhIXKO7KvloUlDstHDGSaAqr//0uch6MIcvjlSi/LrI1q1 BSQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=4XVBesq0w7xH6DEXUObwPuqeTAJBRBd9zsD/ljbCMk4=; b=rHxjHlfTzc3JD/uS4jQDwy0NUguq6ytJwRCKAPlWfIi2TwOZEmKQJazDoMrPFzOPqS dcBjOHFzIOJA77Z/U+GLbrt/e7JlOqwgmzYissrB6YBz9HJv/El70LMhlO4/0ISv/zJ+ UaxkUM4lrQknVhMT0gANWKeGLdt3BCvqadneBjiGFHrBKfR5QiHUOGa88WFuiIVHVLBa TMJazZnWiA4D9Dgnof+T/pHTcQdzZtaTxlX18LoAqKSxOTB+08IO8r++cVjHWbuHzGcY RakrtC/tDoRFKmRXwpfzT8mIdIJLXwwkR5b+BTdcVDZWsY+Gi2L1vMMzcjNG3YIvNkHt rNsA== X-Gm-Message-State: AFeK/H3bVz2vYtAZjAYH2/wtXXAD1QRDhOvdQu70XkaoUOtZeIFd0Uz1Bq4mv5qm6ysXqw== X-Received: by 10.46.32.156 with SMTP id g28mr13046137lji.86.1491586416236; Fri, 07 Apr 2017 10:33:36 -0700 (PDT) Received: from leviafan ([217.107.194.131]) by smtp.gmail.com with ESMTPSA id x84sm1053437lfa.13.2017.04.07.10.33.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 07 Apr 2017 10:33:35 -0700 (PDT) From: Alex Kost To: Catonano Subject: Re: bug#26367: Please add emacs-adaptive-wrap package References: <20170405101539.GD6476@sax.terramar.selidor.net> Date: Fri, 07 Apr 2017 20:33:35 +0300 In-Reply-To: (catonano@gmail.com's message of "Wed, 5 Apr 2017 12:44:58 +0200") Message-ID: <87y3vc86mo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 26367-done Cc: 26367-done@debbugs.gnu.org, Ivan Vilata i Balaguer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.5 (/) > From be8efedf1710a907db522002c9df1773ab1681ae Mon Sep 17 00:00:00 2001 > From: humanitiesNerd > Date: Wed, 5 Apr 2017 12:42:05 +0200 > Subject: [PATCH] gnu: Add emacs-adaptive-wrap > > * gnu/packages/emacs.scm (emacs-adaptive-wrap): New variable. > --- > gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) Thanks to both of you! I mentioned Ivan in the commit message and applied this patch: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=350cfccb069ff6b8fd9625268612ce09be5f66c9 > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 3db31f207..9e66c7e9f 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -4057,3 +4057,27 @@ jQuery and Bootstrap resources included via osscdn.") > (description > "This Emacs package highlights the s-exp at the current position.") > (license license:gpl3+))) > + > +(define-public emacs-adaptive-wrap > + (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 ^^ Since description supports texinfo markup, I used @code{adaptive-wrap-prefix-mode} here... > +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 ^^^ ... and @kbd{M-q} here. > +adaptive-fill-mode, but without actually changing the buffer's text.") > + (license license:gpl3+))) -- Alex ------------=_1491586441-18264-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Apr 2017 10:15:59 +0000 Received: from localhost ([127.0.0.1]:33188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvhyo-00079A-Mq for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cvhym-00078t-KU for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvhyg-0008Tf-EX for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50758) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cvhyg-0008TY-BE for submit@debbugs.gnu.org; Wed, 05 Apr 2017 06:15:50 -0400 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 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:748c:4506:1e38:f323]) by lev.selidor.net (Postfix) with ESMTP id 67DC1DF54; Wed, 5 Apr 2017 10:15:40 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 6EBE99A008B; Wed, 5 Apr 2017 12:15:39 +0200 (CEST) Date: Wed, 5 Apr 2017 12:15:39 +0200 From: Ivan Vilata i Balaguer To: bug-guix@gnu.org Subject: Please add emacs-adaptive-wrap package Message-ID: <20170405101539.GD6476@sax.terramar.selidor.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.0 (2017-02-23) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) 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/ ------------=_1491586441-18264-1-- From unknown Sat Sep 06 09:00:56 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26367: Please add emacs-adaptive-wrap package Resent-From: Ivan Vilata i Balaguer Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 10 Apr 2017 07:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26367 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Alex Kost Cc: Catonano , 26367-done@debbugs.gnu.org, Ivan Vilata i Balaguer Received: via spool by 26367-done@debbugs.gnu.org id=D26367.149180799920783 (code D ref 26367); Mon, 10 Apr 2017 07:07:02 +0000 Received: (at 26367-done) by debbugs.gnu.org; 10 Apr 2017 07:06:39 +0000 Received: from localhost ([127.0.0.1]:40469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cxTPL-0005P8-B6 for submit@debbugs.gnu.org; Mon, 10 Apr 2017 03:06:39 -0400 Received: from lev.selidor.net ([66.246.138.156]:41083) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cxTPJ-0005Oz-Hv for 26367-done@debbugs.gnu.org; Mon, 10 Apr 2017 03:06:37 -0400 Received: from sax.terramar.selidor.net (unknown [IPv6:2600:3c03:e001:114e:f1a3:a199:6f4b:e295]) by lev.selidor.net (Postfix) with ESMTP id 16714E032; Mon, 10 Apr 2017 07:06:35 +0000 (UTC) Received: by sax.terramar.selidor.net (Postfix, from userid 1000) id 2490C9A0094; Mon, 10 Apr 2017 09:06:34 +0200 (CEST) Date: Mon, 10 Apr 2017 09:06:34 +0200 From: Ivan Vilata i Balaguer Message-ID: <20170410070634.GJ6476@sax.terramar.selidor.net> References: <20170405101539.GD6476@sax.terramar.selidor.net> <87y3vc86mo.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y3vc86mo.fsf@gmail.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Alex Kost (2017-04-07 20:33:35 +0300) wrote: > > From be8efedf1710a907db522002c9df1773ab1681ae Mon Sep 17 00:00:00 2001 > > From: humanitiesNerd > > Date: Wed, 5 Apr 2017 12:42:05 +0200 > > Subject: [PATCH] gnu: Add emacs-adaptive-wrap > > > > * gnu/packages/emacs.scm (emacs-adaptive-wrap): New variable. > > --- > > gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++ > > 1 file changed, 24 insertions(+) > > Thanks to both of you! I mentioned Ivan in the commit message and > applied this patch: > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=350cfccb069ff6b8fd9625268612ce09be5f66c9 Thanks Catonano and Alex for the very prompt action!`:)` -- Ivan Vilata i Balaguer -- https://elvil.net/