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: Renaming eglot -- or at least add an alias? Date: Wed, 12 Oct 2022 17:03:46 +0300 Message-ID: <83y1tlb0l9.fsf@gnu.org> References: <87bkqub6vz.fsf@gnus.org> <87zge1dzoi.fsf@yahoo.com> <837d15cgy5.fsf@gnu.org> <87v8opduou.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5027"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rswgnu@gmail.com, larsi@gnus.org, manuel.uberti@inventati.org, joaotavora@gmail.com, philipk@posteo.net, theophilusx@gmail.com, emacs-devel@gnu.org, rms@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 16:07:10 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 1oicO6-00016R-LS for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 16:07:10 +0200 Original-Received: from localhost ([::1]:37936 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oicO1-0000b0-7Y for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 10:07:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oicKg-0006pj-Pb for emacs-devel@gnu.org; Wed, 12 Oct 2022 10:03:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41742) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oicKf-00015Q-8Q; Wed, 12 Oct 2022 10:03:37 -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=ueIZEO1lFswDGz8/jo6BTrFDrZBBTK6fbYZy2JxXDgs=; b=hGj24gaREp/U 3Rd6thLFPT1s87o+mDytchi8P6Iv5HTqf5Aj+bQcYdRFVKs4CdH7z3EHXGIwTBs5rCP15hcoRhi00 aocqTxS1EDeGE1PWghnRqkCcgYxEaiaz4vCCpH6RTfEdRPKhh2dEskMlxUEFqBnVokVWvSmGzMaC1 WNjT+z3jx/FJ05OnF7Td4frK4ZZVeoMqfGF9qmjRpWFELa7pk+10LGYbG92YxgHtOgkRgSBehEIZc Wh1jlUfFH1h7jtQeokGiskrWKmAfnmBl4bT2AlngcIXwUPvio5IYe/IRWEG0B2y+hcMzV/H4m5VGM xO5ZAvcvYw60eJbddk6oYw==; Original-Received: from [87.69.77.57] (port=2825 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oicKd-0006Rx-5E; Wed, 12 Oct 2022 10:03:35 -0400 In-Reply-To: <87v8opduou.fsf@yahoo.com> (message from Po Lu on Wed, 12 Oct 2022 21:42:57 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:297612 Archived-At: > From: Po Lu > Cc: rswgnu@gmail.com, larsi@gnus.org, manuel.uberti@inventati.org, > joaotavora@gmail.com, philipk@posteo.net, theophilusx@gmail.com, > emacs-devel@gnu.org, rms@gnu.org > Date: Wed, 12 Oct 2022 21:42:57 +0800 > > Eli Zaretskii writes: > > > In what customs did you search, and in which codebase? > > customize-apropros. I searched "language server" with Eglot installed > off ELPA: > > customize-apropos: No customizable group, face, or option matching (language server) customize-apropos looks at symbol names, and that's all. Discovering features based on their names only is not the best idea. apropos-documentation is a much better tool for that.