GNU bug report logs -
#59102
[PATCH 2/2] gnu: Add mogan.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Mon, 7 Nov 2022 11:00:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Zhu Zihao <all_but_last <at> 163.com> writes:
> * gnu/packages/text-editors.scm (mogan): New variable.
Thank you. I applied the first patch of the set. Some comments about
this one follow.
> + (arguments
> + (substitute-keyword-arguments (package-arguments texmacs)
> + ((#:phases orig)
> + #~(modify-phases #$orig
> + ;; The non-deterministic compression issue is solved in Mogan.
> + (delete 'gzip-flags)))))
Unlike TeXmacs, Mogan ships with tests. Could you also run them?
> + (synopsis "Structural editor delivered by Xmacs Labs")
I don't think the ads is warranted here. Maybe "Scientific text editor"
is better.
> + (description
> + "Mogan is a fork of GNU TeXmacs created by Xmacs Labs. Its goal is
> +make everyone to enjoy it fluently and develop new feature for everyone to learn
> +and create science and technology.")
This description is not very descriptive. I don't have any good idea,
the repository is not very helpful for that matter. At a minimum,
I suggest to remove "created by Xmacs Labs" and separate sentences with
two spaces. The second should also be replaced.
> + (home-page "https://gitee.com/XmacsLabs/mogan")))
Could you move home-page above synopsis?
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.