From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Husain Alshehhi Newsgroups: gmane.emacs.help Subject: Re: Parsing JDT:// scheme in Eglot Date: Wed, 16 Nov 2022 06:18:18 +0000 Message-ID: <87h6yz2ziy.fsf@alshehhi.io> References: <8735alm8iu.fsf@dfreeman.email> 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="14922"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Danny Freeman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 16 07:19:38 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 1ovBln-0003bk-QG for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 16 Nov 2022 07:19:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovBl5-0007HD-Vo; Wed, 16 Nov 2022 01:18:52 -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 1ovBkw-0007GR-TP for help-gnu-emacs@gnu.org; Wed, 16 Nov 2022 01:18:48 -0500 Original-Received: from mail-4323.proton.ch ([185.70.43.23]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovBkq-0003gh-Fg for help-gnu-emacs@gnu.org; Wed, 16 Nov 2022 01:18:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alshehhi.io; s=protonmail; t=1668579509; x=1668838709; bh=MurX7sBFdoawD50mvU7lYbevR43k9kqXq9RkEh6kGdk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=IbVqkZ5oeAe/2C543kcDrBrND+iGonQtAGe7YT215PiIvpdaQswZATqYFQ6bXP9lo PFMVIm8sjMccT11gVEm+vIpqjZ2RJGHTuK8XqMT3DYZReSmbWzCWCW+Tq3Gv24QtKl Ehd1D2poLLl8k3KmpYQdeaQ+Ntr570FZCfh2CBHQQjVCjABrOv2kBp0vGwCeDjWdU/ TfKc9RLk51210lTwjhJXzktRKw/hvDyJuUIq4eldg707puxdn3kgMIPotvYoNv3c/O c5iL+JsMb9+yy37I+n6nuXqCSIrnu+HL8WWJatGaFHCKz2uctBfGsx/p/5N/SL3oN/ uQwUpzaq9cmcQ== In-Reply-To: <8735alm8iu.fsf@dfreeman.email> Feedback-ID: 31127354:user:proton Received-SPF: pass client-ip=185.70.43.23; envelope-from=husain@alshehhi.io; helo=mail-4323.proton.ch 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:140988 Archived-At: Thank you Danny for looking into this issue. On Mon 14 Nov 2022 at 18:11, "Danny Freeman" wrote: > I've also opened up a ticket in the eglot-java bug tracker, where I > think might be a good place to implement a solution: > https://github.com/yveszoundi/eglot-java/issues/6 > so feel free to follow that discussion. Do you think that this is the best place to implement a jdt scheme handler = vs a separate package altogether? I am not sure how many people use eglot-j= ava for java rather than using eglot directly. I recall installing eglot-ja= va and it failed to load, and I went back to eglot. In any case, thank you.