From: Richard M. Stallman Date: Mon, 27 Dec 2004 15:41:08 +0000 (+0000) Subject: (ffap-string-at-point-mode-alist): Add "*" to url chars, X-Git-Tag: ttn-vms-21-2-B4~3144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=186369d4acb8a92a6976ba4533020c9d91cd12f0;p=emacs.git (ffap-string-at-point-mode-alist): Add "*" to url chars, it can appear unencoded and has been seen from yahoo. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index ab9d223256f..c36ed7ff81f 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -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: