From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Migrating to sourcehut - what's missing? Date: Tue, 28 Dec 2021 19:01:02 +0200 Message-ID: <83lf04ll4h.fsf@gnu.org> References: <871r26w27h.fsf@thornhill.no> <87lf0dq08j.fsf@thornhill.no> <87v8zh6azv.fsf@ericabrahamsen.net> <87zgot648w.fsf@posteo.net> <878rwdpry1.fsf@thornhill.no> <87lf0dk52x.fsf@posteo.net> <8735mlpqes.fsf@thornhill.no> <87zgotoanj.fsf@thornhill.no> <835yrgy8s8.fsf@gnu.org> <83y24cwpwk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9989"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eric@ericabrahamsen.net, philipk@posteo.net, theo@thornhill.no, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 28 18:06:02 2021 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 1n2FvF-0002JU-RR for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Dec 2021 18:06:02 +0100 Original-Received: from localhost ([::1]:45738 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n2FvE-0004WO-9v for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Dec 2021 12:06:00 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47416) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2Fqk-0006VT-RG for emacs-devel@gnu.org; Tue, 28 Dec 2021 12:01:31 -0500 Original-Received: from [2001:470:142:3::e] (port=42526 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2Fqa-0000xM-Va; Tue, 28 Dec 2021 12:01:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=QBcBOi9qx2LsCI7HoXXCWPdlxC3sBdhQmKdOUD8TsdE=; b=JoZr3G/d/EN/ 3dWi4GfPDn4v0FIXeknarLSx8KDbS8mw1XonbZGOGaGfW8FNJ3WXha4TIzLcgcum5lBDKa3BtjYWK yYzhO/vq7/eQduf4lhX1zrzEwtNGNwr1ZcqpRzEqFXMf+hDneoxgy7mn/EFJfMi5oohlbVbI4l2mr zavzndnSXjSfQol97Fn8A46iDs7XdHYQDkoGDZyjVsomvDUhANeouOsT10lFRql1O6JHV0sP5G74f lYy811uyuO2PczpO/KI7LLeQOvsx2cq4IElrY7bdkQ10nYMkBBZonRjqp+C+bm6QMTIr8mA53S77p q9vvP+O6j94J8tZHyxqmwA==; Original-Received: from [87.69.77.57] (port=3772 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2FqZ-0007E5-22; Tue, 28 Dec 2021 12:01:13 -0500 In-Reply-To: (message from Dmitry Gutov on Thu, 23 Dec 2021 00:16:51 +0200) 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:283514 Archived-At: > Cc: theo@thornhill.no, eric@ericabrahamsen.net, philipk@posteo.net, > emacs-devel@gnu.org > From: Dmitry Gutov > Date: Thu, 23 Dec 2021 00:16:51 +0200 > > On 22.12.2021 19:44, Eli Zaretskii wrote: > > And allows to reply to > > messages. > > But not to the mailing list. > > Which is what sourcehut's web UI (much younger than Mailman) allows you > to do. Would someone like to work on providing the capability of replying to the mailing list (or, alternatively, "Reply All") from the Web form of reading the emacs-devel archives? I asked the GNU staff and got this in response: > Yes, I think replicating the reply-all behavior from clients like emacs > would be best, but even just replying to the list would be better. > > mharc + mhonarc generates these pages, using $FROMNAME$ in the html > template. I just took a look at the source code for mhonarc which > populates FROMNAME and don't see any other variable that does the job we > want, but I could have missed it, I don't see a general list of them. So > it might require a patch to the perl code in the package mhonarc version > 2.6.19-2, you can get it from any debian based distro. I don't have the > time to make the patch, but I can review and apply any that someone else > makes. The templates we use are in > https://vcs.fsf.org/?p=mharc.git;a=tree It sounds like the job might be simple enough, provided that you have a working knowledge of Perl programming. If someone would like to make this happen, please respond to this message, either to the list or to me privately. If this feature is added, it will probably benefit all the GNU mailing lists managed and archived by mailman. TIA