From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Brian Cully via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: eglot and tramp Date: Mon, 21 Nov 2022 06:51:16 -0500 Message-ID: <87h6yszft7.fsf@ditto.jhoto.spork.org> References: <878rkddngy.fsf@ditto.jhoto.spork.org> <875yfgkza3.fsf@gmx.de> <875yfgdscr.fsf@ditto.jhoto.spork.org> <87v8ng6lxe.fsf@gmx.de> <8735ajdqw3.fsf@ditto.jhoto.spork.org> <875yfeyizi.fsf@gmx.de> <87sfigw99s.fsf@gmx.de> <87mt8mzzcm.fsf@ditto.jhoto.spork.org> <877czpg2f5.fsf@gmx.de> Reply-To: Brian Cully Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13145"; mail-complaints-to="usenet@ciao.gmane.io" Cc: "Brian Cully via Emacs development discussions." , Pedro Andres Aranda Gutierrez To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 21 12:52:36 2022 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 1ox5Ln-00039F-M4 for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Nov 2022 12:52:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ox5Ki-0004E8-7i; Mon, 21 Nov 2022 06:51:28 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ox5Kh-0004Dz-5e for emacs-devel@gnu.org; Mon, 21 Nov 2022 06:51:27 -0500 Original-Received: from coleridge.kublai.com ([166.84.7.167] helo=mail.spork.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ox5Kf-0000ij-R6 for emacs-devel@gnu.org; Mon, 21 Nov 2022 06:51:26 -0500 Original-Received: from ditto (ool-18b8e9e7.dyn.optonline.net [24.184.233.231]) by mail.spork.org (Postfix) with ESMTPSA id A7D48CD69; Mon, 21 Nov 2022 06:51:16 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=spork.org; s=dkim; t=1669031481; bh=igZmhcpb6dTpLNQfBALCubu00XdxL/m1oD4t2UK1KrA=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=t9pZLD3n+ORzU4KopnzdpW9poFiGba5v/QnDT+tFW9ypjZGm9UU5sL/Ru6TQZu7ll 2FdM/p++7ZSuNhLQudZeBjO2HggyqNeaW3NCLnClWai13DaRiW8G8Aqqiu+tPeh7Iy iyxSD60krw7/upTzDiZtjiGNAKUpYFbXC+wZ/YTg= In-Reply-To: <877czpg2f5.fsf@gmx.de> Received-SPF: pass client-ip=166.84.7.167; envelope-from=bjc@spork.org; helo=mail.spork.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:300289 Archived-At: Michael Albinus writes: > Hmm, does it show better performance when accessing an lsp server? I haven't noticed any particular difference in speed. But I didn't find eglot in a container to be noticeably slow before, either. My computer is a beast, and container execution is basically native anyway. >> If nspawn-style containers are desirable in mainline Tramp, I can put >> together a patch for you when I get some cycles. > > Yes, it would be welcome in tramp-container.el. Even if it doesn't > support direct-async (yet). I'll add it to my list and let you know when it's ready. -bjc