+2008-02-11 Kevin Ryde <user42@zip.com.au>
+
+ * info.el (Info-next-reference, Info-prev-reference)
+ (Info-try-follow-nearest-node): Move to and follow https:// links too.
+
2008-02-11 Sam Steingold <sds@gnu.org>
* vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
2008-02-01 Dave Love <fx@gnu.org>
- * international/characters.el: Make \e$,1!8\e(B and \e,A\7f\e(B a case pair.
+ * international/characters.el: Make \e,_/\e(B and \e,A\7f\e(B a case pair.
2008-02-01 Kenichi Handa <handa@etl.go.jp>
(defun Info-next-reference (&optional recur)
"Move cursor to the next cross-reference or menu item in the node."
(interactive)
- (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tp://")
+ (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tps?://")
(old-pt (point))
(case-fold-search t))
(or (eobp) (forward-char 1))
(defun Info-prev-reference (&optional recur)
"Move cursor to the previous cross-reference or menu item in the node."
(interactive)
- (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tp://")
+ (let ((pat "\\*note[ \n\t]+\\([^:]+\\):\\|^\\* .*:\\|[hf]t?tps?://")
(old-pt (point))
(case-fold-search t))
(or (re-search-backward pat nil t)
If FORK is non-nil, it i spassed to `Info-goto-node'."
(let (node)
(cond
- ((Info-get-token (point) "[hf]t?tp://" "[hf]t?tp://\\([^ \t\n\"`({<>})']+\\)")
+ ((Info-get-token (point) "[hf]t?tps?://" "[hf]t?tps?://\\([^ \t\n\"`({<>})']+\\)")
(setq node t)
(browse-url (browse-url-url-at-point)))
((setq node (Info-get-token (point) "\\*note[ \n\t]+"