emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el
Date: Tue, 20 Aug 2002 04:36:01 -0400

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.41 emacs/lisp/gnus/gnus-art.el:1.42
*** emacs/lisp/gnus/gnus-art.el:1.41    Thu May 16 07:57:22 2002
--- emacs/lisp/gnus/gnus-art.el Tue Aug 20 04:36:01 2002
***************
*** 4263,4269 ****
  
  ;;; Internal Variables:
  
! (defcustom gnus-button-url-regexp 
"\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\)\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?\\(address@hidden&*+|\\/:;.,]\\|\\w\\)+\\(address@hidden&*+|\\/]\\|\\w\\)\\)"
    "Regular expression that matches URLs."
    :group 'gnus-article-buttons
    :type 'regexp)
--- 4263,4272 ----
  
  ;;; Internal Variables:
  
! (defcustom gnus-button-url-regexp 
!   (if (string-match "[[:digit:]]" "1") ;; support POSIX?
!       
"\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)address@hidden&*+|\\/:;.,[:word:address@hidden&*+|\\/[:word:]]\\)"
!     
"\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?\\(address@hidden&*+|\\/:;.,]\\|\\w\\)+\\(address@hidden&*+|\\/]\\|\\w\\)\\)")
    "Regular expression that matches URLs."
    :group 'gnus-article-buttons
    :type 'regexp)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]