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

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

Re: Dired like functionality on a custom text file


From: Bernardo Bacic
Subject: Re: Dired like functionality on a custom text file
Date: Wed, 21 May 2008 21:39:06 +1000
User-agent: Thunderbird 2.0.0.14 (X11/20080421)


could it be that find-file-at-point (M-x ffap) is what you are looking for here?

I don't see much of anything happen using that...

First compile a list of files

find dir -type f >dir/file

Now load file into emacs.

With cursor on this line:
dir/new.txt

Pressing M-x ffap shows
Find file or URL: ~/dir/

And that's it.  Completion doesn't go anywhere either.

I thought this was supposed to load the file name.
i'm only guessing - it could be due to relative path names;
try changing your command to:
   find `pwd`/dir -type f >dir/file

or just manually edit entries in your 'dir/file' and see if that makes any difference




reply via email to

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