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

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

bug#8439: [PATCH] ffap.el -- detect paths with spaces (v4)


From: jari
Subject: bug#8439: [PATCH] ffap.el -- detect paths with spaces (v4)
Date: Sat, 20 Oct 2012 11:45:51 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

On 2012-10-20 10:11:56 Eli Zaretskii:
| Someone said in another discussion that Cygwin already does accept
| Windows-style file names.

Cygwin Emacs 24.2.1:

   C-x C-f c:/test.txt
   => Use M-x make-directory RET RET to create the directory and its parents

   C-x C-f c:\test.txt
   => Use M-x make-directory RET RET to create the directory and its parents

| On 2012-10-20 18:49:10 Daniel Colascione:
| please use cygwin-convert-path-from-windows and

In this patch (compared to previous v3):

   - remove functions related to Cygwin and use cygwin-convert-path-from-windows

   - obey END parameter in ffap-search-backward-file-end as originally
     intended

   - correct "path-separator" term into "dir-separator" everywhere

Jari

Attachment: 0001-lisp-ffap.el-Detect-patchs-with-spaces-v4.patch
Description: Text Data

Attachment: ffap--jari-2012-10-20-1128-git-20d87fd.el
Description: Text document


reply via email to

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