changeset 55999:73c87f418eba

Fix for url mode alist to recognize patterns such as &<str>; as valid
author Rajesh Vaidheeswarran <rv@gnu.org>
date Wed, 09 Jun 2004 18:32:06 +0000
parents 9ad56faeb13c
children 84b465b3b4e2
files lisp/ChangeLog lisp/ffap.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 09 03:05:07 2004 +0000
+++ b/lisp/ChangeLog	Wed Jun 09 18:32:06 2004 +0000
@@ -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)
--- a/lisp/ffap.el	Wed Jun 09 03:05:07 2004 +0000
+++ b/lisp/ffap.el	Wed Jun 09 18:32:06 2004 +0000
@@ -941,7 +941,7 @@
     ;; * 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: