Index: auctex/style/url.el
diff -u auctex/style/url.el:1.7 auctex/style/url.el:1.8
--- auctex/style/url.el:1.7 Wed Oct 19 21:19:11 2005
+++ auctex/style/url.el Wed Jan 25 21:01:15 2006
@@ -46,16 +46,20 @@
"UrlOrds"
"UrlRight"
"UrlSpecials"
+ "path"
"url"
"urldef"
'("urlstyle" TeX-arg-urlstyle))
+ (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-delims-local "url")
+ (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
(add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
;; Fontification
(when (and (featurep 'font-latex)
(eq TeX-install-font-lock 'font-latex-setup))
+ (add-to-list 'font-latex-match-reference-keywords-local "path")
(add-to-list 'font-latex-match-reference-keywords-local "url")
(font-latex-match-reference-make)
(mapcar (lambda (keyword)
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs