*** info.el 13 Jan 2008 11:23:58 +1100 1.508 --- info.el 23 Jan 2008 09:48:02 +1100 *************** *** 2672,2678 **** (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://") (old-pt (point)) (case-fold-search t)) (or (eobp) (forward-char 1)) --- 2672,2678 ---- (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?tps?://") (old-pt (point)) (case-fold-search t)) (or (eobp) (forward-char 1)) *************** *** 2694,2700 **** (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://") (old-pt (point)) (case-fold-search t)) (or (re-search-backward pat nil t) --- 2694,2700 ---- (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?tps?://") (old-pt (point)) (case-fold-search t)) (or (re-search-backward pat nil t) *************** *** 3122,3128 **** 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\"`({<>})']+\\)") (setq node t) (browse-url (browse-url-url-at-point))) ((setq node (Info-get-token (point) "\\*note[ \n\t]+" --- 3122,3128 ---- If FORK is non-nil, it i spassed to `Info-goto-node'." (let (node) (cond ! ((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]+"