all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [user42@zip.com.au: info-mode buttonize https]
@ 2007-05-18 23:08 Richard Stallman
  2007-05-19  4:48 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-05-18 23:08 UTC (permalink / raw)
  To: emacs-devel

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 <user42@zip.com.au>
To: emacs-pretest-bug@gnu.org
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
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-19 22:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-18 23:08 [user42@zip.com.au: info-mode buttonize https] Richard Stallman
2007-05-19  4:48 ` Glenn Morris
2007-05-19 22:31   ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.