GNU bug report logs -
#27150
plan9-like text editor wily
Previous Next
Reported by: ng0 <ng0 <at> pragmatique.xyz>
Date: Tue, 30 May 2017 16:01:02 UTC
Severity: normal
Done: ng0 <ng0 <at> pragmatique.xyz>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 31 May 2017 17:02:50 +0200
with message-id <87h901cbmt.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)
--
27150: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27150
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
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
[0001-gnu-Add-wily.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
[Message part 7 (text/plain, inline)]
ng0 <ng0 <at> pragmatique.xyz> skribis:
> From 551a544eab8f4295581ace79a5c8b5b2a9c3b581 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> 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’.
[Message part 8 (text/x-patch, inline)]
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+)))
This bug report was last modified 8 years and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.