(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.

This commit is contained in:
Glenn Morris 2008-01-09 04:17:56 +00:00
parent 2b0afe2a19
commit d65fc712a6
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
2008-01-09 Glenn Morris <rgm@gnu.org>
* ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
entry, for Windows.
2008-01-09 Tom Tromey <tromey@redhat.com>
* play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el: Some face attributes (like :strike-through) was not

View file

@ -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: