From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.devel Subject: Re: TODO crdt-stop-session, selecting deleted buffer, fails to remove session from the list Date: Fri, 23 Oct 2020 17:36:18 +0300 Message-ID: References: <20201018092201.GG9782@protected.rcdrun.com> <2F36D10F-A179-445D-9417-65194F1CF2F1@mit.edu> <5AA05FFC-47C1-458D-AAA9-1AC63CF30858@mit.edu> <35C726EA-20E4-4D2A-969D-90B3132F0391@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="13556"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ (1036f0e) (2020-10-18) Cc: emacs-devel@gnu.org To: Qiantan Hong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 23 16:38:04 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 1kVyCi-0003RI-QO for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Oct 2020 16:38:04 +0200 Original-Received: from localhost ([::1]:58790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVyCh-0003ZC-Ry for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Oct 2020 10:38:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44166) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVyBA-0002aG-9k for emacs-devel@gnu.org; Fri, 23 Oct 2020 10:36:28 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:36527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVyB8-0002X3-7E for emacs-devel@gnu.org; Fri, 23 Oct 2020 10:36:27 -0400 Original-Received: from localhost ([::ffff:41.202.241.51]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B3A.000000005F92EA67.00005998; Fri, 23 Oct 2020 14:36:23 +0000 Content-Disposition: inline In-Reply-To: <35C726EA-20E4-4D2A-969D-90B3132F0391@mit.edu> Received-SPF: pass client-ip=95.85.24.50; envelope-from=bugs@gnu.support; helo=static.rcdrun.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/23 10:17:50 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-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:258357 Archived-At: * Qiantan Hong [2020-10-23 15:29]: > > > > - Other issue is that if I do press ENTER, it quits with the > > beep. That is not enough, it is better if you give message that > > crdt aborted. > I’m also aware of this problem — are you using helm? > It seems that it’s helm’s completing-read does not behave > well and generate ‘quit error on empty input. > I’ll work on a workaround. I am using helm, and I do not remember if I turned it off. > > - [ ] I could not save the buffer shared, I tried killing it too. If I > > kill the buffer the connected user should maybe get informed and > > connection to that buffer should disconnect. > That’s already done, the buffer will be removed from the session > (if killed from server side). Maybe some better message rather > than just “Disconnected". Is user then informed? -- Jean Louis