unofficial mirror of emacs-devel@gnu.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

* Re: [user42@zip.com.au: info-mode buttonize https]
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2007-05-19  4:48 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman wrote:

> Please install this for Emacs 22 and in the trunk.

I've installed it on the trunk. I'm sorry, but I won't install it on
the release branch, because IMO the time for such non-essential
changes there is long past.

> From: Kevin Ryde <user42@zip.com.au>
> Subject: info-mode buttonize https
> To: emacs-pretest-bug@gnu.org
> Date: Fri, 18 May 2007 08:35:48 +1000

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

* Re: [user42@zip.com.au: info-mode buttonize https]
  2007-05-19  4:48 ` Glenn Morris
@ 2007-05-19 22:31   ` Richard Stallman
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2007-05-19 22:31 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

This fixes a bug and it is clearly safe, so I installed it.

^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).