From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gI4PHty10l/1OAAA0tVLHw (envelope-from ) for ; Thu, 10 Dec 2020 23:57:16 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id yMUHGty10l88XAAA1q6Kng (envelope-from ) for ; Thu, 10 Dec 2020 23:57:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 07D2A940355 for ; Thu, 10 Dec 2020 23:57:16 +0000 (UTC) Received: from localhost ([::1]:48716 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knVoA-0003dA-Vq for larch@yhetil.org; Thu, 10 Dec 2020 18:57:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knVny-0003cq-MN for guix-patches@gnu.org; Thu, 10 Dec 2020 18:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knVnx-0002Tf-Rp for guix-patches@gnu.org; Thu, 10 Dec 2020 18:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knVnx-0007Hm-QS for guix-patches@gnu.org; Thu, 10 Dec 2020 18:57:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45167] [PATCH] gnu: emacs-elpher: Mention gemini in synopsis and description. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Dec 2020 23:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45167 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45167@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160764461527991 (code B ref -1); Thu, 10 Dec 2020 23:57:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Dec 2020 23:56:55 +0000 Received: from localhost ([127.0.0.1]:39568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knVnr-0007HP-6G for submit@debbugs.gnu.org; Thu, 10 Dec 2020 18:56:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:42850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knVnp-0007HH-Jc for submit@debbugs.gnu.org; Thu, 10 Dec 2020 18:56:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knVnn-0003c8-RS for guix-patches@gnu.org; Thu, 10 Dec 2020 18:56:52 -0500 Received: from out0.migadu.com ([94.23.1.103]:43194) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knVnl-0002PG-Fy for guix-patches@gnu.org; Thu, 10 Dec 2020 18:56:51 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1607644605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=KJx3RqJ8GYLKwQTHCDIm+fi+/LOK1KVeSdCz8/R80gI=; b=rr7q9VdTKs77HaiA2PgCd2fpSAOD/2DT36CVSTuQw7T+YT8nsSE1rCqGVEFQFPzDt+Odpu G5jGQ5xHJAAAtvZcKdc4PDkH13Y6PDNldmsuZIsuSMy5SaXj+zwRaP8L3MXMPZak5xCZ2u iEUqc6yC47SNoQhFWKr8WB9Yd7/ma/qvfFn7EfSglFlDvXpdm5WD/fr5ReAaui7SVNfg4Y YVEAUhVDWExdwQNX3/KXvUHs/e4O/8mh1GE7vQ+GMjINoDA6cAL6lKaf4BHoFEynHjjuHH t7Dh3aVw6MVldR7hTjtFhDDIRj+5lxlB5XyiWQBuNih8xdaI00YzgU+JQrZkwQ== From: Kyle Meyer Message-Id: <20201210235620.1101-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Auth-User: kyle@kyleam.com Date: Thu, 10 Dec 2020 23:56:45 GMT Received-SPF: pass client-ip=94.23.1.103; envelope-from=kyle@kyleam.com; helo=out0.migadu.com X-Spam_score_int: -6 X-Spam_score: -0.7 X-Spam_bar: / X-Spam_report: (-0.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_OTHER_BAD_TLD=1.35, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 3.70 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=kyleam.com header.s=key1 header.b=rr7q9VdT; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 07D2A940355 X-Spam-Score: 3.70 X-Migadu-Scanner: scn1.migadu.com X-TUID: awZMWqYh7KwO * 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(-) 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