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

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

Re: Using a File index


From: Kevin Rodgers
Subject: Re: Using a File index
Date: Tue, 06 Feb 2007 00:47:14 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

HS wrote:
I use to open files using recursive find.
Now I just did a ruby script to generate a list of all sources on some
given folder.
My problem now is to parse this file and use it to open the file I'm
looking for.

file1.c = c:\blabla\prj1\file1.c
file2.c = c:\blabla\prj2\file2.c
file3.c = c:\srcs\file3.c

Anyone could give me a hint?

I think the answer is in the shell, not Emacs:

emacs $(ruby SCRIPT FOLDER | awk -F= '{print $2}')


--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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