From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Just an uninformed question Date: Sun, 22 Oct 2023 12:31:17 +0300 Message-ID: <83pm17ovfe.fsf@gnu.org> References: <83ttqjp419.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40763"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 22 11:32:02 2023 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 1quUoU-000AM5-4s for ged-emacs-devel@m.gmane-mx.org; Sun, 22 Oct 2023 11:32:02 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quUnn-0007rV-Cd; Sun, 22 Oct 2023 05:31:19 -0400 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 1quUnl-0007nr-7l for emacs-devel@gnu.org; Sun, 22 Oct 2023 05:31:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quUnk-0001pM-M9; Sun, 22 Oct 2023 05:31:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=k8TenJANWwIRrj/Iqg2rgH6XYRca4t+Y3UgPwco63m0=; b=BkUwfJEC0mDt 3EO8/AqVqL4UxnC8GVBMyJzWh3I2Jzgvq69OrY4gfloe9XnrtDk6ecREfoAF2BUB/WC0bdA9jB35Q dFPmYV1Pz5MKofky3f0wO0JVQGgiT2E9EvWg00D3S5OAfsYmhg4WKarNTqlesRDMgjgIDG7ifEkJm pDXvHqx903dzceMU1SyB/W5kAGqjdpXqZK+e/rt+noSSJ8EHF/gsgcAejWkDdFlDtviZvNRU5fIYZ 6P9Lh+9E0bkKlJKgYK2dYahwKsfix560Ij/Tvb5m8OPy4ze6ehuQD1vMu/eNtlvxjRmdyesRRzEZ7 N9xETlZhkER7tAhPYAf+YQ==; In-Reply-To: (message from Pedro Andres Aranda Gutierrez on Sun, 22 Oct 2023 11:13:32 +0200) 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:311676 Archived-At: > From: Pedro Andres Aranda Gutierrez > Date: Sun, 22 Oct 2023 11:13:32 +0200 > Cc: stefankangas@gmail.com, emacs-devel@gnu.org > > Just an example, by no means the only thing I tinker on to get something that is comfortable (for me - > TM-): > > ``` > "texlab" : { > "completion" : { > "matcher" : "prefix" > } > }, Isn't this customization of the LSP server, not of Eglot? If this customizes Eglot, then can you tell what are the Eglot ELisp equivalents of the above customizations?