emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27150: closed (plan9-like text editor wily)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27150: closed (plan9-like text editor wily)
Date: Wed, 31 May 2017 15:04:02 +0000

Your message dated Wed, 31 May 2017 17:02:50 +0200
with message-id <address@hidden>
and subject line Re: bug#27150: plan9-like text editor wily
has caused the debbugs.gnu.org bug report #27150,
regarding plan9-like text editor wily
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27150: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27150
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: plan9-like text editor wily Date: Tue, 30 May 2017 15:59:28 +0000
The text editor part works.

I'm not sure if it is supposed to do more
or be able to be useful for more...
-- 
ng0
OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588

Attachment: 0001-gnu-Add-wily.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#27150: plan9-like text editor wily Date: Wed, 31 May 2017 17:02:50 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
ng0 <address@hidden> skribis:

> From 551a544eab8f4295581ace79a5c8b5b2a9c3b581 Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> 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’.

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+)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]