unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: 27150-done@debbugs.gnu.org
Subject: bug#27150: plan9-like text editor wily
Date: Wed, 31 May 2017 17:02:50 +0200	[thread overview]
Message-ID: <87h901cbmt.fsf@gnu.org> (raw)
In-Reply-To: <20170530155928.ykakyqwxv5uimz3a@abyayala> (ng0@pragmatique.xyz's message of "Tue, 30 May 2017 15:59:28 +0000")

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

ng0 <ng0@pragmatique.xyz> skribis:

> From 551a544eab8f4295581ace79a5c8b5b2a9c3b581 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@no-reply.pragmatique.xyz>
> Date: Mon, 8 May 2017 18:08:24 +0000
> Subject: [PATCH] gnu: Add wily.
>
> * gnu/packages/text-editors.scm (wily): New variable.

Nice.  Applied with the minor changes below.

Thank you!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1965 bytes --]

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index b87114d37..a0ba1028f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -248,10 +248,9 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 can be used on
        (modify-phases %standard-phases
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
-             ;; The included configure script does not
-             ;; understand flags such as '--host'
+             ;; The included configure script does not understand flags such
+             ;; as '--host'.
              (let ((out (assoc-ref outputs "out")))
-               ;; 'configure' does not understand '--host'.
                ,@(if (%current-target-system)
                      `((setenv "CHOST" ,(%current-target-system)))
                      '())
@@ -263,15 +262,16 @@ Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings.  e3 can be used on
          (add-before 'install 'mkdir
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
-               (mkdir-p (string-append out "/bin"))))))))
+               (mkdir-p (string-append out "/bin"))
+               #t))))))
     (inputs
      `(("libx11" ,libx11)
        ("libxt" ,libxt)))
     (home-page "http://www.cse.yorku.ca/~oz/wily/")
-    (synopsis "Implementation of ACME")
+    (synopsis "Text editor inspired by Acme")
     (description
      "Wily is a mouse-oriented, text-based environment for programmers.
-It lets you interact with files, directories and programs through mouse and keyboard
-operations on plain text.  Most of Wily's design (but none of its code) comes
-from Rob Pike's acme.")
+It lets you interact with files, directories and programs through mouse and
+keyboard operations on plain text.  Most of Wily's design (but none of its
+code) comes from Rob Pike's Acme.")
     (license license:gpl3+)))

  reply	other threads:[~2017-05-31 15:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-30 15:59 bug#27150: plan9-like text editor wily ng0
2017-05-31 15:02 ` Ludovic Courtès [this message]
2017-05-31 15:08 ` Ludovic Courtès
2017-05-31 15:52   ` ng0
2017-06-01 22:59     ` ng0

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87h901cbmt.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=27150-done@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).