From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Dan =?utf-8?B?xIxlcm3DoWs=?= Newsgroups: gmane.emacs.help Subject: Re: GNU Globals + ggtags.el Date: Tue, 19 May 2020 14:58:56 +0200 Message-ID: <87zha4ulm7.fsf@cgc-instruments.com> References: <9ac77cfde0ec2fc3f19f4df2fa17bb078ef7574b.camel@k-7.ch> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="68874"; mail-complaints-to="usenet@ciao.gmane.io" To: =?utf-8?Q?S=C3=A9bastien?= G , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue May 19 14:59:39 2020 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 1jb1qM-000HpV-A8 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 May 2020 14:59:38 +0200 Original-Received: from localhost ([::1]:41228 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jb1qL-0001b1-C8 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 May 2020 08:59:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jb1py-0001aB-Dd for help-gnu-emacs@gnu.org; Tue, 19 May 2020 08:59:14 -0400 Original-Received: from cgc-instruments.com ([83.169.1.125]:47812) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jb1pv-0001XS-N4 for help-gnu-emacs@gnu.org; Tue, 19 May 2020 08:59:13 -0400 Original-Received: from localhost (unknown [IPv6:2a02:810a:8100:6798::1cb7]) by cgc-instruments.com (Postfix) with ESMTPSA id B4D43A09F9; Tue, 19 May 2020 14:59:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cgc-instruments.com; s=default; t=1589893146; bh=vW8I87LMHRZ8lQmd25dEd7NNwnDhaJIfFy2qWS3SuvE=; l=1942; h=From:To:Subject; b=Yw6MyDlcI1ssTxmc653o2DqLfV69se/9gVBjQvZhjhZxhHM2jGapn+aowSZRseAT7 Bbhz8NjkR1oBvhgTQQMhzJ101tuS1Yr1rkV2sM24QV2uyPkI49nXGDKd84LFqTk0L8 S3rJ5DlTG/59jnLtxw0UYRlGe/8sN9nSgE2hj6Yw= Authentication-Results: cgc-instruments.com; spf=pass (sender IP is 2a02:810a:8100:6798::1cb7) smtp.mailfrom=dan.cermak@cgc-instruments.com smtp.helo=localhost Received-SPF: pass (cgc-instruments.com: connection is authenticated) In-Reply-To: <9ac77cfde0ec2fc3f19f4df2fa17bb078ef7574b.camel@k-7.ch> Received-SPF: pass client-ip=83.169.1.125; envelope-from=dan.cermak@cgc-instruments.com; helo=cgc-instruments.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/19 08:59:07 X-ACL-Warn: Detected OS = Linux 3.1-3.10 [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.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, FROM_EXCESS_BASE64=0.979, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:123102 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi S=C3=A9bastien, S=C3=A9bastien G writes: > Hello. Any one have experience with GNU Globals an ggtags.el? unfortunately no, I've stopped using GNU Global half a decade ago when I ditched it for irony mode, which I later ditched for lsp-mode. > Is it good for Python, JS and C? > > I use irony-mode for C and anaconda-mode for Python. How GNU Globals + > ggtags.el is in comparison for code completion, code navigation and > documentation shown with eldoc? > > > Is lsp-mode better than all this for code completion, code navigation > and documentation shown with eldoc? lsp-mode is imho the better choice for both python and C as well as code completion, navigation, documentation and linting "just works (TM)". For python simply install python-language-server and for C I would recommend to use ccls (the language server) and lsp-ccls. Hope this helps, Dan --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE/2KDnDCX6+IOiSay5jLDOAYQ0cUFAl7D2BAACgkQ5jLDOAYQ 0cX6IQ/+M43EOFuBqqHxrbPvBva6aXAKTw/TjPf6AlFA3xshXkIQ87DGDblTCb/9 EbWndguqrVYnLaRF2fh7WcyvdPS7UX89eTovBwKLLDd6HDKd0hAoHoVmH1HHGJAY kYWSyz9+1x8bj6cTAMZSBqJjSLm8AGkv2Tvhclnr8Xufbgd7d9ZUaFuEPIftBRpN 5VRsiDgDKgUAVXs9AuvxqyfOAoTbMSWnJqtEIRPTrvkDHl9wNuQF+0U/oxTtBfAR HH1SVTYPe/ON6IWQQ7SSKrXN7owKuZer2yHoc4UZ014ulhG+h//4MovaJipoqB6h lpwfKGceOTH3Fu6cxwh5bvrUqU0tXxEDAs7X0IaRb326EBewQzuom8O9L8//R2IG M17E18pTerK3y6ugBwxCAk04nqJIhZlTKvua6sXwsq8fnGYLOGRiEIZmRm7YmiZF WN1uhygpFU2Y4+V8Ui1Wlzz/JTz028XFy0tdRP9A8Ou3QYexrwDIo1rzUqO7DT7/ pgZHr4KBBF+3xU672IiNg70ntRhDrQG0IJG7qRGLYAqZ0rPqS+z5CkiJegBSnk/0 FyjSq7o55HiUx6yt0B6dYPZLEEG3YvTxaY6IJxyD0PMPCTfX5cfOY1q1PGaJmxxQ IUz4AzmsigYXJtpExZXibZ2JZwza11lKIPKxxBKOuaAxB4qzlUM= =bueq -----END PGP SIGNATURE----- --=-=-=--