From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lave Newsgroups: gmane.emacs.help Subject: Re: Emacs as C IDE Date: Wed, 22 Oct 2008 00:12:20 +0800 Message-ID: <29de18070810210912r22496aeke209e8016dd31a22@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224605626 2291 80.91.229.12 (21 Oct 2008 16:13:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 16:13:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Lorenzo Isella" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 18:14:45 2008 connect(): Connection refused 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 1KsJrk-0002Lt-HB for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 18:13:52 +0200 Original-Received: from localhost ([127.0.0.1]:58383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJqe-0007Yr-Ut for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 12:12:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsJqJ-0007Tq-Mz for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 12:12:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsJqH-0007Ou-Sp for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 12:12:23 -0400 Original-Received: from [199.232.76.173] (port=53101 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJqH-0007OY-NX for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 12:12:21 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:35620) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsJqH-000124-Id for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 12:12:21 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so2787824rvb.6 for ; Tue, 21 Oct 2008 09:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZJJr6Dl7K600UQaEvvRlFUTD6YrVDVPMopbMDQr0AWc=; b=qDEBIOi+xJKlGtegMlShtyl6zPlNmEx//ZsIqG8AeDsVUQs8CL/91UJiq0BfojddPN CVy3aTn7fLpeKRMzmKR63mP5C1hRa5ccEHeo1gST+V3sID30JvKrI6rwir9r6vmblaGJ 7wfCMJudTpfpbPAgKBSKkz/oSIYhxlhukqL1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NP8KoJcJIL5MK0yfH83ZDhkgs7RjtFtBKasf1Jt9ofMs/OgD5hdKTrCh6ogNcr1M79 0ZlkVOxWp4vCTuFByei9XDZpgrmJzqrXFOLWTnKP76p8/jksMgJ0YrRlm7uPTIodYqS1 x3+fNxanTN0So2BAiciy25bYmJUcnMtBXQAEY= Original-Received: by 10.140.191.14 with SMTP id o14mr5745348rvf.247.1224605540269; Tue, 21 Oct 2008 09:12:20 -0700 (PDT) Original-Received: by 10.141.40.2 with HTTP; Tue, 21 Oct 2008 09:12:20 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:58990 Archived-At: There is a project called ECB. Maybe that's what you want. But I never used it, so can't give other advice. http://ecb.sourceforge.net/ On 10/21/08, Lorenzo Isella wrote: > Dear All, > I am working on a fairly large (for my standards) C project. I have to > browse different .c and .h files and sometimes I feel lost. It would > be wonderful, when looking at a single file, being able to "visualize" > (maybe in a different window) its skeleton: structures, functions > etc... or to collapse them in the view of the original file. > I have not found what I am looking for, but I cannot believe that > nobody has ever taken steps in this direction. > I should add I am using cc-mode right now, > Many thanks > > Lorenzo > > > -- Lave