all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: reader@newsguy.com
To: help-gnu-emacs@gnu.org
Subject: Re: Dired like functionality on a custom text file
Date: Wed, 21 May 2008 09:10:38 -0500	[thread overview]
Message-ID: <87r6bvsq75.fsf@newsguy.com> (raw)
In-Reply-To: <483409DA.8020508@pobox.com> (Bernardo Bacic's message of "Wed, 21 May 2008 21:39:06 +1000")

Bernardo Bacic <bernardo.bacic@pobox.com> writes:

>>> 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

Yup, that was it .. thanks




  reply	other threads:[~2008-05-21 14:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-19 18:38 Dired like functionality on a custom text file Jesse
2008-05-19 19:26 ` harven
2008-05-19 20:38   ` Drew Adams
2008-05-19 21:57 ` David Kastrup
2008-05-20  5:01 ` Dmitri Minaev
2008-05-20 11:16 ` Chris McMahan
2008-05-20 12:07 ` Bernardo Bacic
2008-05-20 15:03   ` reader
2008-05-21 11:39     ` Bernardo Bacic
2008-05-21 14:10       ` reader [this message]
     [not found]       ` <mailman.11963.1211387800.18990.help-gnu-emacs@gnu.org>
2008-05-24  5:39         ` Alan
2008-05-24 15:51           ` Drew Adams
2008-05-20 13:31 ` Drew Adams
2008-05-20 20:54   ` Drew Adams
2008-05-20 17:35 ` Ilya Zakharevich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6bvsq75.fsf@newsguy.com \
    --to=reader@newsguy.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.