From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Some developement questions Date: Tue, 04 Sep 2018 19:46:20 +0300 Message-ID: <83y3chxlb7.fsf@gnu.org> References: <87sh36inql.fsf@himinbjorg.adminart.net> <877ekigiiw.fsf@himinbjorg.adminart.net> <837ekhb2me.fsf@gnu.org> <87zhxcbmtr.fsf@himinbjorg.adminart.net> <83in409lub.fsf@gnu.org> <871sanb71j.fsf@himinbjorg.adminart.net> <87k1oeaofu.fsf@ada> <20180825103413.gbm5stsl67j6weow@Ergus> <87k1od7vzf.fsf@himinbjorg.adminart.net> <83wosd5h3x.fsf@gnu.org> <871sakzssu.fsf@himinbjorg.adminart.net> <83bm9n6f7d.fsf@gnu.org> <87tvneql3i.fsf@himinbjorg.adminart.net> <83o9dl2oob.fsf@gnu.org> <87y3coopyf.fsf@himinbjorg.adminart.net> <83pny00y1q.fsf@gnu.org> <87tvnbl669.fsf@himinbjorg.adminart.net> <83h8j912d0.fsf@gnu.org> <87efebg900.fsf@himinbjorg.adminart.net> <83tvn7zuuf.fsf@gnu.org> <87lg8hqndn.fsf@toy.adminart.net> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1536079499 17990 195.159.176.226 (4 Sep 2018 16:44:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2018 16:44:59 +0000 (UTC) Cc: spacibba@aol.com, radon.neon@gmail.com, flexibeast@gmail.com, emacs-devel@gnu.org To: hw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 18:44:54 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxERi-0004WK-5M for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2018 18:44:54 +0200 Original-Received: from localhost ([::1]:51798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxETo-0000sw-Ic for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2018 12:47:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxETH-0000sb-48 for emacs-devel@gnu.org; Tue, 04 Sep 2018 12:46:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxETD-0001ry-1Q for emacs-devel@gnu.org; Tue, 04 Sep 2018 12:46:30 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxETC-0001ri-Pg; Tue, 04 Sep 2018 12:46:26 -0400 Original-Received: from [176.228.60.248] (port=1047 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fxETC-0003ol-As; Tue, 04 Sep 2018 12:46:26 -0400 In-reply-to: <87lg8hqndn.fsf@toy.adminart.net> (message from hw on Tue, 04 Sep 2018 17:43:32 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:229247 Archived-At: > From: hw > Cc: spacibba@aol.com, radon.neon@gmail.com, flexibeast@gmail.com, emacs-devel@gnu.org > Date: Tue, 04 Sep 2018 17:43:32 +0200 > > >> I want to be able to use the same Emacs session with multiple different > >> machines --- currently only two. > > > > That's what -dDISPLAY option is about, AFAIK. > > But that would be unsave ... > > Using 'ssh -Y' didn't work too well, either. The Emacs daemon crashed > when it wasn't able to draw the contents of the frames correctly and I > had to close them because they were entirely unresponsive. What makes you think emacsclient will do any better in this scenario? After all, you still want the Emacs X frame be displayed on the same machine, and the data be moved over the same network.