]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix for url mode alist to recognize patterns such as &<str>; as valid
authorRajesh Vaidheeswarran <rv@gnu.org>
Wed, 9 Jun 2004 18:32:06 +0000 (18:32 +0000)
committerRajesh Vaidheeswarran <rv@gnu.org>
Wed, 9 Jun 2004 18:32:06 +0000 (18:32 +0000)
lisp/ChangeLog
lisp/ffap.el

index 84f9728751896c1f0c38410e75e6f6b276f4e231..80e502f4e5cde4284e10fdec064f49b3d7125f93 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
+
+       * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
+       include forms like &<str>; as valid url patterns.
+
 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
 
        * dired.el (dired-diff, dired-backup-diff)
index 38f7f92405eef181bb441a6e07e74cbfc3429203..dc78bd355be539db434a463b3ddbf0dfcfd496bd 100644 (file)
@@ -941,7 +941,7 @@ If t, `ffap-tex-init' will initialize this when needed.")
     ;; * no commas (good for latex)
     (file "--:$+<>@-Z_a-z~" "<@" "@>;.,!?:")
     ;; An url, or maybe a email/news message-id:
-    (url "--:=&?$+@-Z_a-z~#,%" "^A-Za-z0-9" ":;.,!?")
+    (url "--:=&?$+@-Z_a-z~#,%;" "^A-Za-z0-9" ":;.,!?")
     ;; Find a string that does *not* contain a colon:
     (nocolon "--9$+<>@-Z_a-z~" "<@" "@>;.,!?")
     ;; A machine: