From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: Elisp LSP Server Date: Mon, 25 Oct 2021 10:23:54 +0200 Message-ID: <2E0BE17C-8B00-487E-BFF2-E4E15BF6BCE7@thornhill.no> References: <16338bdc2497fc51c6fb6d54ab370bfb@webmail.orcon.net.nz> <8100571.MQnaI0vtd3@galex-713.eu> <61BDF1BF-20DF-4867-909C-B4CF81866162@thornhill.no> <2338380.LQ4i800uW1@galex-713.eu> 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="14589"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org, Alexandre Garreau Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 25 10:25:27 2021 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 1mevIJ-0003ZF-M2 for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Oct 2021 10:25:25 +0200 Original-Received: from localhost ([::1]:57030 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mevII-0005jo-Ge for ged-emacs-devel@m.gmane-mx.org; Mon, 25 Oct 2021 04:25:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54414) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mevH4-0004Jn-Ha for emacs-devel@gnu.org; Mon, 25 Oct 2021 04:24:06 -0400 Original-Received: from out10.migadu.com ([2001:41d0:2:e8e3::]:63729) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mevH0-0002MQ-Di for emacs-devel@gnu.org; Mon, 25 Oct 2021 04:24:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1635150238; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SALLY/UxNoUnVhsXsGONXZ3RtYng13GJ18TAqrDbH+k=; b=zayf8GbgvrJleXaSawaDiAr86NyqlYyXo5KOpTgq2iU8M9kcsAa6C1sXTh3YXP5rB1VKb5 He2wKPs1bTUMAgEB47DpL6doPkPxjN6RrjzXLQPv+5c0N7tAwN/zyBk8MNMjyGSFtSGSvN WOkthdhwDx5TRvutorqX6tgHmCLn30OtuDiyxSq9DJra5M1BXaXYrtXR+TsDASKuLJTjcC og+h+VHD3e4AmFSjbfBZIdxgav9ki9sGQ+OIHYS7jeKMoN9UzdaQ3XyE6QST5IjEeKsXgv 46xXIGx5A6sPMDmUCl3TDo7RthW9nUJwTyl6sV1HiFL8fyzan0gr7YoiRYfe/w== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. In-Reply-To: <2338380.LQ4i800uW1@galex-713.eu> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no Received-SPF: pass client-ip=2001:41d0:2:e8e3::; envelope-from=theo@thornhill.no; helo=out10.migadu.com 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.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:277722 Archived-At: >> https://github=2Ecom/emacs-lsp/lsp-gitpod >>=20 >> This looks like what you are thinking of, doesn't it? > >Absolutely not, because it takes the whole page (an entire tab), while I= =20 >mean a single block *inside* an already webpage=2E Furthermore: this see= ms=20 >to require javascript (my idea would only be to require a simple bar link= ,=20 >or element, to any emacs-editable file, to trigger the opening of= =20 >an emacs X window *inside* a webpage), and worse: the opening, hence=20 >execution (though not usage) of VS Code=2E > > Yeah=2E I wasn't thinking of the implementation per se, more in the likes = of "press a button on $GITFORGE to start hacking in Emacs" with niceties al= ready enabled=2E I guess that in the name of gathering inspiration this is = useful=2E Politics aside, I can see people wanting to use this=2E=20 Theo