From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pedro Sa da Costa Newsgroups: gmane.emacs.help Subject: navigate in C Date: Thu, 26 Oct 2006 14:54:15 +0100 Message-ID: <4540BE07.5080201@mail.telepac.pt> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161870931 16915 80.91.229.2 (26 Oct 2006 13:55:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 13:55:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 26 15:55:25 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gd5h9-0004oM-Lq for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 15:54:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gd5h9-0002Zr-2a for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2006 09:54:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gd5gp-0002Zc-2u for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 09:54:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gd5gh-0002WK-R2 for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 09:54:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gd5gh-0002WC-IM for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 09:54:27 -0400 Original-Received: from [212.55.154.22] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gd5gh-0003oO-6s for help-gnu-emacs@gnu.org; Thu, 26 Oct 2006 09:54:27 -0400 Original-Received: (qmail 18204 invoked from network); 26 Oct 2006 13:54:18 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.153) by relay2 with SMTP; 26 Oct 2006 13:54:18 -0000 Original-Received: (qmail 29119 invoked from network); 26 Oct 2006 13:54:18 -0000 X-AntiVirus: PTMail-AV 0.3-0.88.4 X-Virus-Status: Clean (0.01818 seconds) Original-Received: from unknown (HELO [192.168.1.102]) (op132650b@[85.241.66.194]) (envelope-sender ) by mta3 (qmail-ldap-1.03) with SMTP for ; 26 Oct 2006 13:54:18 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org 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:38295 Archived-At: 1 - Is there a way in C mode to, by selecting the .h file or a method and press a shortcut key, go that file or function? For example: #include "header.h" by pressing F3 in the selected "header.h", or simply have the cursor of the header file, open the file. and int test(){ call_test(); } have the cursor above "call_test()" call and pressing F3, goes to the function. Thanks, Pedro