From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.help Subject: Re: How to automate file-opening (derived filename)? Date: Wed, 08 Jan 2003 07:03:55 +0100 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <30055c1f.0301070652.62cf0153@posting.google.com> <87heckhlfg.fsf@fbigm.here> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042010881 12207 80.91.224.249 (8 Jan 2003 07:28:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 07:28:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org 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 18WAd0-0003AC-00 for ; Wed, 08 Jan 2003 08:27:55 +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 18W9ju-0005Qk-05 for gnu-help-gnu-emacs@m.gmane.org; Wed, 08 Jan 2003 01:30:58 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18W9UJ-0002Bk-00 for help-gnu-emacs@gnu.org; Wed, 08 Jan 2003 01:14:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18W9R0-0001MT-00 for help-gnu-emacs@gnu.org; Wed, 08 Jan 2003 01:11:58 -0500 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18W9Jm-0007vY-00 for help-gnu-emacs@gnu.org; Wed, 08 Jan 2003 01:03:58 -0500 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id HAA13884; Wed, 8 Jan 2003 07:03:55 +0100 (MET) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.36 #1 (Debian)) id 18W9Jj-0006Ie-00; Wed, 08 Jan 2003 07:03:55 +0100 Original-To: frido@q-software-solutions.com In-reply-to: <87heckhlfg.fsf@fbigm.here> (message from Friedrich Dominicus on 07 Jan 2003 19:19:47 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5254 Maybe you are looking for ff-find-other-file? (ff-find-other-file &optional IN-OTHER-WINDOW IGNORE-INCLUDE) Find the header or source file corresponding to this file. Being on a `#include' line pulls in that file. If optional IN-OTHER-WINDOW is non-nil, find the file in the other window. If optional IGNORE-INCLUDE is non-nil, ignore being on `#include' lines. ...