]> git.eshelyaron.com Git - emacs.git/commitdiff
(ffap-string-at-point-mode-alist): Add `\' to file entry, for Windows.
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2008 04:17:56 +0000 (04:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2008 04:17:56 +0000 (04:17 +0000)
lisp/ChangeLog
lisp/ffap.el

index 8990c2bb0266817d9441e60dd1f02b212872f954..b24807e36b4de60f79c19ef30e01cb99872a970b 100644 (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
index fa5e70e860bbf2fbb9677f5c4d7b23630be4424f..27cdd9cf51272c8b216b64407111cbb9237b14b4 100644 (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: