> Date: Sun, 19 Jun 2005 10:10:57 -0700 > From: Scott Otterson <[EMAIL PROTECTED]> > > How can I get ffap to work with paths containing windows drive letters? > Say I've got this path to an existing file in an emacs buffer > > d:\work\com\auto.cpp > > If I put the cursor in the middle of "work" and type M-x ffap, the > minibuffer will contain > > d:\work > > rather than the full path to the file.
The drive letter is not the problem. It looks like ffap.el doesn't support Windows-style file names with backslashes. Try d:/work/com/auto.cpp instead, and you will see it will work. _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs