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: Question collaborative editing - Wikipedia reference Date: Mon, 12 Oct 2020 17:40:10 +0300 Message-ID: <834kmz4iet.fsf@gnu.org> References: <83eemji6e8.fsf@gnu.org> <20201001141144.GO4797@protected.rcdrun.com> <20201001160136.chwmpollk4d3qc2e@Ergus> <20201004175447.GG15516@protected.rcdrun.com> <87362tvnil.fsf@gmail.com> <20201004194815.GH15516@protected.rcdrun.com> <11EB917D-3276-4D34-8DCD-2336E8062950@mit.edu> <20201005040245.GJ15516@protected.rcdrun.com> <20201005084441.GB4453@protected.rcdrun.com> <87zh50lhda.fsf@red-bean.com> <87pn5vgqsk.fsf@red-bean.com> <79924DB1-2613-4AF6-982C-39157CF3ED9B@mit.edu> <8C2D2AED-0AA8-48AC-ADB2-826177141F2F@gmail.com> <40B06E9F-A6D6-4F9B-8E2B-7DC55D16D0F7@mit.edu> <18458910-E6A1-4867-9936-FFA50E3E72D1@gmail.com> <4AB5904E-A646-4A17-B78C-B4E0271E28B4@mit.edu> <87imbjx0bm.fsf@tanaka.verona.se> <80512E57-D3BA-4F02-A835-DEE434278736@mit.edu> <83blh84o8w.fsf@gnu.org> <83a6ws4mns.fsf@gnu.org> <4C6C49B0-68A8-402C-9BC0-1FB11BD8A9F3@mit.edu> <838scc41sw.fsf@gnu.org> <38DBEF04-B639-4744-B285-20C59E34C6BF@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17754"; mail-complaints-to="usenet@ciao.gmane.io" Cc: casouri@gmail.com, fmfs@posteo.net, bugs@gnu.support, caiohcs0@gmail.com, spacibba@aol.com, joakim@verona.se, npostavs@gmail.com, kfogel@red-bean.com, monnier@iro.umontreal.ca, holtzermann17@gmail.com, emacs-devel@gnu.org To: Qiantan Hong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 12 16:41:27 2020 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 1kRz0w-0004W3-Na for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Oct 2020 16:41:26 +0200 Original-Received: from localhost ([::1]:47400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRz0v-0006ys-PB for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Oct 2020 10:41:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRyzh-0005he-Jp for emacs-devel@gnu.org; Mon, 12 Oct 2020 10:40:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44022) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRyzf-0007wp-9I; Mon, 12 Oct 2020 10:40:07 -0400 Original-Received: from [176.228.60.248] (port=1207 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRyzc-0003tg-I9; Mon, 12 Oct 2020 10:40:05 -0400 In-Reply-To: <38DBEF04-B639-4744-B285-20C59E34C6BF@mit.edu> (message from Qiantan Hong on Mon, 12 Oct 2020 03:22:55 +0000) 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:257466 Archived-At: > From: Qiantan Hong > CC: Joe Corneli , > "joakim@verona.se" > , Yuan Fu , > Fermin , Jean Louis , > Caio Henrique , Ergus > , > Noam Postavsky , Karl Fogel > , > Stefan Monnier , > emacs-devel > > Date: Mon, 12 Oct 2020 03:22:55 +0000 > > E.g. when two users are editing the same org document, > in some cases they may want two replica to fold the same sections. > — I always find myself wanting this feature to make sure both > are focusing on the same parts of the document, and at least seeing > the same thing. This seems to indicate you want the capability of sending commands, not their results. The command will then be executed on the remote, and will produce the desired effects.