From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Torsten Mueller Newsgroups: gmane.emacs.help Subject: Re: Emacs as C++ IDE anyone? Date: Tue, 14 Jul 2009 11:38:49 +0200 Message-ID: References: <63647654-40f5-4006-9bee-2451050da363@n4g2000vba.googlegroups.com> Reply-To: Urlicht@gmx.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247564670 30605 80.91.229.12 (14 Jul 2009 09:44:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Jul 2009 09:44:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 14 11:44:23 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MQeYO-000108-Hy for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Jul 2009 11:44:04 +0200 Original-Received: from localhost ([127.0.0.1]:53363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQeYN-000117-TL for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Jul 2009 05:44:03 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-X-Trace: individual.net CrAQpgyDzDs0hCpoEIAqqgyq1jV+HN5uQeSIqW1DqPSwnHu3c= Cancel-Lock: sha1:cad9GDf0hoqXL/P7GcIYQ0iWxTU= sha1:uwhCncfjY604vuafJGU9fyLvD5I= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Original-Xref: news.stanford.edu gnu.emacs.help:170860 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66059 Archived-At: Marc Tfardy wrote: > > does anyone use Emacs for C++ development, that is: managing > > projects, browsing class hierarchies, intellisense via Semantic > > Bovinator, etc.? If so, would you share your configuration? > > I use Emacs for C++ development but without browsing class and > without intellisense. For Expand I use M-/ (dabbrev-expand). Me too. I have this on F4. I never got familiar with Speed-bar and browsing capabilities. I use just dired to "browse". T.M.