From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: McClain Newsgroups: gmane.emacs.help Subject: development Date: Fri, 6 Dec 2002 22:59:54 +0000 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20021206225954.1d50ff3c.McClain@uni.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1039209728 20149 80.91.224.249 (6 Dec 2002 21:22:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2002 21:22:08 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KPv7-0005EF-00 for ; Fri, 06 Dec 2002 22:22:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KPpO-0000Vx-00; Fri, 06 Dec 2002 16:16:06 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18KPog-0000PO-00 for help-gnu-emacs@gnu.org; Fri, 06 Dec 2002 16:15:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18KPoe-0000Oq-00 for help-gnu-emacs@gnu.org; Fri, 06 Dec 2002 16:15:21 -0500 Original-Received: from snow.ball.teaser.net ([213.91.6.13] helo=snow.ball.reliam.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KPod-0000OV-00 for help-gnu-emacs@gnu.org; Fri, 06 Dec 2002 16:15:19 -0500 Original-Received: from Dozer (dsl-213-023-021-077.arcor-ip.net [213.23.21.77]) by snow.ball.reliam.net (Postfix) with SMTP id 0DD0A20D2F for ; Fri, 6 Dec 2002 22:15:18 +0100 (CET) Original-To: help-gnu-emacs@gnu.org X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4357 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4357 Hi ppl, I want to develop projects using Emacs as code editor. So my question is, what is the common way developing C/C++ code with Emacs, just use c(++)-mode or are there any minor modes which parse your source code and create function and type lists? Maybe you've got experience developing with emacs and can recommend a certain elisp package or something like this... thanks in advance.... ...McClain