From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: dict Date: Fri, 12 May 2023 16:32:06 +0300 Message-ID: References: <87a5ybvtnl.fsf@posteo.net> <871qjmwwhq.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12849"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 12 15:33:13 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pxStU-00035z-HN for ged-emacs-devel@m.gmane-mx.org; Fri, 12 May 2023 15:33:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxSsa-0002G7-K3; Fri, 12 May 2023 09:32:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxSsX-0002F7-Fu for emacs-devel@gnu.org; Fri, 12 May 2023 09:32:13 -0400 Original-Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxSsV-0001So-Of for emacs-devel@gnu.org; Fri, 12 May 2023 09:32:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1683898330; bh=Oy2nribnMw0cpB46mCR02p8M2880s5ILUtJFca5fzqY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KCAGWuL8iH6Tq/FqTrWkFnvq3J29XrK+ZXrOb26pQTDYcajcqDeTEM+MzsmHMNTAk e3Ml3Up2fP02tlxPLtxybghQS4rwGfvHZ6hs47eNPyyjREP+cgCwhK8YyLYk6xNHi+ xTkIO8+sNbqpFq2pz1lj2ijEkZS8XQQCe3NCnGxeExBigc15f/2kMdi/4IA6z0gw78 gpFCEdnqyMPfcSP/6HIqBVktQ/D0VZgSY149/k4YcpD4Uae9DAHBvNNK9uF927PZp/ GMXsuXIwujVOQkqM+k2gfonEg79i9WjyxJKPFqaPfVzmBNivg8qEH+os+BPgCU2zEz biq1xe20yruqg== In-Reply-To: <871qjmwwhq.fsf@posteo.net> (Philip Kaludercic's message of "Thu, 11 May 2023 18:31:29 +0000") Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306082 Archived-At: --=-=-= Content-Type: text/plain Philip Kaludercic writes: > Eshel Yaron writes: > >> Philip Kaludercic writes: >> >>> Eshel Yaron writes: >>> >>>> + (dict :url "git://git.eshelyaron.com/dict.git" >>> >>> Do you have any other access method beside git://? >> >> For anonymous access, currently no. But I can mirror the repo to >> Sourcehut from where you can clone it via HTTPS. Would that be more >> convenient? > > That would be good, my understanding is that git:// is not encrypted so > we should avoid using it if possible. >>>> + :doc "README.org") >>> >>> Should we add a ":readme ignore" to prevent the contents of this file >>> from also appearing when the user invokes C-h P dict RET ? >> >> Sure, in this case would C-h P show the commentary section of dict.el? > > Right. Feel free to extend that with pointers, I just think we should > avoid overwhelming users with the entire documentation if they just want > to get the basic gist of a package. Alright, I'm attaching a new patch that addresses both these points. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=v2-0001-elpa-packages-dict-New-package.patch >From 2466225fd527e3748c266307d6858407011105f5 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 11 May 2023 14:20:16 +0300 Subject: [PATCH v2] * elpa-packages (dict): New package --- elpa-packages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elpa-packages b/elpa-packages index d5603f7803..637d71685e 100644 --- a/elpa-packages +++ b/elpa-packages @@ -201,6 +201,9 @@ :news "CHANGELOG.org" :readme "README.md") (devdocs :url "https://github.com/astoff/devdocs.el") + (dict :url "https://git.sr.ht/~eshel/dict" + :doc "README.org" + :readme ignore) (dict-tree :url "http://www.dr-qubit.org/git/predictive.git" :manual-sync t ;; The upstream doesn't exist any more! ) -- 2.40.1 --=-=-= Content-Type: text/plain -- Best, Eshel --=-=-=--