- Subject: Re: [Jed] In-text file name completition?
- From: "John E. Davis" <davis>
- Date: Sun, 29 Sep 2002 00:49:55 -0400
Joerg Klemenz <joerg@xxxxxxx> wrote:
>But I would like to type (in the text buffer) something like ~/foo^X^F
>and have Jed circle through the relevant files.
What about something like this:
define insert_filename_into_buffer ()
{
insert (read_file_from_mini ("Filename:"));
}
setkey ("insert_filename_into_buffer", KEYBINDING);
Thanks,
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2002 date index]
[2002 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]