emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: info-mode buttonize https]


From: Richard Stallman
Subject: address@hidden: info-mode buttonize https]
Date: Fri, 18 May 2007 19:08:58 -0400

Please install this for Emacs 22 and in the trunk.

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
From: Kevin Ryde <address@hidden>
To: address@hidden
Date: Fri, 18 May 2007 08:35:48 +1000
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: info-mode buttonize https

In info-mode, could the url buttonizing do https forms too?
Eg. in

        C-h i g (mh-e) MH FAQ and Support

the plain http url (first para) is buttonized, but the https one (second
para) isn't.


*** info.el     17 May 2007 10:46:13 +1000      1.502
- --- info.el   17 May 2007 15:08:04 +1000      
***************
*** 4074,4080 ****
        ;; Fontify http and ftp references
        (goto-char (point-min))
        (when not-fontified-p
!         (while (re-search-forward "[hf]t?tp://[^ \t\n\"`({<>})']+" nil t)
            (add-text-properties (match-beginning 0) (match-end 0)
                                 '(font-lock-face info-xref
                                                  mouse-face highlight
- --- 4074,4080 ----
        ;; Fontify http and ftp references
        (goto-char (point-min))
        (when not-fontified-p
!         (while (re-search-forward "\\(https?\\|ftp\\)://[^ \t\n\"`({<>})']+" 
nil t)
            (add-text-properties (match-beginning 0) (match-end 0)
                                 '(font-lock-face info-xref
                                                  mouse-face highlight



In GNU Emacs 22.0.99.1 (i486-pc-linux-gnu, GTK+ Version 2.10.12)
 of 2007-05-14 on raven, modified by Debian
configured using `configure  '--build=i486-linux-gnu' '--host=i486-linux-gnu' 
'--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' 
'--localstatedir=/var/lib' '--infodir=/usr/share/info' 
'--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.0.99/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.0.99/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.0.99/leim'
 '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 
'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g 
-O2''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t

Major mode: Group


_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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