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

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

Re: open file listed in a text file


From: José A . Romero L .
Subject: Re: open file listed in a text file
Date: Sun, 7 Feb 2010 06:38:13 -0800 (PST)
User-agent: G2/1.0

On 7 Lut, 14:34, Chitlesh Goorah <chitl...@gmail.com> wrote:
(...)
> Is there a  way to open the $(SCRIPTS_HOME)/definitions.tcl (with a
> shortcut) within emacs itself just by placing the cursor on that
> filename, instead of ctrl-x-f  ?

Probably this is what you're looking for:

    find-file-at-point is an interactive compiled Lisp function in
    `ffap.el'.

    It is bound to g f.

    (find-file-at-point &optional FILENAME)

    Find FILENAME, guessing a default from text around point.  If
    `ffap-url-regexp' is not nil, the FILENAME may also be an URL.
    With a prefix, this command behaves exactly like
    `ffap-file-finder'.  If `ffap-require-prefix' is set, the prefix
    meaning is reversed.  See also the variables
    `ffap-dired-wildcards', `ffap-newfile-prompt', and the functions
    `ffap-file-at-point' and `ffap-url-at-point'.

Cheers,
--
José A. Romero L.
escherdragon at gmail.com
"We who cut mere stones must always be envisioning cathedrals."
(Quarry worker's creed)


reply via email to

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