[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to make a html link in elisp?
From: |
Mon Key |
Subject: |
Re: how to make a html link in elisp? |
Date: |
Wed, 4 Mar 2009 22:18:11 -0800 (PST) |
User-agent: |
G2/1.0 |
On Mar 5, 1:09 am, Xah Lee <xah...@gmail.com> wrote:
> in a emacs function doc string, how do i make it a clickable link?
> i.e. so that when user do describe-mode, they can click on the link to
> go to doc page.
>
> e.g.
>
> (defun xyz-mode ()
> "Major mode for editing LSL (Linden Scripting Language).
> ...
>
> Goto home page: click me <http://xyz-mode.com/doc.html>
> "
> ...
> )
>
> Thanks.
>
> Xah
> ∑http://xahlee.org/
>
> ☄
(defun xah-makes-doc ()
"I'm a Xah doc-string. This is my link--> (URL `http://xahlee.org/')"
nil)