From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: Emacs as C IDE Date: Tue, 21 Oct 2008 17:46:59 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224604099 28283 80.91.229.12 (21 Oct 2008 15:48:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 15:48:19 +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 Oct 21 17:49:18 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 1KsJTD-0000B2-Iv for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 17:48:31 +0200 Original-Received: from localhost ([127.0.0.1]:47205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJS7-00057F-G1 for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2008 11:47:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsJRn-00056Y-7c for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:47:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsJRm-00055z-Fs for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:47:02 -0400 Original-Received: from [199.232.76.173] (port=56334 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJRm-00055p-5I for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:47:02 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:58234) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsJRl-0004aF-L1 for help-gnu-emacs@gnu.org; Tue, 21 Oct 2008 11:47:01 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so1960194fgb.30 for ; Tue, 21 Oct 2008 08:46:59 -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:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=5Fa0rZrUx7B6ZNdw6NR38xe0sTWD+thxHlyrwmFaH30=; b=bBZJGff1Mm4NA7zv4NowX248Rpd7ieIwA8adhGmIkVfIDD1xET5RdCwwpmjniR9dUm YdPb8k8t8mhMtxkBSv2isigB9NYV3fmkKL2YcaTRpmPGuMbaVF+6xvVFCT9XHj0lusnl DkboYwr0TMkV9BrN0MVVeo9vRBMBJ9wgmqMyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=OufC1PZpEQWruqZMtf2mnLTuFsh88Tvu2jIe5qcc/ejh7EkWvVQ6L8j5bo0KCKaku+ I7vt9yisq8DKu2GA/FXZD6dVjmx/IrBJckiTW+ePGdsuPzLORYAS3Ibu+Zz+lK+Uxsvl gqumaF4GZ5KFlDX13IZib0ckavFPODzrWIrWw= Original-Received: by 10.187.227.5 with SMTP id e5mr1322108far.63.1224604019613; Tue, 21 Oct 2008 08:46:59 -0700 (PDT) Original-Received: by 10.187.243.6 with HTTP; Tue, 21 Oct 2008 08:46:59 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 9071cda82bb2f23e 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:58988 Archived-At: 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