From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: jonetsu Newsgroups: gmane.emacs.help Subject: Re: Suggestions for OOP C++ 'IDE'-like functionality ? Date: Fri, 25 Jan 2019 12:16:08 -0500 Message-ID: <20190125121608.4745291a@mevla> References: <20190125105114.16870be7@mevla> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="211808"; mail-complaints-to="usenet@blaine.gmane.org" Cc: help-gnu-emacs@gnu.org To: Douglas Davis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 25 18:16:40 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gn55s-000t0b-3R for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2019 18:16:40 +0100 Original-Received: from localhost ([127.0.0.1]:47933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn55r-0008OO-00 for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Jan 2019 12:16:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gn55Q-0008OB-Cw for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 12:16:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gn55P-0005nh-GX for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 12:16:12 -0500 Original-Received: from pmta31.teksavvy.com ([76.10.157.38]:3742) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gn55P-0005nG-C7 for help-gnu-emacs@gnu.org; Fri, 25 Jan 2019 12:16:11 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2HjBgD8Q0tc/0Tb1BhkhBtnUDMnjHqNJ?= =?us-ascii?q?TUBiHCEf4tdMAgBAoQ4AgIBAQKDCiM4EgEDAQEBAQEBAgICaRwMgnhNawEBAQE?= =?us-ascii?q?BASMCDWQBBAE6HCMFCwgDCRglDxIYHgYTgyOBaQMNCA+sOYgLDYIYBSKMNoE/Q?= =?us-ascii?q?IQjgldHAoFLhXYCkFw5kHAzCYMkhAiHRIMuJAyBTwGIRYgGjziBH4xLIoFWcBW?= =?us-ascii?q?DJ4htiA0kMAGBAAEeCBMFBQEBiWcBAQ?= X-IPAS-Result: =?us-ascii?q?A2HjBgD8Q0tc/0Tb1BhkhBtnUDMnjHqNJTUBiHCEf4tdMAg?= =?us-ascii?q?BAoQ4AgIBAQKDCiM4EgEDAQEBAQEBAgICaRwMgnhNawEBAQEBASMCDWQBBAE6H?= =?us-ascii?q?CMFCwgDCRglDxIYHgYTgyOBaQMNCA+sOYgLDYIYBSKMNoE/QIQjgldHAoFLhXY?= =?us-ascii?q?CkFw5kHAzCYMkhAiHRIMuJAyBTwGIRYgGjziBH4xLIoFWcBWDJ4htiA0kMAGBA?= =?us-ascii?q?AEeCBMFBQEBiWcBAQ?= X-IronPort-AV: E=Sophos;i="5.56,522,1539662400"; d="scan'208";a="61850515" Original-Received: from 24-212-219-68.cable.teksavvy.com (HELO mevla) ([24.212.219.68]) by smtp.teksavvy.com with ESMTP; 25 Jan 2019 12:16:09 -0500 In-Reply-To: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 76.10.157.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119155 Archived-At: On Fri, 25 Jan 2019 11:37:39 -0500 Douglas Davis wrote: > I'll come from an LSP > (https://microsoft.github.io/language-server-protocol/) side... Hmmm. I'm using Linux. The emacs lsp-mode github points to the MS github lsp repo. I certainly do not have any MS compilers - does this compile under g++ in Linux ? Cheers.