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

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

Re: build a macro that opens a directory and prompts for file name


From: Kevin Rodgers
Subject: Re: build a macro that opens a directory and prompts for file name
Date: Wed, 28 Jan 2009 01:09:39 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

roodwriter@ureach.com wrote:
Bookmarks, which I use, work great for small numbers of
files. But since I generate tons of small files, I keep an
index list of files, with their descriptions, plus the
entire path and file name for that file. So they look
something like this:

/home/rod/vacation.txt How I spent my summer vacation.

I have a macro that copies the entire file name and path and
pastes it into C-x C-f. I've bound it to a function key so
my index kind of works like a hyperlink.

If you're visiting your index file, then `M-x find-file-at-point'
will do the trick.  Or just `C-x C-f' with this in your ~/.emacs:

(ffap-bindings)

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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