[PATCH] gnu: emacs-elpher: Mention gemini in synopsis and description.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Kyle Meyer
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 4 years ago
(address . guix-patches@gnu.org)
20201210235620.1101-1-kyle@kyleam.com
* gnu/packages/emacs-xyz.scm (emacs-elpher)[synopsis, description]: Mention
gemini support to help those searching for gemini clients.
---

Elpher has supported the gemini protocol since v2.0.0.

gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 33b21f7fe3..5fc22a0a5f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22702,10 +22702,10 @@ (define-public emacs-elpher
(lambda _
(invoke "makeinfo" "elpher.texi"))))))
(home-page "gopher://thelambdalab.xyz/1/projects/elpher/")
- (synopsis "Gopher client for Emacs")
- (description "Elpher is a full-featured gopher client for Emacs. Its
-features include intuitive keyboard and mouse-driven browsing, out-of-the-box
-compatibility with evil-mode, clickable web and gopher links in plain text,
+ (synopsis "Gopher and gemini client for Emacs")
+ (description "Elpher is a full-featured gopher and gemini client for
+Emacs. Its features include intuitive keyboard and mouse-driven browsing,
+out-of-the-box compatibility with evil-mode, clickable links in plain text,
caching of visited sites, pleasant and configurable visualization of Gopher
directories, direct visualisation of image files, jumping directly to links by
name (with autocompletion), a simple bookmark management system and

base-commit: d677f3d6231d352fdb65b70f67d85fb5744e912c
--
2.29.2.576.ga3fc446d84
Arun Isaac wrote 4 years ago
87sg8ckfzl.fsf@systemreboot.net
Pushed, thanks!
-----BEGIN PGP SIGNATURE-----

iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl/TEw4bHGFydW5pc2Fh
Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzwUwH/0Zr2PR6UZW7U3wBW2Ul
WmzrgQJMztk7YFoA+W2UGzO98llFOx+o5pQJt41wYtfkEtTnSuf7ow9goEZFncAW
hRx+JvbdgQnwUi6BrMUR19ha7edewCX7f1KH/ga1mbj6kV5tmVC4Ey3bjzDV8oYS
xWgxViy14gBm0jcKtXJ69xLY6XFMiZeZsIPnzXQJ1KGcuHrkn96gwAQOVlWkvv7Z
GSBcw9VszvTW+dbYSp0b0JINKZxJivsD9qFZ31CVZcJUro4mNbwWfHHvjs6TGOLa
QE6zF9YE+OZcyRh7Glo++x7EDi2iHzYxYj0jZFOuUK5IA435T8QV1mPUpD77Wehf
364=
=RuDa
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45167@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45167
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help