help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: navigate in C


From: Vagn Johansen
Subject: Re: navigate in C
Date: Thu, 26 Oct 2006 20:03:10 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt)

Pedro Sa da Costa <op132650c@mail.telepac.pt> writes:

> 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.

set ffap-c-path (to a list if directories) and use ffap AKA find-file-at-point

PS: add (require 'ffap) to your .emacs first
-- 
Vagn Johansen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]