[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
how to make a html link in elisp?
From: |
Xah Lee |
Subject: |
how to make a html link in elisp? |
Date: |
Wed, 4 Mar 2009 22:09:46 -0800 (PST) |
User-agent: |
G2/1.0 |
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/
☄
- how to make a html link in elisp?,
Xah Lee <=