From: Glenn Morris Date: Wed, 9 Jan 2008 04:17:04 +0000 (+0000) Subject: (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. X-Git-Tag: emacs-pretest-22.1.90~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f134080ea2506aed5b4806359633bd8371bc9a06;p=emacs.git (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8870cfd3947..555c941d2e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-01-09 Glenn Morris + + * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file + entry, for Windows. + 2008-01-09 Vinicius Jose Latorre * ps-print.el: Some face attributes (like :strike-through) was not diff --git a/lisp/ffap.el b/lisp/ffap.el index 881766d92ca..3e62f2351c6 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -969,7 +969,7 @@ If t, `ffap-tex-init' will initialize this when needed.") ;; 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: