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

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

Re: Looking for a package filename expansion in a buffer (ala dabbrev)


From: Martin Lorentzson
Subject: Re: Looking for a package filename expansion in a buffer (ala dabbrev)
Date: 05 May 2003 19:53:22 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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


reply via email to

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