diff lisp/ffap.el @ 59105:ef1861e51db0

(ffap-string-at-point-mode-alist): Add "*" to url chars, it can appear unencoded and has been seen from yahoo.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 15:41:08 +0000
parents 481f80f548e1
children e59db0620294 95879cc1ed20
line wrap: on
line diff
--- a/lisp/ffap.el	Mon Dec 27 15:40:23 2004 +0000
+++ b/lisp/ffap.el	Mon Dec 27 15:41:08 2004 +0000
@@ -962,7 +962,7 @@
     ;; * no commas (good for latex)
     (file "--:$+<>@-Z_a-z~*?" "<@" "@>;.,!:")
     ;; An url, or maybe a email/news message-id:
-    (url "--:=&?$+@-Z_a-z~#,%;" "^A-Za-z0-9" ":;.,!?")
+    (url "--:=&?$+@-Z_a-z~#,%;*" "^A-Za-z0-9" ":;.,!?")
     ;; Find a string that does *not* contain a colon:
     (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?")
     ;; A machine: