From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daniel Lidstrom Newsgroups: gmane.emacs.help Subject: Re: .cpp, switch to .h Date: Sat, 14 Feb 2004 11:27:08 +0100 Organization: Home Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1076754769 1237 80.91.224.253 (14 Feb 2004 10:32:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Feb 2004 10:32:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 14 11:32:43 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Arx6J-0003Yr-00 for ; Sat, 14 Feb 2004 11:32:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Arx4I-0003h3-GM for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Feb 2004 05:30:38 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news2.telebyte.nl!newshub1.home.nl!home.nl!news.cambrium.nl!news.cambrium.nl!amsnews01.chello.com!amsnews04.chello.com!amstwist00.POSTED!not-for-mail User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 193.150.217.25 Original-X-Complaints-To: abuse@chello.se Original-X-Trace: amstwist00 1076754250 193.150.217.25 (Sat, 14 Feb 2004 11:24:10 MET) Original-NNTP-Posting-Date: Sat, 14 Feb 2004 11:24:10 MET Original-Xref: shelby.stanford.edu gnu.emacs.help:120896 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16845 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16845 On Sat, 14 Feb 2004 18:02:55 +0800, Felix wrote: >>>>>> "Daniel" == Daniel Lidstrom writes: > > Daniel> Hello, I would like a script that I can bind to Ctrl-Shift-h > Daniel> that will switch from a .cpp file to the associated .h file, if > Daniel> there is one. For example, if I have Hash.cpp opened and press > Daniel> the selected keys, emacs switches to Hash.h. If there is no > Daniel> Hash.h nothing is done. Any help appreciated. Thanks! > > Daniel> -- Daniel > > ff-find-other-file This is great. Is there a way to go the other way too? From .h to .cpp. Perhaps even assignable to the same key. Thanks! -- Daniel