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: A note about clang-format Date: Wed, 23 Aug 2023 05:27:17 +0300 Message-ID: <83pm3esdbu.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29033"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, corwin@bru.st, emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 23 04:27:10 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 1qYdaQ-0007NE-GV for ged-emacs-devel@m.gmane-mx.org; Wed, 23 Aug 2023 04:27:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qYdaG-0003pX-GV; Tue, 22 Aug 2023 22:27:00 -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 1qYdaE-0003pE-Px for emacs-devel@gnu.org; Tue, 22 Aug 2023 22:26:58 -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 1qYdaE-0004gG-Fl; Tue, 22 Aug 2023 22:26:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=FcbS2+xBZpSGC3aZq3CVKprVU4wZOvxaKP6qhgna7+0=; b=Lio92OY6hb+iifQYrCzQ XVF7wb+mqWFAEWFTwMWszJCENPvjb8qs0EjdliJjrisWmqPktdnZmNBn8+WXeZ+Jg4qMNNwx2zfp0 llDyeDoxJt0pQk8liclcClFlV9TmYI2OF9QHHBSnAlOYVwRGpoK7dqot8sYJXWNV11L6uR6/IPdOR dN9JMiPG4YEsGtYnvfU3UQuG3+jST8MPr5bHCTmyufG3My3AxJgNjjTA+t7omG6s1o9d7JDJgIBWP 1ciy0Z8lH29Lve8gJKnJ37rOB+dxgyRtgR2Ykze4h6QHQj4kI/wMPOTEhtEDAFEK/HRlxRJ+v8VNZ w1wbK8bApGpCww==; In-Reply-To: (message from =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= on Tue, 22 Aug 2023 20:07:32 +0100) 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:309122 Archived-At: > From: João Távora > Date: Tue, 22 Aug 2023 20:07:32 +0100 > Cc: Corwin Brust , emacs-devel > > M-x eglot in Emacs sources still doesn't work oob and there's little reason for that (well, apart from > some understandable llvm aversion, but there are other servers...). There's no server based on GCC, AFAIK. I asked GCC developers to work on that, and they all agreed it's a good development direction, but nothing practical came out of it, AFAICT.