From: Glenn Morris Date: Wed, 9 Jan 2008 04:17:56 +0000 (+0000) Subject: (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. X-Git-Tag: emacs-pretest-23.0.90~8636 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d65fc712a6b4529758435536d8d3a87715ed51f3;p=emacs.git (ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8990c2bb026..b24807e36b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-01-09 Glenn Morris + + * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file + entry, for Windows. + +2008-01-09 Tom Tromey + + * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings. + 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 fa5e70e860b..27cdd9cf512 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: