# HG changeset patch # User Glenn Morris # Date 1199852205 0 # Node ID d6f0529bab658d07fc4b21dd2399896caf7126cb # Parent 8bcb7757b5a573da67ccd2bca4b3b4da51e51c68 (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. diff -r 8bcb7757b5a5 -r d6f0529bab65 lisp/ffap.el --- a/lisp/ffap.el Wed Jan 09 04:15:13 2008 +0000 +++ b/lisp/ffap.el Wed Jan 09 04:16:45 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: