From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: c/c++ project management and debugging Date: Wed, 22 Dec 2010 16:09:05 +0100 Message-ID: References: <4D0F4058.6050101@gmail.com> <038dfa58-3e80-4c49-bbd0-c1bbb16c41f1@j25g2000vbs.googlegroups.com> <87bp4ex0a4.fsf@kuiper.lan.informatimago.com> <7e99bd12-91df-4cc2-bfc9-576df4c5283b@i18g2000yqn.googlegroups.com> <87k4j2uohx.fsf@kuiper.lan.informatimago.com> <6d58027e-6ed1-41f6-8653-fbcd42236b68@w2g2000yqb.googlegroups.com> <764bbebd-1038-4902-9ddb-72aafa6958c3@32g2000yqz.googlegroups.com> <87bp4eukfm.fsf@kuiper.lan.informatimago.com> <877hf2ue54.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1293030654 5001 80.91.229.12 (22 Dec 2010 15:10:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 15:10:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 22 16:10:50 2010 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.69) (envelope-from ) id 1PVQKx-0001QN-I4 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Dec 2010 16:10:50 +0100 Original-Received: from localhost ([127.0.0.1]:37062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVQKv-0003lx-DK for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Dec 2010 10:10:41 -0500 Original-Received: from [140.186.70.92] (port=60618 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVQKV-0003VB-Ux for help-gnu-emacs@gnu.org; Wed, 22 Dec 2010 10:10:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVQJf-0001dB-GL for help-gnu-emacs@gnu.org; Wed, 22 Dec 2010 10:09:24 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:45253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVQJf-0001co-7J for help-gnu-emacs@gnu.org; Wed, 22 Dec 2010 10:09:23 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PVQJd-0000Vp-78 for help-gnu-emacs@gnu.org; Wed, 22 Dec 2010 16:09:21 +0100 Original-Received: from ip1-201.halifax.rwth-aachen.de ([137.226.108.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 16:09:21 +0100 Original-Received: from andrea.crotti.0 by ip1-201.halifax.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Dec 2010 16:09:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ip1-201.halifax.rwth-aachen.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:NtxMzoOtLXY/hKTcFjLxN7s6odk= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:77791 Archived-At: Elena writes: >> >> They are REQUIRED to be able to work with languages that are LESS >> powerful than lisp. > > This is not the case. I have a problem which would be dead-easy to > spot by using a tracer and a profiler. Emacs Lisp lacks the former, > and that's fine since it is an extension language, not a language to > develop complex applications. Dead easy if you knew how your configuration works probably. Try like this, comment out everything you don't fully understand in your .emacs, and then try again )