From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: roy@panix.com (Roy Smith) Newsgroups: gmane.emacs.help Subject: Re: Need help writing file-visiting macro Date: 25 Jul 2005 12:45:33 -0400 Organization: PANIX -- Public Access Networks Corp. Message-ID: References: <7e7jfegat6.fsf@ada2.unipv.it> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122310149 2191 80.91.229.2 (25 Jul 2005 16:49:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Jul 2005 16:49:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 25 18:49:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dx67e-0006tZ-7M for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 18:48:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dx69v-0007XG-T8 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jul 2005 12:50:32 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.kjsl.com!news.pir.net!panix!panix2.panix.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader2.panix.com 1122309933 13072 166.84.1.2 (25 Jul 2005 16:45:33 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Mon, 25 Jul 2005 16:45:33 +0000 (UTC) Original-Xref: shelby.stanford.edu comp.emacs:89752 gnu.emacs.help:132640 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:28161 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28161 In article <7e7jfegat6.fsf@ada2.unipv.it>, Thien-Thi Nguyen wrote: >roy@panix.com (Roy Smith) writes: > >> I want it to construct the corresponding _Impl.c filename and >> visit that file. Is that possible? > >it is possible if the correspondance is at least heuristical. I'm not sure what you mean by "heuristical", but it certainly is deterministic. For a given file name X.mdl, the corresponding implementation file will be X_Impl.c.