From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Perry E. Metzger" Newsgroups: gmane.emacs.devel Subject: Re: Collaborative editing. Date: Thu, 19 Aug 2021 11:19:54 -0400 Message-ID: <8ac5882d-85f2-5e9b-2d5c-b7b1193146c1@piermont.com> References: <87pmu9srrr.fsf@posteo.net> <20210819141828.ahdhf6xllaqjtqti@Ergus> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19079"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Thunderbird/92.0 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 19 17:20:47 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 1mGjqZ-0004kp-Fr for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Aug 2021 17:20:47 +0200 Original-Received: from localhost ([::1]:37882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mGjqY-0004pk-C7 for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Aug 2021 11:20:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGjpr-00043Y-OJ for emacs-devel@gnu.org; Thu, 19 Aug 2021 11:20:03 -0400 Original-Received: from hacklheber.piermont.com ([2001:470:30:84:e276:63ff:fe62:3400]:56736) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGjpq-00079y-14 for emacs-devel@gnu.org; Thu, 19 Aug 2021 11:20:03 -0400 Original-Received: from snark.cb.piermont.com (localhost [127.0.0.1]) by hacklheber.piermont.com (Postfix) with UTF8SMTP id 9DEC81DB for ; Thu, 19 Aug 2021 11:19:54 -0400 (EDT) Original-Received: from [10.160.2.107] (jabberwock.cb.piermont.com [10.160.2.107]) by snark.cb.piermont.com (Postfix) with UTF8SMTP id 6FE5B2DE2B5 for ; Thu, 19 Aug 2021 11:19:54 -0400 (EDT) Content-Language: en-US In-Reply-To: <20210819141828.ahdhf6xllaqjtqti@Ergus> Received-SPF: pass client-ip=2001:470:30:84:e276:63ff:fe62:3400; envelope-from=perry@piermont.com; helo=hacklheber.piermont.com X-Spam_score_int: -44 X-Spam_score: -4.5 X-Spam_bar: ---- X-Spam_report: (-4.5 / 5.0 requ) BAYES_00=-1.9, NICE_REPLY_A=-2.591, 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.23 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:272673 Archived-At: On 8/19/21 10:18, Ergus wrote: > > This is the point. When some users know about the package searching in > the packages-list; maybe they will want to collaborate or report issues, > so it won't becomes a single man effort. IMHO a package doesn't really > exist until it is in Elpa or at least Melpa. > > Otherwise in a couple of years there will be someone starting again > another similar effort from scratch. > I'd go further and say that like tramp, gnus, or org mode, or other really critical features, collaborative editing probably should be part of the base distribution. Perry