From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Aleksandr Vityazev Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] New package: srht Date: Tue, 17 May 2022 14:49:19 +0000 Message-ID: <87h75okyds.fsf@posteo.org> References: <87tu9p4fop.fsf@posteo.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39687"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Alexander Adolf Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 17 17:57:02 2022 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 1nqzZG-000A7d-1L for ged-emacs-devel@m.gmane-mx.org; Tue, 17 May 2022 17:57:02 +0200 Original-Received: from localhost ([::1]:41268 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nqzZE-0004ho-LW for ged-emacs-devel@m.gmane-mx.org; Tue, 17 May 2022 11:57:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqyVr-0005Qq-Op for emacs-devel@gnu.org; Tue, 17 May 2022 10:49:28 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:50033) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqyVp-0003P5-ON for emacs-devel@gnu.org; Tue, 17 May 2022 10:49:27 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 80119240026 for ; Tue, 17 May 2022 16:49:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1652798962; bh=LdzHGTLTFCIVlOee1unsy8Bml8TsobCitzaPSuqG3jM=; h=From:To:Cc:Subject:Date:From; b=kapvT9okXFMB0tUlU9b2r3M+B2GxEfGyYSFU9vkI6lizpH7uj6kov2KE0VqZZnFsu M/jLlarOb+z8+OlXtEJxL2avMRDm+MrqaIy8Y6tEWxUQEcNbb7Hs+4SnHxvRKJDdk+ Y2aDmhFYUEbsdX5LeFqa9VtZPvhJPrp2srxNZ8FpcI76RUsuo/4WhLjaZp6Szm8eF6 iDTTaVvQsQmdGM+x57Dr0wr7twaOWgDjfQHYdnlplB8NuQMhXK+qT6gR/33MreU6Bx B2BwD6/zhK3xqCcLtXOLlSiugWOHVdI7PeHWuj7s3nCE3DMZkathsaMmbcHQ8qkSdA V8zk0sr0uE1bg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4L2fCP4mfgz9rxW; Tue, 17 May 2022 16:49:21 +0200 (CEST) In-Reply-To: (Alexander Adolf's message of "Tue, 17 May 2022 14:54:41 +0200") Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 17 May 2022 11:55:22 -0400 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" Xref: news.gmane.io gmane.emacs.devel:289855 Archived-At: On 2022-05-17, 14:54 +0200, Alexander Adolf wrote: > Hello Aleksandr, > > Just a quick question which sprang to my mind, and without having looked into > the details of your package: does it integrate with magit and forge in any way? > > Cheers, > > --alex Hello Aleksandr, No, it's not. According to the documentation, forge already supports the sourcehut git service. Also forge and magit are not included to ELPA packages. If I do some integration with other packages, probably it should be built-in vc. So far, I have no idea how it should look like. The first priority is to provide support for all sourcehut services. -- Best regards, Aleksandr Vityazev