unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Martin Lorentzson <Martin.Lorentzson@telia.com>
Subject: Re: Looking for a package filename expansion in a buffer (ala dabbrev)
Date: 05 May 2003 19:53:22 +0200	[thread overview]
Message-ID: <87znm1uvot.fsf@localhost.localdomain> (raw)
In-Reply-To: 2bd747c7.0305050849.497d36e1@posting.google.com

bigfaceworm@hotmail.com (bigfaceworm) writes:

> I'm just looking for a package that will let me expand filenames
> when I'm inside a buffer.

The following two lines in your ~/.emacs will place just such a
feature on your F5 key:

  (require 'comint)
  (global-set-key [f5] #'comint-dynamic-complete-filename)

/Martin

  parent reply	other threads:[~2003-05-05 17:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 16:49 Looking for a package filename expansion in a buffer (ala dabbrev) bigfaceworm
2003-05-05 17:13 ` Edward O'Connor
2003-05-05 17:53 ` Martin Lorentzson [this message]
2003-05-06  7:34 ` Klaus Berndl

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87znm1uvot.fsf@localhost.localdomain \
    --to=martin.lorentzson@telia.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).