(ffap-string-at-point-mode-alist): Add "*" to url chars,
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 15:41:08 +0000 (15:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 15:41:08 +0000 (15:41 +0000)
it can appear unencoded and has been seen from yahoo.

lisp/ffap.el

index ab9d223..c36ed7f 100644 (file)
@@ -962,7 +962,7 @@ If t, `ffap-tex-init' will initialize this when needed.")
     ;; * 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: