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

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

bug#27564: FFAP on file:// URLs


From: npostavs
Subject: bug#27564: FFAP on file:// URLs
Date: Mon, 03 Jul 2017 15:31:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2.50 (gnu/linux)

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> OK but
> ffap-url-regexp's docstring had better mention to see also
> ffap-url-unwrap-local, else nobody will know!

I think it fits better in find-file-at-point's docstring.

>From c041229e95dee7fadfa3a05ed2dc1b4958207582 Mon Sep 17 00:00:00 2001
From: Noam Postavsky <npostavs@gmail.com>
Date: Mon, 3 Jul 2017 15:27:09 -0400
Subject: [PATCH] Mention `ffap-url-unwrap-local' in find-file-at-point's
 docstring (Bug#27564)

* lisp/ffap.el (find-file-at-point): Mention `ffap-url-unwrap-local'
and `ffap-url-unwrap-remote'.
---
 lisp/ffap.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ffap.el b/lisp/ffap.el
index 87531110b8..8bcfbfcdff 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1536,7 +1536,8 @@ (defun find-file-at-point (&optional filename)
 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'."
+`ffap-url-unwrap-local', `ffap-url-unwrap-remote', and the functions
+`ffap-file-at-point' and `ffap-url-at-point'."
   (interactive)
   (if (and (called-interactively-p 'interactive)
           (if ffap-require-prefix (not current-prefix-arg)
-- 
2.11.1


reply via email to

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