# HG changeset patch # User Glenn Morris # Date 1199852245 0 # Node ID 16eb0851e929e63c9a32f0964ce32cf31867a66b # Parent 85fe2f3f4acb0937999aea58e401b93411bc153e (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. diff -r 85fe2f3f4acb -r 16eb0851e929 lisp/ffap.el --- a/lisp/ffap.el Wed Jan 09 02:54:16 2008 +0000 +++ b/lisp/ffap.el Wed Jan 09 04:17:25 2008 +0000 @@ -969,7 +969,7 @@ ;; Slightly controversial decisions: ;; * strip trailing "@" and ":" ;; * no commas (good for latex) - (file "--:$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:") + (file "--:\\\\$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:") ;; An url, or maybe a email/news message-id: (url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?") ;; Find a string that does *not* contain a colon: