From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?iso-8859-1?q?Bockg=E5rd?=) Newsgroups: gmane.emacs.bugs Subject: Re: URLs in man pages not clickable Date: Sun, 09 Mar 2003 14:12:14 +0100 Organization: Chalmers University of Technology, Sweden Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87k7f9mtn5.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047215542 21603 80.91.224.249 (9 Mar 2003 13:12:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2003 13:12:22 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Mar 09 14:12:21 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18s0bE-0005cI-00 for ; Sun, 09 Mar 2003 14:12:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18s0be-00031g-02 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 09 Mar 2003 08:12:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18s0bM-0002qu-00 for bug-gnu-emacs@gnu.org; Sun, 09 Mar 2003 08:12:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18s0bJ-0002nl-00 for bug-gnu-emacs@gnu.org; Sun, 09 Mar 2003 08:12:26 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18s0bJ-0002nO-00 for bug-gnu-emacs@gnu.org; Sun, 09 Mar 2003 08:12:25 -0500 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.10) id 18s0bJ-0004aW-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 09 Mar 2003 08:12:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18s0bD-0002at-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 09 Mar 2003 08:12:20 -0500 Original-Received: from eru.dd.chalmers.se ([129.16.117.10]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18s0bD-0002WJ-00 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 09 Mar 2003 08:12:19 -0500 Original-Received: from eol.dd.chalmers.se (eol.dd.chalmers.se [129.16.116.9]) by eru.dd.chalmers.se (8.12.6/8.12.6) with ESMTP id h29DCFAN012092 for ; Sun, 9 Mar 2003 14:12:16 +0100 (MET) Original-Received: from eol.dd.chalmers.se (localhost [127.0.0.1]) by eol.dd.chalmers.se (8.12.6/8.12.6) with ESMTP id h29DCFuM023226 for ; Sun, 9 Mar 2003 14:12:15 +0100 (MET) Original-Received: (from news@localhost) by eol.dd.chalmers.se (8.12.6/8.12.6/Submit) id h29DCEiv023225 for gnu-emacs-bug@prep.ai.mit.edu; Sun, 9 Mar 2003 14:12:14 +0100 (MET) Original-To: gnu-emacs-bug@prep.ai.mit.edu Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 27 Original-NNTP-Posting-Host: helm.dd.chalmers.se User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2 Cancel-Lock: sha1:ShdqQOdPnQPuipFKqr9zzA10Y6g= X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4586 "Eli Zaretskii" writes: >> From: Dan Jacobson >> >> On debian I do M-x man splat and I see lots of urls, but they don't >> light-up when the mouse goes over them so I can visit them with the >> middle mouse button, even though they are underlined. > > I think ffap.el can do this for you. I think he wanted it to work out-of-the-box, but this should do it also: ,----[ C-h f goto-address RET ] | goto-address is an interactive compiled Lisp function in `goto-addr'. | (goto-address) | | Sets up goto-address functionality in the current buffer. | Allows user to use mouse/keyboard command to click to go to a URL | or to send e-mail. | By default, goto-address binds to mouse-2 and C-c RET. | | Also fontifies the buffer appropriately (see `goto-address-fontify-p' and | `goto-address-highlight-p' for more information). `---- /Johan