From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Development Speed Date: Tue, 21 Dec 2021 13:20:58 +0100 Message-ID: <875yri174l.fsf@thornhill.no> References: <87tuf2w73s.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17222"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Emacs Devel To: Stefan Kangas , xenodasein@tutanota.de, Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 21 13:22:20 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 1mze9r-0004FJ-Kj for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Dec 2021 13:22:20 +0100 Original-Received: from localhost ([::1]:57308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mze9q-0002kj-EW for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Dec 2021 07:22:18 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mze8j-0000tk-OR for emacs-devel@gnu.org; Tue, 21 Dec 2021 07:21:09 -0500 Original-Received: from out1.migadu.com ([91.121.223.63]:33300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mze8g-0007cL-HL for emacs-devel@gnu.org; Tue, 21 Dec 2021 07:21:09 -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=thornhill.no; s=key1; t=1640089259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ap8nUdsvZ0lhd5m8lUrs13uyzEbkdSjNS/lQC/foCpc=; b=n4PFl4vp1BAiYv2Ns3GVTL45BNPBVIgPFhFSfUc+6tMv6DRHOLwJRPiVztWOZzcf6xm9Eo GcO05gDXD5dVrs808amNAb2KUwLJSr0x353tYTldVr0Dl1JgAuasz9qwYIef72qfQx7h+Z ESdWcNB8geu4/eDDBwuxf1Qw1mS9L1GTajm7gBKykQeR312K4zsGDzA8uqhc3TNByruIpy BxjQqVklfzlZ7KkJ6pfjmRnklchQPzwxOEfeoAnnBpZtkADkTIeDKgpDchf4c8lGorAyxb kPUr7Llz9E104TOAkhaXhEwg6hKRZpm/zAojq0spC1jh198fqrqzEEv5E/6YOw== In-Reply-To: X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: thornhill.no Received-SPF: pass client-ip=91.121.223.63; envelope-from=theo@thornhill.no; helo=out1.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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" Xref: news.gmane.io gmane.emacs.devel:282576 Archived-At: > > One thing we have discussed over and over is moving to sourcehut, but > AFAIK no one is working seriously on that. I really hope that someone > will take on that task soon. Maybe Lars or Eli would like to put it at > the top of etc/TODO (on the emacs-28 branch) on the off chance that it > helps. IIRC there are some issues with sourcehut still, like sending patches as attachment, keeping us from migrating. I guess contributions to sourcehut need to happen first. Maybe we should collect an exhausive list of what features are needed before we can migrate? I don't remember right now what else was missing. Theo