emacs-devel
[Top][All Lists]
Advanced

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

could c-u c-x i insert a filename?


From: joakim
Subject: could c-u c-x i insert a filename?
Date: Mon, 25 Jun 2007 15:37:06 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

I find it convenient to have a keystroke insert a filename, with a
definition like this:

(defun fsdired-insert-file-name ()
  "Ask for a filename and insert at point."
  (interactive)
  (insert (read-file-name "file-name:"))
)

Could something like this be bound to c-u c-x i ?

-- 
Joakim Verona




reply via email to

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