all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ivan Vilata i Balaguer <ivan@selidor.net>
To: 26367@debbugs.gnu.org
Subject: bug#26367: Please add emacs-adaptive-wrap package
Date: Wed, 5 Apr 2017 12:15:39 +0200	[thread overview]
Message-ID: <20170405101539.GD6476@sax.terramar.selidor.net> (raw)

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/

             reply	other threads:[~2017-04-05 10:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 10:15 Ivan Vilata i Balaguer [this message]
2017-04-05 10:44 ` bug#26367: Please add emacs-adaptive-wrap package Catonano
2017-04-07 17:33   ` Alex Kost
2017-04-10  7:06     ` Ivan Vilata i Balaguer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170405101539.GD6476@sax.terramar.selidor.net \
    --to=ivan@selidor.net \
    --cc=26367@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.