jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed] In-text file name completition?


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]