From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Gendre?= Newsgroups: gmane.emacs.help Subject: =?US-ASCII?Q?With_Eglot=2C_how_tu_use_a_language_server_?= =?US-ASCII?Q?running_in_a_concainer_=28Docker_or_Podman=29?= Date: Wed, 21 Dec 2022 03:21:39 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24390"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: K-9 Mail for Android To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Dec 21 03:28:48 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1p7oqd-0006DR-Iu for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 21 Dec 2022 03:28:47 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p7opw-0007wM-Sf; Tue, 20 Dec 2022 21:28:04 -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 1p7opu-0007vs-OU for help-gnu-emacs@gnu.org; Tue, 20 Dec 2022 21:28:02 -0500 Original-Received: from 96-100-31-185.ftth.cust.kwaoo.net ([185.31.100.96] helo=gandalf.k-7.ch) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p7ops-0002xq-M4 for help-gnu-emacs@gnu.org; Tue, 20 Dec 2022 21:28:02 -0500 Original-Received: from [127.0.0.1] (_gateway [192.168.1.1]) (Authenticated sender: seb) by gandalf.k-7.ch (Postfix) with ESMTPSA id DFD82E8108 for ; Wed, 21 Dec 2022 03:21:41 +0100 (CET) Received-SPF: permerror client-ip=185.31.100.96; envelope-from=seb@k-7.ch; helo=gandalf.k-7.ch X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, KHOP_HELO_FCRDNS=0.001, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, TVD_RCVD_IP=0.001, T_SPF_PERMERROR=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141889 Archived-At: Hello, I got a simple problem I try to solve with Eglot: How tu use a language se= rver that run inside a container ? (Docker or Podman) One of the advantage of language server is to be in client/server model=2E= So, I can create a container that run a language server and include the so= urce code of the project and its dependencies in this container=2E (Install= ation for dependencies source code and mounting for project source code) But how to tell Eglot to connect to this running language server ? Is it s= imple and per project configurable ? Thanks for your help=2E =F0=9F=98=81