From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Anderson Newsgroups: gmane.emacs.devel Subject: Re: naming convention based file toggling facility Date: 25 Sep 2003 00:24:48 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1064474689.1417.44.camel@lan1> References: <1064473652.1354.41.camel@lan1> <20030925.162042.198212664.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1064476869 31792 80.91.224.253 (25 Sep 2003 08:01:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2003 08:01:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 25 10:01:07 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2R3j-0004K7-00 for ; Thu, 25 Sep 2003 10:01:07 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A2RAo-0001av-00 for ; Thu, 25 Sep 2003 10:08:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2QwL-00029c-7y for emacs-devel@quimby.gnus.org; Thu, 25 Sep 2003 03:53:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A2Qt7-0000w4-9t for emacs-devel@gnu.org; Thu, 25 Sep 2003 03:50:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A2Qt5-0000ui-2f for emacs-devel@gnu.org; Thu, 25 Sep 2003 03:50:07 -0400 Original-Received: from [207.115.63.77] (helo=pimout1-ext.prodigy.net) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A2QUX-00032K-QJ for emacs-devel@gnu.org; Thu, 25 Sep 2003 03:24:45 -0400 Original-Received: from [192.168.0.2] (adsl-67-118-122-35.dsl.snfc21.pacbell.net [67.118.122.35]) by pimout1-ext.prodigy.net (8.12.9/8.12.3) with ESMTP id h8P7ObpS196992 for ; Thu, 25 Sep 2003 03:24:37 -0400 Original-To: emacs In-Reply-To: <20030925.162042.198212664.jet@gyve.org> X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16617 On Thu, 2003-09-25 at 00:20, Masatake YAMATO wrote: > > I've had a hackish little elisp function for years that always struck me > > as a slightly surprising omission from emacs: the ability to toggle > > between files based on a naming convention like: .c and > > .h. > > M-x ff-find-other-file may be useful. > > I have another implementation. Well look at that. I'll take a look at both, but it looks pretty close to what I had in mind. Thanks! Bob